mirror of
https://github.com/MariaDB/server.git
synced 2026-05-15 19:37:16 +02:00
Removed ifdef need.
Cleaned up test to no longer need have_
This commit is contained in:
parent
343e08391d
commit
63d78a7659
17 changed files with 25 additions and 74 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue