~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to tests/t/show_check.test

  • Committer: Andrew Hutchings
  • Date: 2011-02-07 17:20:59 UTC
  • mfrom: (2148 staging)
  • mto: (2148.2.3 build)
  • mto: This revision was merged to the branch mainline in revision 2149.
  • Revision ID: andrew@linuxjedi.co.uk-20110207172059-dyeahrgzrlincoe3
Merge with trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
312
312
#
313
313
--error ER_BAD_DB_ERROR
314
314
SHOW TABLES FROM no_such_database;
315
 
--error ER_NO_SUCH_TABLE
 
315
--error ER_TABLE_UNKNOWN
316
316
SHOW COLUMNS FROM no_such_table;
317
317
 
318
318
#
348
348
#
349
349
# Bug#26402 Server crashes with old-style named table
350
350
#
351
 
--error ER_NO_SUCH_TABLE,ER_FILE_NOT_FOUND
 
351
--error ER_TABLE_UNKNOWN,ER_FILE_NOT_FOUND
352
352
show columns from `#mysql50#????????`;
353
353
 
354
354
#