Bug #15675 Test 'ndb_read_multi_range' fails on FreeBSD and HP-UX 11.23 IA64
Submitted: 12 Dec 2005 0:03 Modified: 15 Dec 2005 12:02
Reporter: Kent Boortz Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Cluster: Cluster (NDB) storage engine Severity:S2 (Serious)
Version:5.0.17-pre OS:FreeBSD (FreeBSD, HP-UX 11.23 IA64)
Assigned to: Jonas Oreland CPU Architecture:Any

[12 Dec 2005 0:03] Kent Boortz
Description:
Test case 'ndb_read_multi_range' fails with

  At line 190: query 'create table t2 as select * from t1 where a in (5,6,7,8,9,10)' 
  failed: 1050: Table 't2' already exists

How to repeat:
Run the test 'ndb_read_multi_range'
[13 Dec 2005 14:15] Kristian Nielsen
This failure is caused by earlier test failure (BUG#15401).

The ndb_read_multi_range.test script does not drop the table t2 at the start. This is fixed in 5.1, but needs backporting to 5.0 (and possibly 4.1).
[13 Dec 2005 16:30] Bugs System
A patch for this bug has been committed. After review, it may
be pushed to the relevant source trees for release in the next
version. You can access the patch from:

  http://lists.mysql.com/commits/113
[13 Dec 2005 16:32] Jonas Oreland
pushed into 5.0.18
[14 Dec 2005 8:10] Bugs System
A patch for this bug has been committed. After review, it may
be pushed to the relevant source trees for release in the next
version. You can access the patch from:

  http://lists.mysql.com/commits/138
[15 Dec 2005 12:02] Jon Stephens
Thank you for your bug report. This issue has been committed to our
source repository of that product and will be incorporated into the
next release.

If necessary, you can access the source repository and build the latest
available version, including the bugfix, yourself. More information 
about accessing the source trees is available at
    http://www.mysql.com/doc/en/Installing_source_tree.html

Additional info:

Documented in 5.0.18 changelog.