Bug #42707 Test "partition_auto_increment_ndb" seems not suitable for NDB 6.4
Submitted: 9 Feb 2009 16:56
Reporter: Joerg Bruehe Email Updates:
Status: Verified Impact on me:
None 
Category:Tests: Cluster Severity:S3 (Non-critical)
Version: OS:Any
Assigned to: CPU Architecture:Any

[9 Feb 2009 16:56] Joerg Bruehe
Description:
Test failure on all platforms:

=====
parts.partition_auto_increment_ndb [ fail ]

--- /PATH/mysql-test/suite/parts/r/partition_auto_increment_ndb.result
+++ /PATH/mysql-test/suite/parts/r/partition_auto_increment_ndb.reject
@@ -122,7 +122,7 @@
 DELETE FROM t1 WHERE c1 >= 100;
 OPTIMIZE TABLE t1;
 Table  Op      Msg_type        Msg_text
-test.t1        optimize        note    The storage engine for the table doesn't support optimize
+test.t1        optimize        status  OK
 SHOW CREATE TABLE t1;
 Table  Create Table
 t1     CREATE TABLE `t1` (
@@ -389,7 +389,7 @@
 DELETE FROM t1 WHERE c1 >= 100;
 OPTIMIZE TABLE t1;
 Table  Op      Msg_type        Msg_text
-test.t1        optimize        note    The storage engine for the table doesn't support optimize
+test.t1        optimize        status  OK
 SHOW CREATE TABLE t1;
 Table  Create Table
 t1     CREATE TABLE `t1` (

mysqltest: Result content mismatch
=====

How to repeat:
Run the "parts" suite.