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.
This commit is contained in:
Davi Arnaut 2010-07-23 21:55:03 -03:00
parent d7c1b752cd
commit 2529ee72ec

View File

@ -1,3 +1,4 @@
--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';