When I run LOAD DATA it sometimes notices that there were some warnings. For example;

mysql> LOAD DATA LOCAL INFILE './2003-01/MKR_OCAK.txt' INTO TABLE quantis_mkr;
Query OK, 271392 rows affected (4 min 2.95 sec)
Records: 271392  Deleted: 0  Skipped: 0  Warnings: 61

How can I see those warnings? 
I checked the error log but nothing shows up there.

/tb.

--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to