~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to tests/t/show_check.test

  • Committer: Brian Aker
  • Date: 2010-07-29 00:35:25 UTC
  • mto: This revision was merged to the branch mainline in revision 1671.
  • Revision ID: brian@gaz-20100729003525-xy6vn530lg912zdv
Removed tolower usage, and did a small style thing with for() loop.

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