~drizzle-trunk/drizzle/development

1 by brian
clean slate
1
disable_query_log;
2
--require r/true.require
1680.3.1 by Patrick Crews
Updated include files for the test suite that were using TRUE/FALSE vs. YES/NO for data_dictionary queries. Was causing some tests to be skipped unneccesarily
3
select (is_active = 'YES') as `TRUE` from data_dictionary.plugins where PLUGIN_NAME = 'csv';
1 by brian
clean slate
4
enable_query_log;