mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
Quote names to SHOW CREATE for mysqldump
Fix thread-related bug when doing DROP TABLE Fix bug in RENAME TABLE on windows Docs/manual.texi: Changelog client/mysqldump.c: Quote names to SHOW CREATE mysql-test/t/range.test: Test case for range bug sql/lock.cc: Fix thread-related bug when doing DROP TABLE sql/sql_base.cc: Fix thread-related bug when doing DROP TABLE sql/sql_rename.cc: Fix bug in RENAME TABLE on windows
This commit is contained in:
@ -464,6 +464,7 @@ void close_thread_tables(THD *thd, bool locked)
|
||||
unused_tables=table->next=table->prev=table;
|
||||
}
|
||||
}
|
||||
thd->some_tables_deleted=0;
|
||||
thd->open_tables=0;
|
||||
/* Free tables to hold down open files */
|
||||
while (open_cache.records > table_cache_size && unused_tables)
|
||||
|
Reference in New Issue
Block a user