1
0
mirror of https://github.com/MariaDB/server.git synced 2026-01-06 05:22:24 +03:00

fix for a bug in CASE ...WHEN ...

sql/sql_db.cc:
  fix for lower case ...
This commit is contained in:
unknown
2002-12-16 22:16:57 +02:00
parent 0bc6909f02
commit e003d42e4a
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);