1
0
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:
unknown
2002-10-09 12:05:22 +03:00
parent 97a120e16b
commit 38b547257d
2 changed files with 13 additions and 1 deletions

View File

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