mirror of
https://github.com/MariaDB/server.git
synced 2025-01-16 12:02:42 +01:00
6 lines
210 B
Text
6 lines
210 B
Text
show variables like 'ignore_builtin_innodb';
|
|
Variable_name Value
|
|
ignore_builtin_innodb ON
|
|
select PLUGIN_NAME from information_schema.plugins
|
|
where PLUGIN_NAME = "InnoDb" and PLUGIN_LIBRARY IS NULL;
|
|
PLUGIN_NAME
|