~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to tests/r/show_check.result

  • Committer: Brian Aker
  • Date: 2009-06-25 14:56:24 UTC
  • mfrom: (1067.1.7 ddl-code-cleanup)
  • Revision ID: brian@gaz-20090625145624-pjw9bxbq36istfag
Merge Stewart

Show diffs side-by-side

added added

removed removed

Lines of Context:
589
589
ERROR 42S02: Table 'test.no_such_table' doesn't exist
590
590
show variables like 'myisam_recover_options';
591
591
Variable_name   Value
592
 
myisam_recover_options  OFF
593
592
End of 5.0 tests
594
593
create database `mysqlttest\1`;
595
594
create table `mysqlttest\1`.`a\b` (a int);