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:
@@ -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`;
|
||||
|
||||
Reference in New Issue
Block a user