Bug#21419 test case lowercase_fs_off fails on Windows
- Backport patch from 5.0
This commit is contained in:
parent
83167f06a3
commit
5fc215e2e3
@ -2646,6 +2646,11 @@ You should consider changing lower_case_table_names to 1 or 2",
|
||||
mysql_real_data_home);
|
||||
lower_case_table_names= 0;
|
||||
}
|
||||
else
|
||||
{
|
||||
lower_case_file_system=
|
||||
(test_if_case_insensitive(mysql_real_data_home) == 1);
|
||||
}
|
||||
|
||||
/* Reset table_alias_charset, now that lower_case_table_names is set. */
|
||||
table_alias_charset= (lower_case_table_names ?
|
||||
|
Loading…
x
Reference in New Issue
Block a user