~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to tests/r/show_check.result

Merge in additional test case fixes.

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