Bug #28541 | Temporary tables may fail on case insensitive HFS | ||
---|---|---|---|
Submitted: | 20 May 2007 17:15 | Modified: | 31 Dec 2007 14:04 |
Reporter: | Antony Curtis | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Server: Falcon storage engine | Severity: | S3 (Non-critical) |
Version: | 6.0.4 | OS: | MacOS (10.4.9 PPC/Intel) |
Assigned to: | Hakan Küçükyılmaz | CPU Architecture: | Any |
[20 May 2007 17:15]
Antony Curtis
[23 May 2007 9:28]
Hakan Küçükyılmaz
Verified on Mac/Intel running OS X 10.4.9. Following temporary table related tests are failing: - falcon_bug_22089 - falcon_bug_22143 - falcon_temporary_alter Best regards, Hakan
[23 May 2007 22:40]
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/27244 ChangeSet@1.2530, 2007-05-24 00:39:50+02:00, hakank@au0012.local +4 -0 Changes to get Falcon compiled on Mac OS X/Intel. Following tests do fail on Mac OS X/Intel - falcon_bug_22089, temporary table problem (Bug#28541) - falcon_bug_22143, temporary table problem (Bug#28541) - falcon_bug_23663, temporary decimal change to get DBT2 running - falcon_bug_24079, temporary table problem (Bug#28541) - falcon_bug_27962, temporary decimal change to get DBT2 running - falcon_temporary_alter, temporary table problem (Bug#28541) - index_merge_falcon, fails also on Linux - partition, fails also on Linux - symlink, fails also on Linux Thanks to Antony for providing the patches.
[16 Aug 2007 12:49]
Hakan Küçükyılmaz
The last patch was not a bug fix, it fixed compile issues on Intel/Mac.
[19 Oct 2007 20:28]
Ann Harrison
Hakan, I think this was tested before Jim put all temporary tables into a temporary tablespace. That change may have fixed the problem. Could you retest? Thanks, Ann
[19 Nov 2007 22:25]
Hakan Küçükyılmaz
Depends on Bug#32201, which has to be fixed first.
[12 Dec 2007 11:42]
Hakan Küçükyılmaz
Fixed. Tested on Mac/Intel. TEST RESULT TIME (ms) ------------------------------------------------------- falcon.falcon_bug_22089 [ pass ] 323 falcon.falcon_bug_22143 [ pass ] 39 falcon.falcon_temporary_alter [ pass ] 156 ------------------------------------------------------- Stopping All Servers All 3 tests were successful. The servers were restarted 1 times Spent 0.518 of 8 seconds executing testcases
[31 Dec 2007 14:04]
MC Brown
A note has been added to the 6.0.4 changelog: Using a temporary table within Falcon that is created in a directory where the path contains a mixture of upper and lower letters would fail.