1
0
mirror of https://github.com/MariaDB/server.git synced 2025-11-28 17:36:30 +03:00

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.
This commit is contained in:
Vicențiu Ciorbaru
2021-03-10 10:31:22 +02:00
parent bba6c38630
commit 322129dfb4

View File

@@ -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`;