summaryrefslogtreecommitdiff
path: root/mysql-test/suite/innodb_plugin/t/innodb-index.test
diff options
context:
space:
mode:
authorSergei Golubchik <sergii@pisem.net>2013-02-28 19:00:58 +0100
committerSergei Golubchik <sergii@pisem.net>2013-02-28 19:00:58 +0100
commit6b31e63177e0c16d92e460302bae9b2c92c8f500 (patch)
treed206f4c8848a50899d8d0656e8c8212189365ace /mysql-test/suite/innodb_plugin/t/innodb-index.test
parentf4e7c093726a0143fd734b588c10e2b7780fe9ab (diff)
parent3251e4549c7541557546d0550ddfafa1574fe5ce (diff)
downloadmariadb-git-6b31e63177e0c16d92e460302bae9b2c92c8f500.tar.gz
5.1 -> 5.2 merge
Diffstat (limited to 'mysql-test/suite/innodb_plugin/t/innodb-index.test')
-rw-r--r--mysql-test/suite/innodb_plugin/t/innodb-index.test8
1 files changed, 8 insertions, 0 deletions
diff --git a/mysql-test/suite/innodb_plugin/t/innodb-index.test b/mysql-test/suite/innodb_plugin/t/innodb-index.test
index d4310093bfd..0c17598d5f5 100644
--- a/mysql-test/suite/innodb_plugin/t/innodb-index.test
+++ b/mysql-test/suite/innodb_plugin/t/innodb-index.test
@@ -1,4 +1,8 @@
-- source include/have_innodb_plugin.inc
+if (`select plugin_auth_version <= "1.0.17-14.1" from information_schema.plugins where plugin_name='innodb'`)
+{
+ --skip Not fixed in XtraDB 1.0.17-14.1 or earlier
+}
let $MYSQLD_DATADIR= `select @@datadir`;
@@ -420,6 +424,10 @@ select a,
length(b),b=left(repeat(d,100*a),65535),length(c),c=repeat(d,20*a),d from t1;
show create table t1;
check table t1;
+
+# In my local machine and in pb2 machine only the key_len field is differing.
+# So masking this problematic output.
+--replace_column 9 #
explain select * from t1 where b like 'adfd%';
#