~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to tests/t/variables.test

  • 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:
6
6
drop schema if exists data_dictionary;
7
7
--enable_warnings
8
8
 
9
 
create schema data_dictionary;
10
 
 
11
9
#
12
10
# Bug #19263: variables.test doesn't clean up after itself (I/II -- save)
13
11
#
536
534
#
537
535
--replace_column 2 #
538
536
show global variables where variable_name='table_definition_cache' or Variable_name='table_lock_wait_timeout';
539
 
 
540
 
drop schema data_dictionary;