Bug #16374 NDB crash (error 4009) on "create table"
Submitted: 11 Jan 2006 14:16 Modified: 18 Jul 2007 18:07
Reporter: Joerg Bruehe Email Updates:
Status: Can't repeat Impact on me:
None 
Category:MySQL Cluster: Cluster (NDB) storage engine Severity:S1 (Critical)
Version:5.1.5-alpha (test build) OS:Other (OpenBSD)
Assigned to: Joerg Bruehe CPU Architecture:Any

[11 Jan 2006 14:16] Joerg Bruehe
Description:
Bug is specific to OpenBSD, did not occur anywhere else.

Test build of 5.1.5, based on ChangeSet
  1.2031 06/01/10 10:35:43 joerg@mysql.com +3 -0
  Some casts and simple fixes to fix compile errors in Visual 2005,
  cleaned up some of the casts as a result of Mats' review.
  (transferred from "2005/12/10 22:31:58-06:00 reggie@fedora.(none)"
  and from "2006/01/03 22:37:24-06:00 reggie@fedora.(none)")

==== Symptom: =====
ndb_alter_table                [ fail ]

Errors are (from /home/mysqldev/blink/test/mysql-max-5.1.5-alpha-openbsd3.8-i386/mysql-test/var/log/mysqltest-time) :
mysqltest: At line 21: query 'CREATE TABLE t1 (
a INT NOT NULL,
b INT NOT NULL
) ENGINE=ndbcluster' failed: 1005: Can't create table 'test.t1' (errno: 4009)
(the last lines may be the most important ones)

How to repeat:
Test suite failure.
[13 Apr 2006 9:50] Tomas Ulin
are we still getting this?
[13 May 2006 23:00] Bugs System
No feedback was provided for this bug for over a month, so it is
being suspended automatically. If you are able to provide the
information that was originally requested, please do so and change
the status of the bug back to "Open".
[18 Jul 2007 18:07] Joerg Bruehe
Sorry - the request for feedback got lost.

I checked all isolated test failures
(sadly, we didn't isolate on all builds, but on most),
and that occurrence was the only one.

(A somewhat similar symptom occurred in 4.1.23,
but there it affected several NDB tests and was related to a startup problem.)

In other words: Either the failure was completely spurious,
or it has been fixed "by accident".