Bug #27653 | Temp table can't be created if lower_case_table_names=1 and tmpdir has uppercase | ||
---|---|---|---|
Submitted: | 4 Apr 2007 15:16 | Modified: | 4 May 2007 18:29 |
Reporter: | Valeriy Kravchuk | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Server | Severity: | S2 (Serious) |
Version: | 5.0.40-BK, 5.0.36 | OS: | Linux |
Assigned to: | Timothy Smith | CPU Architecture: | Any |
Tags: | bfsm_2007_04_19 |
[4 Apr 2007 15:16]
Valeriy Kravchuk
[28 Apr 2007 8:54]
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/commits/25661 ChangeSet@1.2463, 2007-04-28 10:54:20+02:00, tsmith@quadxeon.mysql.com +7 -0 Bug #27653: Temp table can't be created if lower_case_table_names=1 and tmpdir has uppercase Fix: don't convert mysql_tmpdir to lower case when building the path to a temporary table
[30 Apr 2007 21:16]
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/commits/25799 ChangeSet@1.2463, 2007-04-30 23:16:46+02:00, tsmith@quadxeon.mysql.com +7 -0 Bug #27653: Temp table can't be created if lower_case_table_names=1 and tmpdir has uppercase Fix: don't convert mysql_tmpdir to lower case when building the path to a temporary table
[1 May 2007 9:47]
Timothy Smith
Patch queued to 5.0- and 5.1-maint team trees; will be merged up to top repos soon.
[1 May 2007 20:58]
Bugs System
Pushed into 5.1.18-beta
[1 May 2007 21:00]
Bugs System
Pushed into 5.0.42
[4 May 2007 18:29]
Paul DuBois
Noted in 5.0.42, 5.1.18 changelogs. On Linux, the server could not create temporary tables if lower_case_table_names was set to 1 and the value of tmpdir was a directory name containing any uppercase letters.