Bug #13415 | Case sensitivity of table names | ||
---|---|---|---|
Submitted: | 23 Sep 2005 1:43 | Modified: | 11 Oct 2005 4:47 |
Reporter: | [ name withheld ] | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Server | Severity: | S4 (Feature request) |
Version: | MySQL 4,1,14 | OS: | Windows (WIndows/Linux) |
Assigned to: | CPU Architecture: | Any |
[23 Sep 2005 1:43]
[ name withheld ]
[6 Oct 2005 20:53]
Hartmut Holzgraefe
Isn't "lower_case_table_namse=2" already doing what you are looking for? "Table and database names are stored on disk using the lettercase specified in the CREATE TABLE or CREATE DATABASE statement, but MySQL converts them to lowercase on lookup. Name comparisons are not case sensitive. Note: This works only on filesystems that are not case sensitive! InnoDB table names are stored in lowercase, as for lower_case_table_names=1. Setting lower_case_table_names to 2 can be done as of MySQL 4.0.18."
[11 Oct 2005 4:47]
[ name withheld ]
Thanks very much. That's indeed what I want!