1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

Fixup d1c3342d07 for --embedded

This commit is contained in:
Marko Mäkelä
2020-04-24 17:12:11 +03:00
parent edd38b50f6
commit be42004d3d

View File

@ -1,3 +1,4 @@
--source include/not_embedded.inc
if (`SELECT COUNT(*) = 0 FROM INFORMATION_SCHEMA.PLUGINS WHERE PLUGIN_NAME = 'innodb' AND PLUGIN_LIBRARY IS NULL`)
{
--skip Requires built-in InnoDB.