1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-29 05:21:33 +03:00

Fix for the failing gis.test

mysql-test/r/gis.result:
  result fixed
sql/item_geofunc.cc:
  new_field->init() call added
This commit is contained in:
unknown
2006-08-18 22:29:35 +05:00
parent 655d344b3c
commit 8e2b4a3399
2 changed files with 6 additions and 3 deletions

View File

@ -578,7 +578,7 @@ create table t1 select GeomFromWKB(POINT(1,3));
show create table t1;
Table Create Table
t1 CREATE TABLE `t1` (
`GeomFromWKB(POINT(1,3))` geometry NOT NULL default ''
`GeomFromWKB(POINT(1,3))` geometry NOT NULL DEFAULT ''
) ENGINE=MyISAM DEFAULT CHARSET=latin1
drop table t1;
CREATE TABLE `t1` (`object_id` bigint(20) unsigned NOT NULL default '0', `geo`