Bug #831 usual insert kills mysqld
Submitted: 11 Jul 2003 3:53 Modified: 11 Jul 2003 4:23
Reporter: Ramil Kalimullin Email Updates:
Status: Not a Bug Impact on me:
None 
Category:MySQL Server Severity:S1 (Critical)
Version:4.1 OS:FreeBSD (FreeBSD 4.7-RELEASE)
Assigned to: Ramil Kalimullin CPU Architecture:Any

[11 Jul 2003 3:53] Ramil Kalimullin
Description:
my_vsnprintf() crashes

How to repeat:
mysql> create table a(a int, b int, c char(5));
Query OK, 0 rows affected (0,02 sec)

mysql> insert into a values (0, 0, '0000000'), (1, 1, '1111111111111');
ERROR 2013: Lost connection to MySQL server during query
[11 Jul 2003 4:23] Ramil Kalimullin
Thank you for taking the time to write to us, but this is not
a bug. Please double-check the documentation available at
http://www.mysql.com/documentation/ and the instructions on
how to report a bug at http://bugs.mysql.com/how-to-report.php

Sorry, I used 5.0 errmsg file with 4.1 server.