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 _______________________________________________ Mailing list: https://launchpad.net/~maria-developers Post to : [email protected] Unsubscribe : https://launchpad.net/~maria-developers More help : https://help.launchpad.net/ListHelp

