diff options
author | unknown <brian@zim.(none)> | 2005-01-31 12:17:34 -0800 |
---|---|---|
committer | unknown <brian@zim.(none)> | 2005-01-31 12:17:34 -0800 |
commit | 0e2e3df2b4bbbcc6c7625a9d2c998fa3c2733417 (patch) | |
tree | c5d47403763e2d67af430d8f9f6a6e6d9cad5817 /sql/examples | |
parent | 665a3efe892736ed1f011a47275ab73f5c7158a3 (diff) | |
download | mariadb-git-0e2e3df2b4bbbcc6c7625a9d2c998fa3c2733417.tar.gz |
Removed duplicate close call and added archive to the debug build and test.
BUILD/compile-ia64-debug-max:
Added archive for this build.
sql/examples/ha_archive.cc:
Removed duplicate close call.
Diffstat (limited to 'sql/examples')
-rw-r--r-- | sql/examples/ha_archive.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sql/examples/ha_archive.cc b/sql/examples/ha_archive.cc index 6bf3d485575..491056d0e59 100644 --- a/sql/examples/ha_archive.cc +++ b/sql/examples/ha_archive.cc @@ -405,7 +405,6 @@ int ha_archive::free_share(ARCHIVE_SHARE *share) rc= 1; if (my_close(share->meta_file, MYF(0))) rc= 1; - my_close(share->meta_file,MYF(0)); my_free((gptr) share, MYF(0)); } pthread_mutex_unlock(&archive_mutex); |