1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-01 03:47:19 +03:00

bug #15860 (SPATIAL keys in INNODB)

This commit is contained in:
holyfoot@deer.(none)
2006-04-12 22:05:23 +05:00
parent 7c70159097
commit c2acfc5b7c
6 changed files with 19 additions and 1 deletions

View File

@ -3241,3 +3241,5 @@ where t2.a between t1.a - interval 2 day and t1.a + interval 2 day;
a a
2005-10-01 2005-10-01
drop table t1, t2;
create table t1 (g geometry not null, spatial gk(g)) engine=innodb;
ERROR HY000: The used table type doesn't support SPATIAL indexes