diff options
author | brian@zim.(none) <> | 2005-10-26 13:55:08 -0700 |
---|---|---|
committer | brian@zim.(none) <> | 2005-10-26 13:55:08 -0700 |
commit | ff6cfe6d660a30457e91a96c915f539da229eb64 (patch) | |
tree | 45dfd3af1cc2ee6fb67e07d68a6a79f77381de9d /sql/ha_archive.cc | |
parent | 22644b5f1c7c019f1ca0107c58bec6aeba4e67f9 (diff) | |
download | mariadb-git-ff6cfe6d660a30457e91a96c915f539da229eb64.tar.gz |
Change in gis test to allow NDB to be able to call generic tests. Fix for Archive so that ALTER TABLE doesn't issue a warning. Also added test case for alter table.
Diffstat (limited to 'sql/ha_archive.cc')
-rw-r--r-- | sql/ha_archive.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sql/ha_archive.cc b/sql/ha_archive.cc index b4bcf162ff0..c4801de5fb2 100644 --- a/sql/ha_archive.cc +++ b/sql/ha_archive.cc @@ -453,7 +453,6 @@ int ha_archive::free_share(ARCHIVE_SHARE *share) */ static const char *ha_archive_exts[] = { ARZ, - ARN, ARM, NullS }; |