Details
-
Bug
-
Status: Closed (View Workflow)
-
Minor
-
Resolution: Fixed
-
5.5.28a-galera
-
None
Description
percona.innodb_sys_index 'xtradb' w2 [ fail ]
|
Test ended at 2013-03-02 12:53:01
|
 |
CURRENT_TEST: percona.innodb_sys_index
|
--- /mnt/buildbot/build/mariadb-5.5.29/mysql-test/suite/percona/innodb_sys_index.result 2013-03-02 12:27:09.000000000 +0200
|
+++ /mnt/buildbot/build/mariadb-5.5.29/mysql-test/suite/percona/innodb_sys_index.reject 2013-03-02 12:53:01.000000000 +0200
|
@@ -3,7 +3,7 @@
|
Note 1051 Unknown table 't1'
|
select @@version_comment limit 1 ;
|
@@version_comment
|
-Source distribution, wsrep_X.Y.rZ
|
+Source distribution, wsrep_23.7.3.rXXXX
|
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%' ;
|
The version got the 3rd digit, which wasn't there before, and stopped matching the previous pattern.
I think it makes sense to generalize it even further.