Description:
main.alter_table [ fail ]
-------------------------------------------------------
*** /Users/df/mysql/mysql-5.1.22-rc/mysql-test/r/alter_table.result Thu Sep 20 18:34:03 2007
--- /Users/df/mysql/mysql-5.1.22-rc/mysql-test/r/alter_table.reject Mon Sep 24 11:00:02 2007
***************
*** 84,90 ****
UNLOCK TABLES;
OPTIMIZE TABLE t1;
Table Op Msg_type Msg_text
! test.t1 optimize status OK
DROP TABLE t1;
create table t1 (i int unsigned not null auto_increment primary key);
insert into t1 values (null),(null),(null),(null);
--- 84,90 ----
UNLOCK TABLES;
OPTIMIZE TABLE t1;
Table Op Msg_type Msg_text
! test.t1 optimize status Table is already up to date
DROP TABLE t1;
create table t1 (i int unsigned not null auto_increment primary key);
insert into t1 values (null),(null),(null),(null);
***************
*** 291,301 ****
t1 1 b 1 b A 100 NULL NULL YES BTREE
analyze table t1;
Table Op Msg_type Msg_text
! test.t1 analyze status OK
show keys from t1;
Table Non_unique Key_name Seq_in_index Column_name Collation Cardinality Sub_part Packed Null Index_type Comment
! t1 0 a 1 a A 3 NULL NULL YES BTREE
! t1 0 a 2 b A 300 NULL NULL YES BTREE
t1 1 b 1 b A 100 NULL NULL YES BTREE
drop table t1;
CREATE TABLE t1 (i int(10), index(i) );
--- 291,301 ----
t1 1 b 1 b A 100 NULL NULL YES BTREE
analyze table t1;
Table Op Msg_type Msg_text
! test.t1 analyze status Table is already up to date
show keys from t1;
Table Non_unique Key_name Seq_in_index Column_name Collation Cardinality Sub_part Packed Null Index_type Comment
! t1 0 a 1 a A NULL NULL NULL YES BTREE
! t1 0 a 2 b A NULL NULL NULL YES BTREE
t1 1 b 1 b A 100 NULL NULL YES BTREE
drop table t1;
CREATE TABLE t1 (i int(10), index(i) );
-------------------------------------------------------
main.fulltext2 [ fail ]
-------------------------------------------------------
*** /Users/df/mysql/mysql-5.1.22-rc/mysql-test/r/fulltext2.result Thu Sep 20 18:34:03 2007
--- /Users/df/mysql/mysql-5.1.22-rc/mysql-test/r/fulltext2.reject Mon Sep 24 11:06:35 2007
***************
*** 12,18 ****
test.t1 check status OK
optimize table t1;
Table Op Msg_type Msg_text
! test.t1 optimize status OK
check table t1;
Table Op Msg_type Msg_text
test.t1 check status OK
--- 12,18 ----
test.t1 check status OK
optimize table t1;
Table Op Msg_type Msg_text
! test.t1 optimize status Table is already up to date
check table t1;
Table Op Msg_type Msg_text
test.t1 check status OK
-------------------------------------------------------
main.ps [ fail ]
-------------------------------------------------------
*** /Users/df/mysql/mysql-5.1.22-rc/mysql-test/r/ps.result Thu Sep 20 18:34:03 2007
--- /Users/df/mysql/mysql-5.1.22-rc/mysql-test/r/ps.reject Mon Sep 24 11:25:19 2007
***************
*** 1338,1344 ****
prepare stmt from "optimize table t1";
execute stmt;
Table Op Msg_type Msg_text
! test.t1 optimize status OK
execute stmt;
Table Op Msg_type Msg_text
test.t1 optimize status Table is already up to date
--- 1338,1344 ----
prepare stmt from "optimize table t1";
execute stmt;
Table Op Msg_type Msg_text
! test.t1 optimize status Table is already up to date
execute stmt;
Table Op Msg_type Msg_text
test.t1 optimize status Table is already up to date
***************
*** 1363,1371 ****
prepare stmt from "optimize table t1, t2, t3";
execute stmt;
Table Op Msg_type Msg_text
! test.t1 optimize status OK
! test.t2 optimize status OK
! test.t3 optimize status OK
execute stmt;
Table Op Msg_type Msg_text
test.t1 optimize status Table is already up to date
--- 1363,1371 ----
prepare stmt from "optimize table t1, t2, t3";
execute stmt;
Table Op Msg_type Msg_text
! test.t1 optimize status Table is already up to date
! test.t2 optimize status Table is already up to date
! test.t3 optimize status Table is already up to date
execute stmt;
Table Op Msg_type Msg_text
test.t1 optimize status Table is already up to date
***************
*** 1398,1405 ****
prepare stmt from "optimize table t1, t3, t4";
execute stmt;
Table Op Msg_type Msg_text
! test.t1 optimize status OK
! test.t3 optimize status OK
test.t4 optimize Error Table 'test.t4' doesn't exist
test.t4 optimize error Corrupt
execute stmt;
--- 1398,1405 ----
prepare stmt from "optimize table t1, t3, t4";
execute stmt;
Table Op Msg_type Msg_text
! test.t1 optimize status Table is already up to date
! test.t3 optimize status Table is already up to date
test.t4 optimize Error Table 'test.t4' doesn't exist
test.t4 optimize error Corrupt
execute stmt;
-------------------------------------------------------
main.sp [ fail ]
-------------------------------------------------------
*** /Users/df/mysql/mysql-5.1.22-rc/mysql-test/r/sp.result Thu Sep 20 18:34:03 2007
--- /Users/df/mysql/mysql-5.1.22-rc/mysql-test/r/sp.reject Mon Sep 24 11:29:02 2007
***************
*** 4430,4438 ****
test.v1 repair Error 'test.v1' is not BASE TABLE
test.v1 repair error Corrupt
Table Op Msg_type Msg_text
! test.t1 optimize status OK
! test.t2 optimize status OK
! test.t3 optimize status OK
test.v1 optimize Error 'test.v1' is not BASE TABLE
test.v1 optimize error Corrupt
Table Op Msg_type Msg_text
--- 4430,4438 ----
test.v1 repair Error 'test.v1' is not BASE TABLE
test.v1 repair error Corrupt
Table Op Msg_type Msg_text
! test.t1 optimize status Table is already up to date
! test.t2 optimize status Table is already up to date
! test.t3 optimize status Table is already up to date
test.v1 optimize Error 'test.v1' is not BASE TABLE
test.v1 optimize error Corrupt
Table Op Msg_type Msg_text
***************
*** 4449,4457 ****
test.v1 repair Error 'test.v1' is not BASE TABLE
test.v1 repair error Corrupt
Table Op Msg_type Msg_text
! test.t1 optimize status OK
! test.t2 optimize status OK
! test.t3 optimize status OK
test.v1 optimize Error 'test.v1' is not BASE TABLE
test.v1 optimize error Corrupt
Table Op Msg_type Msg_text
--- 4449,4457 ----
test.v1 repair Error 'test.v1' is not BASE TABLE
test.v1 repair error Corrupt
Table Op Msg_type Msg_text
! test.t1 optimize status Table is already up to date
! test.t2 optimize status Table is already up to date
! test.t3 optimize status Table is already up to date
test.v1 optimize Error 'test.v1' is not BASE TABLE
test.v1 optimize error Corrupt
Table Op Msg_type Msg_text
***************
*** 4468,4476 ****
test.v1 repair Error 'test.v1' is not BASE TABLE
test.v1 repair error Corrupt
Table Op Msg_type Msg_text
! test.t1 optimize status OK
! test.t2 optimize status OK
! test.t3 optimize status OK
test.v1 optimize Error 'test.v1' is not BASE TABLE
test.v1 optimize error Corrupt
Table Op Msg_type Msg_text
--- 4468,4476 ----
test.v1 repair Error 'test.v1' is not BASE TABLE
test.v1 repair error Corrupt
Table Op Msg_type Msg_text
! test.t1 optimize status Table is already up to date
! test.t2 optimize status Table is already up to date
! test.t3 optimize status Table is already up to date
test.v1 optimize Error 'test.v1' is not BASE TABLE
test.v1 optimize error Corrupt
Table Op Msg_type Msg_text
-------------------------------------------------------
How to repeat:
Build 5.1.22-rc source on Mac OS X 10.5 and run the test suite.