mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
Added innobase handler files + other updates for innobase
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