summaryrefslogtreecommitdiff
path: root/mysql-test/t/gis.test
diff options
context:
space:
mode:
authorunknown <holyfoot@deer.(none)>2006-06-27 17:00:24 +0500
committerunknown <holyfoot@deer.(none)>2006-06-27 17:00:24 +0500
commite832964174c43c6edb5603ab372223c964145a98 (patch)
tree7301c190a8deee5833b4ee3b6201a3a994a6036a /mysql-test/t/gis.test
parent360ae7fe2cb55a00553ab50f957f719900c65f0f (diff)
downloadmariadb-git-e832964174c43c6edb5603ab372223c964145a98.tar.gz
merging fix
Diffstat (limited to 'mysql-test/t/gis.test')
-rw-r--r--mysql-test/t/gis.test2
1 files changed, 2 insertions, 0 deletions
diff --git a/mysql-test/t/gis.test b/mysql-test/t/gis.test
index 566dbf882ad..4c6ff9b2fe7 100644
--- a/mysql-test/t/gis.test
+++ b/mysql-test/t/gis.test
@@ -408,6 +408,8 @@ create table t1(pt GEOMETRY);
--error 1170
alter table t1 add primary key pti(pt);
alter table t1 add primary key pti(pt(20));
+drop table t1;
+
--enable_metadata
create table t1 (g GEOMETRY);
select * from t1;