| Bug #841 | wrong number of warnings | ||
|---|---|---|---|
| Submitted: | 14 Jul 2003 3:02 | Modified: | 15 Jul 2003 3:30 |
| Reporter: | Ramil Kalimullin | Email Updates: | |
| Status: | Not a Bug | Impact on me: | |
| Category: | MySQL Server | Severity: | S3 (Non-critical) |
| Version: | 4.1 | OS: | FreeBSD (FreeBSD 4.7-RELEASE) |
| Assigned to: | Ramil Kalimullin | CPU Architecture: | Any |
[15 Jul 2003 3:30]
Ramil Kalimullin
Please do not submit the same bug more than once. An existing bug report already describes this very problem. Even if you feel that your issue is somewhat different, the resolution is likely to be the same. Because of this, we hope you add your comments to the original bug instead. Thank you for your interest in MySQL.
[24 Jul 2009 14:11]
Konstantin Osipov
This bug was reported a few more times and finally closed as Bug#34898
[4 Aug 2009 19:52]
Bugs System
Pushed into 5.4.4-alpha (revid:alik@sun.com-20090804194615-h40sa098mx4z49qg) (version source revid:iggy@mysql.com-20090731204544-7nio1afvg0dmzs7g) (merge vers: 5.4.4-alpha) (pib:11)
[3 Nov 2009 7:17]
Bugs System
Pushed into 6.0.14-alpha (revid:alik@sun.com-20091102151658-j9o4wgro47m5v84d) (version source revid:alik@sun.com-20091023064702-2f8jdmny61bdl94u) (merge vers: 6.0.14-alpha) (pib:13)
[12 Nov 2009 8:19]
Bugs System
Pushed into 5.5.0-beta (revid:alik@sun.com-20091110093229-0bh5hix780cyeicl) (version source revid:mikael@mysql.com-20091103113702-p61dlwc6ml6fxg18) (merge vers: 5.5.0-beta) (pib:13)

Description: after an insert I see: Query OK, 111 rows affected, 23 warnings (0.01 sec) Records: 111 Deleted: 0 Skipped: 0 Warnings: 0 the number of warnings is not the same! How to repeat: create table a(char(1)); insert into a values ('aa'),('bb');