Bug #12666 All CREATE TABLE statements fail if cluster is down
Submitted: 19 Aug 2005 7:27 Modified: 31 Aug 2005 23:34
Reporter: John David Duncan
Status: Duplicate
Category:Server: Cluster Severity:S2 (Serious)
Version:5.0.12 OS:Mac OS X (Mac OS X)
Assigned to: Target Version:

[19 Aug 2005 7: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 15:21] Hartmut Holzgraefe
see also bug #12365
[31 Aug 2005 23:34] Tomas Ulin
duplicate with bug #12365