diff options
author | monty@mysql.com <> | 2005-10-27 22:45:18 +0300 |
---|---|---|
committer | monty@mysql.com <> | 2005-10-27 22:45:18 +0300 |
commit | a9b1ff40951a74666f3de90c7d79f40fc507ae16 (patch) | |
tree | b6d33b8036e354e85e5951e6312d4bed8430b87c /mysql-test/t/innodb_gis.test | |
parent | faba744caf8c2f8da1b3b4e68d88ffd09a0e1601 (diff) | |
download | mariadb-git-a9b1ff40951a74666f3de90c7d79f40fc507ae16.tar.gz |
Add DROP TABLE before trying to create view (in mysqldump)
Cleaned up xxxx_gis.test's and made gis_generic.inc independent of ndb
(Note that archive_gis.test fails, but this is independent of this patch)
Diffstat (limited to 'mysql-test/t/innodb_gis.test')
-rw-r--r-- | mysql-test/t/innodb_gis.test | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/mysql-test/t/innodb_gis.test b/mysql-test/t/innodb_gis.test index c79e0278d16..142b526af92 100644 --- a/mysql-test/t/innodb_gis.test +++ b/mysql-test/t/innodb_gis.test @@ -1,4 +1,3 @@ -source include/have_geometry.inc; --- source include/have_innodb.inc +--source include/have_innodb.inc SET storage_engine=innodb; --source include/gis_generic.inc |