From e308d66aad40f2e6c2fefe953136aff7a08d8664 Mon Sep 17 00:00:00 2001 From: unknown Date: Wed, 17 Mar 2004 14:03:26 +0400 Subject: Fix for #233 test for IGNORE added mysql-test/r/gis.result: test result for IGNORE added mysql-test/t/gis.test: test for IGNORE added --- mysql-test/t/gis.test | 2 ++ 1 file changed, 2 insertions(+) (limited to 'mysql-test/t/gis.test') diff --git a/mysql-test/t/gis.test b/mysql-test/t/gis.test index 541cff731b8..ea460d5f7b0 100644 --- a/mysql-test/t/gis.test +++ b/mysql-test/t/gis.test @@ -165,6 +165,8 @@ create table t1 (a geometry not null); insert into t1 values (GeomFromText('Point(1 2)')); -- error 1105 insert into t1 values ('Garbage'); +-- error 1105 +insert IGNORE into t1 values ('Garbage'); alter table t1 add spatial index(a); drop table t1; -- cgit v1.2.1