summaryrefslogtreecommitdiff
path: root/mysql-test/r/lowercase0.require
diff options
context:
space:
mode:
authorMattias Jonsson <mattiasj@mysql.com>2008-07-11 01:14:13 +0200
committerMattias Jonsson <mattiasj@mysql.com>2008-07-11 01:14:13 +0200
commit295fc5834aef999a8f77d0b38037699d7a2b26bc (patch)
treeb2a11e46d9b140588e1b190503053f167524095e /mysql-test/r/lowercase0.require
parent12846f416ea649aaeb13d541db7b40cdf7e70e52 (diff)
downloadmariadb-git-295fc5834aef999a8f77d0b38037699d7a2b26bc.tar.gz
Bug#37402: Mysql cant read partitioned table with capital letter in the name
Problem was that ha_partition had HA_FILE_BASED flag set (since it uses a .par file), but after open it uses the first partitions flags, which results in different case handling for create and for open. Solution was to change the underlying partition name so it was consistent. (Only happens when lower_case_table_names = 2, i.e. Mac OS X and storage engines without HA_FILE_BASED, like InnoDB and Memory.) (Recommit after adding rename of check_lowercase_names to get_canonical_filename, and moved it from handler.h to mysql_priv.h) NOTE: if a mixed case name for a partitioned table was created when lower_case_table_name = 2 it should be renamed or dropped before using the updated version (See bug#37402 for more info)
Diffstat (limited to 'mysql-test/r/lowercase0.require')
-rw-r--r--mysql-test/r/lowercase0.require1
1 files changed, 0 insertions, 1 deletions
diff --git a/mysql-test/r/lowercase0.require b/mysql-test/r/lowercase0.require
index a63906557f8..5550a2e93b8 100644
--- a/mysql-test/r/lowercase0.require
+++ b/mysql-test/r/lowercase0.require
@@ -1,3 +1,2 @@
Variable_name Value
-lower_case_file_system ON
lower_case_table_names 0