Bug #14293 show_check fails in 5.1
Submitted: 25 Oct 2005 13:29 Modified: 28 Oct 2005 16:18
Reporter: Jonas Oreland Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Server Severity:S3 (Non-critical)
Version:5.1 OS:Linux (Linux)
Assigned to: Antony Curtis CPU Architecture:Any

[25 Oct 2005 13:29] Jonas Oreland
Description:
show_check fails in 5.1

How to repeat:
./mysql-test-run --do-test=show_check
show_check                     [ fail ]

Errors are (from /home/jonas/src/51-clean/mysql-test/var/log/mysqltest-time) :
mysqltest: At line 399: query 'drop table t1' failed: 1051: Unknown table 't1'
(the last lines may be the most important ones)

Suggested fix:
[25 Oct 2005 16:28] MySQL Verification Team
TEST                            RESULT
-------------------------------------------------------
show_check                     [ fail ]

Errors are (from /home/miguel/dbs/mysql-5.1/mysql-test/var/log/mysqltest-time) :
mysqltest: At line 399: query 'drop table t1' failed: 1051: Unknown table 't1'
[28 Oct 2005 16:18] Antony Curtis
Thank you for your bug report. This issue has been committed to our
source repository of that product and will be incorporated into the
next release.

If necessary, you can access the source repository and build the latest
available version, including the bugfix, yourself. More information 
about accessing the source trees is available at
    http://www.mysql.com/doc/en/Installing_source_tree.html