Commit fa109861 authored by jimw@mysql.com's avatar jimw@mysql.com

Set lower_case_file_system when it is being tested to check if

lower_case_tables_names=2 is sensible. Related to Bug #7887.
parent 3bdfe448
......@@ -2914,7 +2914,8 @@ You should consider changing lower_case_table_names to 1 or 2",
}
}
else if (lower_case_table_names == 2 &&
(test_if_case_insensitive(mysql_real_data_home) == 0))
!(lower_case_file_system=
(test_if_case_insensitive(mysql_real_data_home) == 1)))
{
if (global_system_variables.log_warnings)
sql_print_warning("\
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment