Set lower_case_file_system when it is being tested to check if
lower_case_tables_names=2 is sensible. Related to Bug #7887.
This commit is contained in:
parent
3bdfe44859
commit
fa1098618e
@ -2914,7 +2914,8 @@ You should consider changing lower_case_table_names to 1 or 2",
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
else if (lower_case_table_names == 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)
|
if (global_system_variables.log_warnings)
|
||||||
sql_print_warning("\
|
sql_print_warning("\
|
||||||
|
Loading…
x
Reference in New Issue
Block a user