mirror of
https://github.com/MariaDB/server.git
synced 2026-05-16 03:47:17 +02:00
merging fix
mysql-test/r/gis.result: result fixed mysql-test/t/gis.test: test fixed
This commit is contained in:
parent
d04f74b775
commit
e4dc9a8e6e
2 changed files with 2 additions and 2 deletions
|
|
@ -443,7 +443,7 @@ DROP TABLE t1;
|
|||
# Bug #30284 spatial key corruption
|
||||
#
|
||||
|
||||
create table t1(col1 geometry not null,col15 geometrycollection not
|
||||
create table t1(col1 geometry default null,col15 geometrycollection not
|
||||
null,spatial index(col15),index(col1(15)))engine=myisam;
|
||||
insert into t1 set col15 = GeomFromText('POINT(6 5)');
|
||||
insert into t1 set col15 = GeomFromText('POINT(6 5)');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue