1
0
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:
Sinisa@sinisa.nasamreza.org
2002-12-16 22:16:57 +02:00
parent c2f3ff6630
commit 8ebc983442
4 changed files with 11 additions and 2 deletions

View File

@@ -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);