~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to tests/t/show_check.test

  • Committer: Brian Aker
  • Date: 2010-06-04 04:33:21 UTC
  • mto: This revision was merged to the branch mainline in revision 1600.
  • Revision ID: brian@gir-2.local-20100604043321-orl86xv459hmu225
No NULL currently used in printing.

Show diffs side-by-side

added added

removed removed

Lines of Context:
301
301
#
302
302
# BUG #12591 (SHOW TABLES FROM dbname produces wrong error message)
303
303
#
304
 
--error ER_BAD_DB_ERROR
 
304
--error 1049
305
305
SHOW TABLES FROM non_existing_database;
306
306
 
307
307
--echo End of 4.1 tests