~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to mysql-test/include/initialize_falcon.inc

  • Committer: brian
  • Date: 2008-06-29 12:50:19 UTC
  • mfrom: (12.1.4 drizzle)
  • Revision ID: brian@localhost.localdomain-20080629125019-qxk9qma8esphwwus
Committing merge

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
disable_query_log;
2
 
SET @@autocommit = 1;
3
 
SET names default;
4
 
SET GLOBAL query_cache_size = 0;
5
 
SET @@sql_mode = '';
6
 
SET @@storage_engine = MyISAM;
7
 
SET @@tx_isolation = 'REPEATABLE-READ';
8
 
enable_query_log;