summaryrefslogtreecommitdiff
path: root/mysql-test/t/archive.test
diff options
context:
space:
mode:
authorunknown <ingo@mysql.com>2005-01-26 15:27:31 +0100
committerunknown <ingo@mysql.com>2005-01-26 15:27:31 +0100
commitb6e00331717eebcb6a48960db6b860c4c73c7054 (patch)
tree0449631dc52c3f1b9740d442d15085bf7e611a30 /mysql-test/t/archive.test
parentf712a3d8d9b93cfb7e4c04aac1e5072b710cbe37 (diff)
downloadmariadb-git-b6e00331717eebcb6a48960db6b860c4c73c7054.tar.gz
Test Bug: Memory leaks in the archive handler.
Moved initialization code into a new init function. Added a new cleanup function. Added a call to close the meta file. mysql-test/t/archive.test: Test Bug: Memory leaks in the archive handler. Fixed a typo. sql/examples/ha_archive.h: Test Bug: Memory leaks in the archive handler. Added declarations for the new init/cleanup functions. sql/handler.cc: Test Bug: Memory leaks in the archive handler. Added calls of the new init/cleanup functions.
Diffstat (limited to 'mysql-test/t/archive.test')
-rw-r--r--mysql-test/t/archive.test2
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/t/archive.test b/mysql-test/t/archive.test
index f55aea6e104..ee78b53f9c8 100644
--- a/mysql-test/t/archive.test
+++ b/mysql-test/t/archive.test
@@ -1,6 +1,6 @@
#
# Simple test for archive example
-# Taken fromm the select test
+# Taken from the select test
#
-- source include/have_archive.inc