mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:22:35 +03:00
Merge with 3.23:
Remove duplicate casedn_str() in mysql_change_db() Fix for null handling in CASE innobase/btr/btr0sea.c: Auto merged mysql-test/t/case.test: Auto merged sql/ha_innodb.cc: Auto merged sql/item_cmpfunc.cc: Auto merged mysql-test/r/case.result: merge with 3.23 sql/sql_db.cc: Merge with 3.23 (to remove duplicate casedn_str())
This commit is contained in:
@@ -383,8 +383,6 @@ bool mysql_change_db(THD *thd,const char *name)
|
||||
}
|
||||
send_ok(&thd->net);
|
||||
x_free(thd->db);
|
||||
if (lower_case_table_names)
|
||||
casedn_str(dbname);
|
||||
thd->db=dbname;
|
||||
thd->db_length=db_length;
|
||||
thd->db_access=db_access;
|
||||
|
Reference in New Issue
Block a user