~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to tests/r/variables.result

  • Committer: Brian Aker
  • Date: 2010-03-18 01:23:59 UTC
  • mto: This revision was merged to the branch mainline in revision 1356.
  • Revision ID: brian@gaz-20100318012359-fga2gebt8b0nbksi
Modify ptr to reference.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
drop table if exists t1,t2;
2
 
drop schema if exists data_dictionary;
3
2
set @my_myisam_key_cache_size           =@@global.myisam_key_cache_size;
4
3
set @my_max_connect_errors        =@@global.max_connect_errors;
5
4
set @my_max_heap_table_size       =@@global.max_heap_table_size;