mirror of
https://github.com/MariaDB/server.git
synced 2026-01-06 05:22:24 +03:00
merge with 3.23.56 to get patches for --lower-case-table-names and
proper handling of SUM() in some functions.
This commit is contained in:
@@ -351,8 +351,6 @@ bool mysql_change_db(THD *thd,const char *name)
|
||||
x_free(dbname);
|
||||
DBUG_RETURN(1);
|
||||
}
|
||||
if (lower_case_table_names)
|
||||
casedn_str(dbname);
|
||||
DBUG_PRINT("info",("Use database: %s", dbname));
|
||||
if (test_all_bits(thd->master_access,DB_ACLS))
|
||||
db_access=DB_ACLS;
|
||||
|
||||
Reference in New Issue
Block a user