Bug #52054 | Case (non-)sensitivity for SHOW DATABASES does not work correctly on Windows | ||
---|---|---|---|
Submitted: | 15 Mar 2010 6:54 | Modified: | 15 Mar 2010 6:56 |
Reporter: | Roel Van de Paar | Email Updates: | |
Status: | Verified | Impact on me: | |
Category: | MySQL Server: Information schema | Severity: | S3 (Non-critical) |
Version: | 5.1.42 | OS: | Windows |
Assigned to: | CPU Architecture: | Any |
[15 Mar 2010 6:54]
Roel Van de Paar
[15 Mar 2010 7:03]
Roel Van de Paar
Maybe we need a lower_case_database_names variable, or lower_case_table_names should include databases.
[15 Mar 2010 8:44]
Peter Laursen
I think that lower_case_tables names does (or should) include database names. Refer:\\http://dev.mysql.com/doc/refman/5.1/en/server-system-variables.html If set to 1, table names are stored in lowercase on disk and table name comparisons are not case sensitive. If set to 2 table names are stored as given but compared in lowercase. This option also applies to database names and table aliases." (but not to TRIGGERS what I consider a bug).