Bug #34245 Test ndb_binlog_multi fails for 'CREATE TABLE'
Submitted: 2 Feb 2008 7:02 Modified: 6 Feb 2008 17:47
Reporter: Mats Kindahl Email Updates:
Status: Closed Impact on me:
None 
Category:Tests: Cluster Severity:S7 (Test Cases)
Version:5.1.24 bk OS:Any
Assigned to: Mats Kindahl CPU Architecture:Any

[2 Feb 2008 7:02] Mats Kindahl
Description:
Test ndb_binlog_multi fails for 'CREATE TABLE t3 (dummy INT PRIMARY KEY) ENGINE = NDB'::

ndb.ndb_binlog_multi           [ fail ]

mysqltest: At line 14: query 'CREATE TABLE t3 (dummy INT PRIMARY KEY) ENGINE = NDB' failed: 1005: Can't create table 'test.t3' (errno: 157)

The result from queries just before the failure was:
drop table if exists t1,t2,t3;
drop table if exists t1,t2,t3;
CREATE TABLE t3 (dummy INT PRIMARY KEY) ENGINE = NDB;

More results from queries before failure can be found in /dev/shm/var-ps_row-112/log/ndb_binlog_multi.log

How to repeat:
Run test ndb_binlog_multi

Suggested fix:
No idea.
[5 Feb 2008 13:03] Bugs System
Pushed into 5.1.24-rc
[5 Feb 2008 13:07] Bugs System
Pushed into 6.0.5-alpha
[6 Feb 2008 17:47] Paul DuBois
Test case change. No changelog entry needed.