~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to tests/include/have_blackhole.inc

  • Committer: Brian Aker
  • Date: 2009-06-26 00:37:27 UTC
  • Revision ID: brian@gaz-20090626003727-b2y4gitpptzbvypd
Fix for CentOS

Show diffs side-by-side

added added

removed removed

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