mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
Removed ifdef need.
Cleaned up test to no longer need have_
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
-- require r/have_innodb.require
|
||||
disable_query_log;
|
||||
show variables like "have_innodb";
|
||||
--require r/true.require
|
||||
select support = 'Enabled' as `TRUE` from information_schema.engines where engine = 'innodb';
|
||||
enable_query_log;
|
||||
|
Reference in New Issue
Block a user