[MDEV-8144] percona.innodb_sys_index test fails Created: 2015-05-12  Updated: 2015-05-12  Resolved: 2015-05-12

Status: Closed
Project: MariaDB Server
Component/s: Tests
Affects Version/s: 10.0
Fix Version/s: 10.0.20

Type: Bug Priority: Major
Reporter: Elena Stepanova Assignee: Elena Stepanova
Resolution: Fixed Votes: 0
Labels: 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.



 Comments   
Comment by Elena Stepanova [ 2015-05-12 ]

Pushed into 10.0: https://github.com/MariaDB/server/commit/b3d3dd25ebf4b9ee426d567afabaa0b9c2318a26

Generated at Thu Feb 08 07:24:58 UTC 2024 using Jira 8.20.16#820016-sha1:9d11dbea5f4be3d4cc21f03a88dd11d8c8687422.