Bug #834 mysql shows wrong number of warnings
Submitted: 11 Jul 2003 6:15 Modified: 15 Jul 2003 3:29
Reporter: Ramil Kalimullin Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Server Severity:S3 (Non-critical)
Version:4.1 OS:FreeBSD (FreeBSD 4.7)
Assigned to: Ramil Kalimullin CPU Architecture:Any

[11 Jul 2003 6:15] Ramil Kalimullin
Description:
mysql> insert into a values ('111'), ('11');
Query OK, 2 rows affected, 1 warning (0.00 sec)
Records: 2  Duplicates: 0  Warnings: 0

How to repeat:
create table a(a char(2));
insert into a values ('111'), ('11');
[15 Jul 2003 3:29] Ramil Kalimullin
Thank you for your bug report. This issue has been fixed in the latest
development tree for that product. You can find more information about
accessing our development trees at 
    http://www.mysql.com/doc/en/Installing_source_tree.html