| List: | Commits | « Previous MessageNext Message » | |
| From: | Chuck Bell | Date: | May 14 2008 1:32pm |
| Subject: | RE: bk commit into 6.0 tree (cbell:1.2614) BUG#33355 | ||
| View as plain text | |||
Hi, I've made your changes and those of Rafal. The new patch is: http://lists.mysql.com/commits/46690 Chuck > This check wouldn't work on case insensitive file systems. > What we really should do is: > - (my_strcasecmp(system_charset_info, m_db_name.c_ptr(), > "mysql") == 0)) > + (my_strcasecmp(lower_case_table_names ? > system_charset_info : &my_charset_bin, > + m_db_name.c_ptr(), "mysql") == 0)) > > Btw, it would be great to replace "mysql" with MYSQL_SCHEMA_NAME.str.
| Thread | ||
|---|---|---|
| • bk commit into 6.0 tree (cbell:1.2614) BUG#33355 | Chuck Bell | 14 May |
| • RE: bk commit into 6.0 tree (cbell:1.2614) BUG#33355 | Chuck Bell | 14 May |
