13 lines
354 B
Plaintext
13 lines
354 B
Plaintext
call mtr.add_suppression("is ignored and will be removed in future releases");
|
|
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
|
|
InnoDB
|
|
select ENGINE from information_schema.engines
|
|
where ENGINE = "InnoDB";
|
|
ENGINE
|
|
InnoDB
|