summaryrefslogtreecommitdiff
path: root/sql/ha_archive.cc
diff options
context:
space:
mode:
authorunknown <acurtis@xiphis.org>2005-12-25 03:29:49 -0800
committerunknown <acurtis@xiphis.org>2005-12-25 03:29:49 -0800
commit4019cbf602f73a474f597914537eb91650c8573f (patch)
treefd599faa84df4b95805d8523e5bceda2530ae77d /sql/ha_archive.cc
parent81ca15813bfc482ac98614de41a867e47dde07d3 (diff)
downloadmariadb-git-4019cbf602f73a474f597914537eb91650c8573f.tar.gz
Bug#15976: Multiply warnings about unfreed memory
leaks caused by Archive storage engine not closing files and storage engines not receiving panic() during shutdown sql/ha_archive.cc: surplus my_close() call not neccessary as azclose() should work sql/mysqld.cc: Make sure storage engines get panic() call by moving it before plugin_free() storage/archive/azio.c: typo perhaps. azio was not closing files.
Diffstat (limited to 'sql/ha_archive.cc')
-rw-r--r--sql/ha_archive.cc2
1 files changed, 0 insertions, 2 deletions
diff --git a/sql/ha_archive.cc b/sql/ha_archive.cc
index 6cfb29537a2..dfc01d01a80 100644
--- a/sql/ha_archive.cc
+++ b/sql/ha_archive.cc
@@ -591,8 +591,6 @@ int ha_archive::create(const char *name, TABLE *table_arg,
goto error2;
}
- my_close(create_file, MYF(0));
-
DBUG_RETURN(0);
error3: