~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to tests/include/have_csv.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 (is_active = 'YES') as `TRUE` from information_schema.plugins where PLUGIN_NAME = 'csv';
 
3
select (is_active = 'TRUE') as `TRUE` from data_dictionary.plugins where PLUGIN_NAME = 'csv';
4
4
enable_query_log;