1
0
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:
monty@donna.mysql.com
2000-12-06 01:54:17 +02:00
parent 4d2076be87
commit 3666dab516
8 changed files with 2637 additions and 4 deletions

View File

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