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 /mysql-test/t/archive_gis.test | |
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 'mysql-test/t/archive_gis.test')
-rw-r--r-- | mysql-test/t/archive_gis.test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/t/archive_gis.test b/mysql-test/t/archive_gis.test index eb47561e52c..feb3fb22f00 100644 --- a/mysql-test/t/archive_gis.test +++ b/mysql-test/t/archive_gis.test @@ -1,4 +1,4 @@ source include/have_geometry.inc; source include/have_archive.inc; SET storage_engine=archive; ---source include/gis_generic.inc +-- source include/gis_generic.inc |