mirror of
https://github.com/MariaDB/server.git
synced 2025-07-27 18:02:13 +03:00
MDEV-24093: Detect during mysql_upgrade if type_mysql_json.so is needed and load it
a. The change makes `mariadb-upgrade` detect if `MYSQL_JSON` data type is needed. b. Install the data type if it's not installed. c. Uninstalls the data type once finished. d. Create `.opt` and `.inc` files `have_type_mysql_json` and adapt the tests Reviewed by: vicentiu@mariadb.org
This commit is contained in:
@ -1,8 +1,5 @@
|
||||
--source include/have_utf8.inc
|
||||
|
||||
if (!$TYPE_MYSQL_JSON_SO) {
|
||||
skip Need MYSQL_JSON plugin;
|
||||
}
|
||||
--source include/have_type_mysql_json.inc
|
||||
|
||||
--echo #
|
||||
--echo # The following test takes 2 tables containing a JSON column and attempts
|
||||
|
Reference in New Issue
Block a user