Skip to content
Permalink
Browse files
Skip MYSQL_JSON related tests if the plugin is not compiled
  • Loading branch information
cvicentiu committed Oct 29, 2020
1 parent 9a4398b commit 17ec6d6
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
@@ -1,5 +1,9 @@
--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");

0 comments on commit 17ec6d6

Please sign in to comment.