mirror of
https://github.com/MariaDB/server.git
synced 2025-01-29 10:14:19 +01:00
WL#4077 fix for innodb test that were skipped
mysql-test/include/have_innodb.inc: added new value 'ENABLED' for 'support' field
This commit is contained in:
parent
267b00d682
commit
8e2d28e013
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
disable_query_log;
|
||||
--require r/true.require
|
||||
select (support = 'YES' or support = 'DEFAULT') as `TRUE` from information_schema.engines where engine = 'innodb';
|
||||
select (support = 'YES' or support = 'DEFAULT' or support = 'ENABLED') as `TRUE` from information_schema.engines where engine = 'innodb';
|
||||
enable_query_log;
|
||||
|
|
Loading…
Add table
Reference in a new issue