mirror of
https://github.com/MariaDB/server.git
synced 2025-01-17 20:42:30 +01:00
10 lines
261 B
Text
10 lines
261 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";
|
||
|
PLUGIN_NAME
|
||
|
select ENGINE from information_schema.engines
|
||
|
where ENGINE = "InnoDB";
|
||
|
ENGINE
|