~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to tests/include/have_blackhole.inc

  • Committer: Brian Aker
  • Date: 2010-02-14 02:02:48 UTC
  • mfrom: (1273.13.64 fix_is)
  • Revision ID: brian@gaz-20100214020248-bhovaejhz9fmer3q
MergeĀ inĀ data_dictionary.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
disable_query_log;
2
2
--require r/true.require
3
 
select (support = 'YES' or support = 'DEFAULT') as `TRUE` from information_schema.engines where engine = 'blackhole';
 
3
select (is_active = 'TRUE') as `TRUE` from data_dictionary.plugins where PLUGIN_NAME = 'blackhole';
4
4
enable_query_log;