mirror of
https://github.com/MariaDB/server.git
synced 2025-12-24 11:21:21 +03:00
fix for a bug in CASE ...WHEN ...
This commit is contained in:
@@ -371,8 +371,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_access=db_access;
|
||||
DBUG_RETURN(0);
|
||||
|
||||
Reference in New Issue
Block a user