1
0
mirror of https://github.com/MariaDB/server.git synced 2025-12-24 11:21:21 +03:00

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
This commit is contained in:
tsmith@quadxeon.mysql.com
2007-04-30 23:16:46 +02:00
parent 5d7a264cf4
commit 44af4144e6
7 changed files with 48 additions and 10 deletions

View File

@@ -0,0 +1,4 @@
--require r/lowercase1.require
--disable_query_log
show variables like 'lower_case_table_names';
--enable_query_log