~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to tests/t/show_check.test

  • Committer: Brian Aker
  • Date: 2009-08-11 20:22:59 UTC
  • mfrom: (1093.1.59 captain)
  • Revision ID: brian@gaz-20090811202259-5a92huu2yqmzdx1u
MErge Jay

Show diffs side-by-side

added added

removed removed

Lines of Context:
51
51
--echo -- after Bug#29394 is implemented.
52
52
 
53
53
--enable_metadata
54
 
show variables like "wait_timeout%";
55
 
show variables like "WAIT_timeout%";
 
54
show variables like "server_id%";
 
55
show variables like "SERVER_id%";
56
56
show variables like "this_doesn't_exists%";
57
57
show table status from test like "this_doesn't_exists%";
58
58
show databases;