16 Mar
2015
16 Mar
'15
11:10 p.m.
Hi, Peter! On Mar 16, Peter Laursen wrote:
I think:
1) case sensivity of tables and databases should always respect the setting of lower_case_table_names variable ( http://dev.mysql.com/doc/refman/5.6/en/identifier-case-sensitivity.html). Compromissing here in order to achive speed in completely unacceptable IMO.
Unfortunately (and I think it's a bug in the information_schema.tables) mysqldump for many years accepted table names ignoring the case sensitivity. That is, one could always specify the table name for mysqldump in the incorrect letter case. Even on Linux. I would agree that mysqldump should have respected lower_case_table_names. But it doesn't, and I don't want to risk changing it :( Regards, Sergei