1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

bug #22682 Test fails --without-geometry

geometry dependent parts moved to proper .test files
This commit is contained in:
holyfoot/hf@mysql.com/hfmain.(none)
2007-01-24 14:49:36 +04:00
parent ac25a49ff4
commit 8190cfca85
9 changed files with 30 additions and 28 deletions

View File

@ -460,3 +460,5 @@ ERROR 22003: Cannot get geometry object from data you send to the GEOMETRY field
insert into t1 (fl) values (pointfromtext('point(1,1)'));
ERROR 22003: Cannot get geometry object from data you send to the GEOMETRY field
drop table t1;
create table t1 (g geometry not null, spatial gk(g)) engine=innodb;
ERROR HY000: The used table type doesn't support SPATIAL indexes