diff options
author | unknown <holyfoot/hf@mysql.com/deer.(none)> | 2006-08-18 22:29:35 +0500 |
---|---|---|
committer | unknown <holyfoot/hf@mysql.com/deer.(none)> | 2006-08-18 22:29:35 +0500 |
commit | 8e2b4a3399d68f337d2969beca791ffb3dfb3405 (patch) | |
tree | ab1925ed0d6f80f908d33f53dfdb306d202c1e25 /mysql-test/r/gis.result | |
parent | 655d344b3cc3a87234772fff4b5a64774db53fa3 (diff) | |
download | mariadb-git-8e2b4a3399d68f337d2969beca791ffb3dfb3405.tar.gz |
Fix for the failing gis.test
mysql-test/r/gis.result:
result fixed
sql/item_geofunc.cc:
new_field->init() call added
Diffstat (limited to 'mysql-test/r/gis.result')
-rw-r--r-- | mysql-test/r/gis.result | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/r/gis.result b/mysql-test/r/gis.result index 76e1bd323ae..6b700d0c947 100644 --- a/mysql-test/r/gis.result +++ b/mysql-test/r/gis.result @@ -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` |