summaryrefslogtreecommitdiff
path: root/mysql-test/r/gis.result
diff options
context:
space:
mode:
authorunknown <hf@deer.(none)>2004-09-24 19:45:27 +0500
committerunknown <hf@deer.(none)>2004-09-24 19:45:27 +0500
commit4688e282b3b80cde1b6ee8e1aa0013e8ca423db1 (patch)
tree65b7b13153e2c0bdeec28bb7316589593abe89b5 /mysql-test/r/gis.result
parent7e1f43918137dba497ec56e3e44ccec877f762cf (diff)
downloadmariadb-git-4688e282b3b80cde1b6ee8e1aa0013e8ca423db1.tar.gz
Merging
Diffstat (limited to 'mysql-test/r/gis.result')
-rw-r--r--mysql-test/r/gis.result3
1 files changed, 0 insertions, 3 deletions
diff --git a/mysql-test/r/gis.result b/mysql-test/r/gis.result
index b0e1b59b5eb..2226c6e33c9 100644
--- a/mysql-test/r/gis.result
+++ b/mysql-test/r/gis.result
@@ -485,7 +485,6 @@ MBRContains(GeomFromText('Polygon((0 0, 0 7, 7 7, 7 0, 0 0))'), a);
AsText(a)
POINT(1 1)
drop table t1;
-
CREATE TABLE t1 (Coordinates POINT NOT NULL, SPATIAL INDEX(Coordinates));
INSERT INTO t1 VALUES(GeomFromText('POINT(383293632 1754448)'));
INSERT INTO t1 VALUES(GeomFromText('POINT(564952612 157516260)'));
@@ -575,12 +574,10 @@ INSERT INTO t1 VALUES(GeomFromText('POINT(367894677 368542487)'));
INSERT INTO t1 VALUES(GeomFromText('POINT(580848489 219587743)'));
INSERT INTO t1 VALUES(GeomFromText('POINT(11247614 782797569)'));
drop table t1;
-
create table t1 select POINT(1,3);
show create table t1;
Table Create Table
t1 CREATE TABLE `t1` (
`POINT(1,3)` longblob NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=latin1
-
drop table t1;