Bug #11329 lowercase_table test fails when using the embedded server
Submitted: 14 Jun 2005 21:09 Modified: 27 Jul 2005 9:35
Reporter: Lenz Grimmer Email Updates:
Status: Closed
Category:libmysqld Severity:S2 (Serious)
Version:4.1.13-pre OS:Linux (Linux)
Assigned to: Alexey Botchkov Target Version:

[14 Jun 2005 21:09] Lenz Grimmer
Description:
A 4.1.13-standard Linux binary fails the lowercase_table test when testing the embedded
server:

lowercase_table                [ fail ]

Errors are (from
/build/mysqldev/build/test/mysql-standard-4.1.13-20050614-pc-linux-gnu-i686/mysql-test/var/log/mysqltest-time):
mysql_embedded: At line 21: query 'SELECT T2.id from t1 as t2 LIMIT 1' failed: 1109:
Unknown table 'T2' in field list
(the last lines may be the most important ones)

How to repeat:
Run:

./mysql-test-run --embedded-server lowercase_table
[14 Jul 2005 11:05] Lenz Grimmer
Still happens during the ongoing 4.1.13 release builds...
[26 Jul 2005 15:53] Bugs System
A patch for this bug has been committed. After review, it may
be pushed to the relevant source trees for release in the next
version. You can access the patch from:

  http://lists.mysql.com/internals/27604
[27 Jul 2005 9:35] Alexey Botchkov
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