diff options
author | Sergei Golubchik <sergii@pisem.net> | 2013-01-16 11:13:08 +0100 |
---|---|---|
committer | Sergei Golubchik <sergii@pisem.net> | 2013-01-16 11:13:08 +0100 |
commit | cf013ff949a5e05d678bdc3a37c56538fcab4a20 (patch) | |
tree | 9f2cd15d2d52deaf38321e2cc45a176370186ba0 /mysql-test/t/mysqlshow.test | |
parent | 4ce53556ce5f31ec6b811c0803285cf0c29f4540 (diff) | |
parent | 37a5a54a01ab00fb334c89b6ed5e7dc6cef22fe5 (diff) | |
download | mariadb-git-cf013ff949a5e05d678bdc3a37c56538fcab4a20.tar.gz |
xtradb merge. Percona-Server-5.5.28-rel29.3
Diffstat (limited to 'mysql-test/t/mysqlshow.test')
-rw-r--r-- | mysql-test/t/mysqlshow.test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/t/mysqlshow.test b/mysql-test/t/mysqlshow.test index 5dba7fa5b85..fc5d4d982e5 100644 --- a/mysql-test/t/mysqlshow.test +++ b/mysql-test/t/mysqlshow.test @@ -29,7 +29,7 @@ select "---- -v -v -t ------" as ""; DROP TABLE t1, t2; -if (`select count(*) from information_schema.plugins where plugin_name='innodb' and plugin_auth_version > "1.1.8-29.1"`) +if (`select count(*) from information_schema.plugins where plugin_name='innodb' and plugin_auth_version > "1.1.8-29.3"`) { # because of lp:1066512 this test shows xtradb I_S plugins, even when # xtradb is supposed to be disabled |