~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to tests/r/variables.result

  • Committer: Brian Aker
  • Date: 2010-02-25 07:54:52 UTC
  • mfrom: (1273.13.101 build)
  • Revision ID: brian@gaz-20100225075452-19eozreshbrerypu
Merge of all patches in build.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
drop table if exists t1,t2;
2
2
drop schema if exists data_dictionary;
3
 
create schema data_dictionary;
4
3
set @my_myisam_key_cache_size           =@@global.myisam_key_cache_size;
5
4
set @my_max_connect_errors        =@@global.max_connect_errors;
6
5
set @my_max_heap_table_size       =@@global.max_heap_table_size;
591
590
Variable_name   Value
592
591
table_definition_cache  #
593
592
table_lock_wait_timeout #
594
 
drop schema data_dictionary;