Commit 17ec6d6c authored by Vicențiu Ciorbaru's avatar Vicențiu Ciorbaru

Skip MYSQL_JSON related tests if the plugin is not compiled

parent 9a4398b0
--source include/have_utf8.inc
if (!$TYPE_MYSQL_JSON_SO) {
skip Need MYSQL_JSON plugin;
}
--echo #
--echo # The following test takes 2 tables containing a JSON column and attempts
--echo # to repair them.
......
......@@ -2,6 +2,10 @@
-- source include/have_working_dns.inc
-- source include/have_innodb.inc
if (!$TYPE_MYSQL_JSON_SO) {
skip Need MYSQL_JSON plugin;
}
call mtr.add_suppression("Table rebuild required");
call mtr.add_suppression("is marked as crashed");
call mtr.add_suppression("Checking");
......
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