Commit 8e2d28e0 authored by unknown's avatar unknown

WL#4077 fix for innodb test that were skipped


mysql-test/include/have_innodb.inc:
  added new value 'ENABLED' for 'support' field
parent 267b00d6
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;
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