diff options
author | Sergei Golubchik <sergii@pisem.net> | 2012-11-22 11:43:55 +0100 |
---|---|---|
committer | Sergei Golubchik <sergii@pisem.net> | 2012-11-22 11:43:55 +0100 |
commit | c499fa1ef391556b0fe12d5a38af5ae674b98a19 (patch) | |
tree | d693a3ffa91d8ca10359783b7be5ebfad222eae4 /mysql-test/t/mysqlshow.test | |
parent | a48a91d90f07798deebe514d9d827fb719da7294 (diff) | |
parent | b1b939f4f79ae3eeab5afcd2d3a405009368280f (diff) | |
download | mariadb-git-c499fa1ef391556b0fe12d5a38af5ae674b98a19.tar.gz |
XtraDB from Percona-Server-5.5.28-rel29.1
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 2b6b5b631b2..5dba7fa5b85 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.0"`) +if (`select count(*) from information_schema.plugins where plugin_name='innodb' and plugin_auth_version > "1.1.8-29.1"`) { # because of lp:1066512 this test shows xtradb I_S plugins, even when # xtradb is supposed to be disabled |