1
0
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:
brian@zim.(none)
2006-09-19 13:58:12 -07:00
parent 343e08391d
commit 63d78a7659
17 changed files with 26 additions and 75 deletions

View File

@ -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;