mirror of
https://github.com/MariaDB/server.git
synced 2025-12-24 11:21:21 +03:00
Added innobase handler files + other updates for innobase
Docs/manual.texi: Changelog client/mysql.cc: Added optional argument to --i-am-a-dummy sql/handler.cc: Fix for innobase sql/handler.h: Fix for innobase sql/sql_class.cc: Fix for innobase sql/sql_db.cc: Fixed that DROP DATABASE works on OS/2
This commit is contained in:
@@ -148,6 +148,7 @@ THD::~THD()
|
||||
close_temporary_tables(this);
|
||||
#ifdef USING_TRANSACTIONS
|
||||
close_cached_file(&transaction.trans_log);
|
||||
ha_close_connection(this);
|
||||
#endif
|
||||
if (global_read_lock)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user