Bug #12666 All CREATE TABLE statements fail if cluster is down
Submitted: 19 Aug 2005 5:27 Modified: 31 Aug 2005 21:34
Reporter: John David Duncan Email Updates:
Status: Duplicate Impact on me:
None 
Category:MySQL Cluster: Cluster (NDB) storage engine Severity:S2 (Serious)
Version:5.0.12 OS:MacOS (Mac OS X)
Assigned to: CPU Architecture:Any

[19 Aug 2005 5:27] John David Duncan
Description:
If "ndbcluster" is present in /etc/my.cnf, but the cluster is down (e.g. ndb_mgmd and ndbd are not running), then every CREATE TABLE statement fails with ERROR 1050 (42S01): Table 'mmmmm' already exists

How to repeat:
Put 'ndbcluster' in /etc/my.cnf
Start mysqld with no running management server or ndb nodes
CREATE TABLE t (pk varchar(30) not null primary key, v int) ;
[29 Aug 2005 13:21] Hartmut Holzgraefe
see also bug #12365
[31 Aug 2005 21:34] Tomas Ulin
duplicate with bug #12365