~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to tests/r/show_check.result

  • Committer: Brian Aker
  • Date: 2011-02-04 10:18:35 UTC
  • mfrom: (2143.1.4 drizzle-build)
  • Revision ID: brian@tangent.org-20110204101835-j23pv0febg9p0a2p
Merge of all local trees.

Show diffs side-by-side

added added

removed removed

Lines of Context:
475
475
SHOW TABLES FROM no_such_database;
476
476
ERROR 42000: Unknown schema 'no_such_database'
477
477
SHOW COLUMNS FROM no_such_table;
478
 
ERROR 42S02: Table 'test.no_such_table' doesn't exist
 
478
ERROR 42S02: Unknown table 'test.no_such_table'
479
479
show variables like 'myisam_recover_options';
480
480
Variable_name   Value
481
481
End of 5.0 tests