1
0
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:
unknown
2000-12-06 01:54:17 +02:00
parent ca1c47067c
commit 7bdbe353f8
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)
{