summaryrefslogtreecommitdiff
path: root/sql/ha_innobase.cc
diff options
context:
space:
mode:
authormonty@tik.mysql.fi <>2001-09-08 01:01:10 +0300
committermonty@tik.mysql.fi <>2001-09-08 01:01:10 +0300
commitfcb7292e48655805ba3289cd384a700ffd5d0370 (patch)
tree3f8bb55c2b3ec5e00a3dc49b4fed5d540e339591 /sql/ha_innobase.cc
parent9570e8b92cba653e3d3580789de57fe9ff14bea8 (diff)
downloadmariadb-git-fcb7292e48655805ba3289cd384a700ffd5d0370.tar.gz
Unlock tables on BEGIN
Diffstat (limited to 'sql/ha_innobase.cc')
-rw-r--r--sql/ha_innobase.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/ha_innobase.cc b/sql/ha_innobase.cc
index 87c40f5ea47..3493b2f2c89 100644
--- a/sql/ha_innobase.cc
+++ b/sql/ha_innobase.cc
@@ -617,6 +617,7 @@ innobase_end(void)
err = innobase_shutdown_for_mysql();
hash_free(&innobase_open_tables);
+ my_free(internal_innobase_data_file_path,MYF(MY_ALLOW_ZERO_PTR));
if (err != DB_SUCCESS) {