mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:22:35 +03:00
Merge remote-tracking branch 'github/bb-11.4-release' into bb-11.8-serg
This commit is contained in:
@@ -4465,7 +4465,7 @@ bool get_lookup_field_values(THD *thd, COND *cond, bool fix_table_name_case,
|
||||
break;
|
||||
}
|
||||
|
||||
if (lower_case_table_names && !rc)
|
||||
if (lower_case_table_names == 1 && !rc)
|
||||
{
|
||||
if (lookup_field_values->db_value.str && lookup_field_values->db_value.str[0])
|
||||
lookup_field_values->db_value= thd->make_ident_casedn(
|
||||
|
Reference in New Issue
Block a user