Bug #43387 main.lowercase_mixed_tmpdir fails with embedded server
Submitted: 4 Mar 2009 18:21 Modified: 2 Dec 2009 18:48
Reporter: Matthias Leich Email Updates:
Status: No Feedback Impact on me:
None 
Category:MySQL Server: Embedded Library ( libmysqld ) Severity:S3 (Non-critical)
Version:5.0.88 OS:Any
Assigned to: CPU Architecture:Any

[4 Mar 2009 18:21] Matthias Leich
Description:
mysql-5.0-bugteam last changeset March 2009
./mysql-test-run --embedded lowercase_mixed_tmpdir
....
TEST                    RESULT         TIME (ms)
-------------------------------------------------------

lowercase_mixed_tmpdir  [ fail ]

mysqltest: At line 10: query 'create temporary table t2 select * from t1' failed: 1049: Unknown database 'test'

The result from queries just before the failure was:
drop table if exists t1;
create table t1 (id int) engine=myisam;
insert into t1 values (1);
create temporary table t2 select * from t1;

More results from queries before failure can be found in /work2/5.0/mysql-5.0-bugteam-42003-2/mysql-test/var/log/lowercase_mixed_tmpdir.log

Aborting: lowercase_mixed_tmpdir failed in embedded mode.

I was unable to reproduce the bug in MySQL 5.1 and 6.0.

How to repeat:
./mysql-test-run --embedded lowercase_mixed_tmpdir
[1 Nov 2009 19:34] Valeriy Kravchuk
Verified just as described with recent 5.0.88 from bzr on Linux.
[3 Dec 2009 0:00] Bugs System
No feedback was provided for this bug for over a month, so it is
being suspended automatically. If you are able to provide the
information that was originally requested, please do so and change
the status of the bug back to "Open".