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.