Bug #29824 ndb_single_user.test Can't create table 'test.t1' (errno: 299)
Submitted: 16 Jul 2007 14:54 Modified: 4 Jan 2008 16:05
Reporter: Ingo Strüwing Email Updates:
Status: Can't repeat Impact on me:
None 
Category:MySQL Cluster: Cluster (NDB) storage engine Severity:S2 (Serious)
Version:5.2.5 OS:Linux (Debian Linux/x86 32-bit)
Assigned to: CPU Architecture:Any

[16 Jul 2007 14:54] Ingo Strüwing
Description:
ndb.ndb_single_user            [ fail ]

Errors are (from /home/mydev/mysql-5.2-axmrg/mysql-test/var/log/mysqltest-time) :
mysqltest: At line 38: query 'create table t1 (a int key, b int unique, c int) engine ndb' failed: 1005: Can't create table 'test.t1' (errno: 299)
(the last lines may be the most important ones)

NOTE: I am going to disable ndb_single_user. Please re-enable after fixing this.

How to repeat:
bk clone bk-internal.mysql.com:/home/bk/mysql-5.2-engines 'mysql-5.2-axmrg'
cd 'mysql-5.2-axmrg'
BUILD/compile-pentium-debug-max --with-debug=full 
cd mysql-test
./mysql-test-run.pl --mysqld=--binlog-format=statement ndb_single_user