Invalid Warnings count for LOAD DATA

Bug #620009 reported by David Shrewsbury
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Drizzle
Fix Released
Low
David Shrewsbury
Dexter
Fix Released
Low
David Shrewsbury

Bug Description

Warnings count after LOAD DATA is invalid.

> cat loaddata.dat
1 aaa
2 bbb
3 ccc
4 ddd

CREATE TABLE t1 (a INT NOT NULL AUTO_INCREMENT, b CHAR(50), PRIMARY KEY(a) );

drizzle> load data infile '../../loaddata.dat' into table t1;
Query OK, 4 rows affected (0 sec)
Records: 4 Deleted: 0 Skipped: 0 Warnings: 140110423130112

drizzle> show warnings;
Empty set (0 sec)

Related branches

Changed in drizzle:
assignee: nobody → David Shrewsbury (dshrews)
importance: Undecided → Low
status: New → Confirmed
Changed in drizzle:
status: Confirmed → Fix Committed
Changed in drizzle:
status: Fix Committed → Confirmed
Changed in drizzle:
status: Confirmed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.