mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
fixed for mysql-test-run to
* fully support --mysqld=--plugin-load=xxxx * uniformly support all loadable plugins, no need to hard-code every new plugin in mtr * autodetect MTR_VS_CONFIG on windows
This commit is contained in:
@ -2,8 +2,5 @@ show variables like 'ignore_builtin_innodb';
|
||||
Variable_name Value
|
||||
ignore_builtin_innodb ON
|
||||
select PLUGIN_NAME from information_schema.plugins
|
||||
where PLUGIN_NAME = "InnoDb";
|
||||
where PLUGIN_NAME = "InnoDb" and PLUGIN_LIBRARY IS NULL;
|
||||
PLUGIN_NAME
|
||||
select ENGINE from information_schema.engines
|
||||
where ENGINE = "InnoDB";
|
||||
ENGINE
|
||||
|
Reference in New Issue
Block a user