mirror of
https://github.com/MariaDB/server.git
synced 2025-08-07 00:04:31 +03:00
Merge branch '12.0' into 12.1
This commit is contained in:
@@ -4470,7 +4470,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