~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/session_dictionary/tests/t/show.test

  • Committer: Brian Aker
  • Date: 2010-02-19 00:38:35 UTC
  • mto: (1273.19.13 fix_is)
  • mto: This revision was merged to the branch mainline in revision 1304.
  • Revision ID: brian@gaz-20100219003835-6x7jjq7xt3bqhu29
Updates to tests (not deterministic ouput). I still want the actual commands
tested.

Show diffs side-by-side

added added

removed removed

Lines of Context:
6
6
#
7
7
# test that SHOW PROCESSLIST works correctly
8
8
#
9
 
--replace_column 1 # 2 # 3 # 6 # 7 #
 
9
--disable_result_log
10
10
show processlist;
 
11
--enable_result_log
11
12
 
12
13
drop schema data_dictionary;