~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to tests/t/show_check.test

Merge trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
419
419
 
420
420
--error ER_UNKNOWN_STORAGE_ENGINE
421
421
show engine foobar status;
422
 
--error ER_UNKNOWN_STORAGE_ENGINE
 
422
--error 1064
423
423
show engine foobar logs;
424
 
--error ER_UNKNOWN_STORAGE_ENGINE
 
424
--error 1064
425
425
show engine foobar mutex;
426
426
 
427
427
--error ER_UNKNOWN_STORAGE_ENGINE