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
commit 63d78a7659
17 changed files with 25 additions and 74 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;