Commit f860873c authored by Davi Arnaut's avatar Davi Arnaut

Bug#55501: Disable innodb plugin usage in the embedded server on certain OSes

Do not attempt to test the innodb plugin with the embedded server,
it's not supported for now.
parent 93324cbf
--source include/not_embedded.inc
disable_query_log;
--require r/true.require
SELECT (plugin_library LIKE 'ha_innodb_plugin%') AS `TRUE` FROM information_schema.plugins WHERE LOWER(plugin_name) = 'innodb' AND LOWER(plugin_status) = 'active';
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment