Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
10.0(EOL)
-
None
Description
percona.innodb_sys_index 'xtradb' w2 [ fail ]
|
Test ended at 2015-05-08 20:41:00
|
|
CURRENT_TEST: percona.innodb_sys_index
|
2015-05-08 20:40:56 b7414700 InnoDB: !!!!!!!! UNIV_DEBUG switched on !!!!!!!!!
|
2015-05-08 20:40:56 b7414700 InnoDB: !!!!!!!! UNIV_SYNC_DEBUG switched on !!!!!!!!!
|
--- /mnt/buildbot/build/mariadb-10.0.19/mysql-test/suite/percona/innodb_sys_index.result 2015-05-08 17:37:45.000000000 +0300
|
+++ /mnt/buildbot/build/mariadb-10.0.19/mysql-test/suite/percona/innodb_sys_index.reject 2015-05-08 20:40:58.000000000 +0300
|
@@ -1,6 +1,6 @@
|
drop table if exists t1;
|
Warnings:
|
-Note 1051 Unknown table 't1'
|
+Note 1051 Unknown table 'test.t1'
|
SELECT COUNT(*) FROM `information_schema`.`INNODB_SYS_INDEXES` ;
|
CREATE TABLE test.t1 ( `a` SERIAL NOT NULL , `b` VARCHAR( 255 ) NOT NULL , INDEX ( `b` ) ) ENGINE = InnoDB ;
|
SHOW TABLE STATUS FROM `information_schema` LIKE 'INNODB\_SYS\_INDEXES%' ;
|
|
mysqltest: Result length mismatch
|
That's a merge problem after merging this commit https://github.com/MariaDB/server/commit/5a3bf84468b386d4a784c468d32e7beaa0bef7d1 from 5.5 to 10.0.