mirror of
https://github.com/MariaDB/server.git
synced 2026-01-06 05:22:24 +03:00
Fixed bug in LOCK TABLES on windows.
Docs/manual.texi: Changelog
This commit is contained in:
@@ -368,6 +368,8 @@ 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