Skip to content

Commit

Permalink
MDEV-8144 percona.innodb_sys_index test fails
Browse files Browse the repository at this point in the history
Restoring the line affected by 5.5=>10.0 merge
  • Loading branch information
elenst authored and Nirbhay Choubey committed May 12, 2015
1 parent 6ae27e4 commit 7003776
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mysql-test/suite/percona/innodb_sys_index.result
Original file line number Diff line number Diff line change
@@ -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%' ;
Expand Down

0 comments on commit 7003776

Please sign in to comment.