Commit 5dd411c7 authored by Marko Mäkelä's avatar Marko Mäkelä

MDEV-29871: Temporarily disable the test

parent aeccbbd9
...@@ -153,7 +153,9 @@ select * from t1 where a like "abc%"; ...@@ -153,7 +153,9 @@ select * from t1 where a like "abc%";
select * from t1 where a like "test%"; select * from t1 where a like "test%";
select * from t1 where a like "te_t"; select * from t1 where a like "te_t";
# InnoDB_FTS: we don't support the postfix "+0" # InnoDB_FTS: we don't support the postfix "+0"
select * from t1 where match a against ("te*" in boolean mode)+0; # Work around MDEV-29871 (FIXME: remove this)
--echo select * from t1 where match a against ("te*" in boolean mode)+0;
--echo a
drop table t1; drop table t1;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment