Bug #24470 MySQL Servers crashes during creating new tables with blob column
Submitted: 21 Nov 2006 12:20 Modified: 6 Dec 2006 10:47
Reporter: Serge Kozlov Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Cluster: Cluster (NDB) storage engine Severity:S2 (Serious)
Version:5.1.14-bk OS:Linux (FC4)
Assigned to: Martin Skold CPU Architecture:Any

[21 Nov 2006 12:20] Serge Kozlov
Description:
Cannot record new testcase because MySQL server crashes:  

=======================================================
Starting Tests in the 'main' suite

TEST                           RESULT         TIME (ms)
-------------------------------------------------------

ndb_dd_bb                      [ fail ]

Errors are (from /home/ndbdev/skozlov/builds/mysql-test/var/log/mysqltest-time)
:
mysqltest: At line 9: query 'create table t$1 (a int not null primary key, b tex
t) engine=ndb' failed: 2013: Lost connection to MySQL server during query
(the last lines may be the most important ones)
Result from queries before failure can be found in r/ndb_dd_bb.log

Aborting: ndb_dd_bb failed in default mode. To continue, re-run with '--force'.
Stopping All Servers

How to repeat:
1. Copy attached test file into /t directory of main suite
2. Start recording the result file: 
   ./mysql-test-run.pl --record ndb_1
3. Wait while process will interrupt 
4. Look core file in var/master-data directory and log files in var/log
[21 Nov 2006 12:21] Serge Kozlov
testcase

Attachment: ndb_1.test.tar.gz (application/gzip, text), 324 bytes.

[27 Nov 2006 10:50] Bugs System
A patch for this bug has been committed. After review, it may
be pushed to the relevant source trees for release in the next
version. You can access the patch from:

  http://lists.mysql.com/commits/15836

ChangeSet@1.2325, 2006-11-27 11:49:43+01:00, mskold@mysql.com +1 -0
  bug#24470  MySQL Servers crashes during creating new tables with blob column: fix of error handling at resource shortage
[6 Dec 2006 10:47] Jon Stephens
Thank you for your bug report. This issue has been committed to our source repository of that product and will be incorporated into the next release.

If necessary, you can access the source repository and build the latest available version, including the bug fix. More information about accessing the source trees is available at

    http://dev.mysql.com/doc/en/installing-source.html

Documented bugfix in 5.1.14 changelog.