~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to tests/t/show_check.test

Bug fix for buffer size goof.
Hopefull fix for build problem on solaris where it cannot find uint32_t etc..

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