Commit 322129df authored by Vicențiu Ciorbaru's avatar Vicențiu Ciorbaru

Skip mysql_json_mysql_upgrade if plugin is not built

Do not use --source directive as we don't want to load the plugin when
the test starts.
parent bba6c386
......@@ -6,6 +6,10 @@
-- source include/have_utf8.inc
-- source include/mysql_upgrade_preparation.inc
if (!$TYPE_MYSQL_JSON_SO) {
skip Need MYSQL_JSON plugin;
}
SET NAMES utf8;
let $MYSQLD_DATADIR= `select @@datadir`;
......
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