Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
M
mariadb
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
mariadb
Commits
7094295d
Commit
7094295d
authored
Nov 24, 2007
by
holyfoot/hf@mysql.com/hfmain.(none)
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
merging fix
parent
d6e94bc9
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
mysql-test/r/gis.result
mysql-test/r/gis.result
+1
-1
mysql-test/t/gis.test
mysql-test/t/gis.test
+1
-1
No files found.
mysql-test/r/gis.result
View file @
7094295d
...
@@ -742,7 +742,7 @@ select geomfromtext(col9,col89) as a from t1;
...
@@ -742,7 +742,7 @@ select geomfromtext(col9,col89) as a from t1;
a
a
NULL
NULL
DROP TABLE t1;
DROP TABLE t1;
create table t1(col1 geometry
no
t null,col15 geometrycollection not
create table t1(col1 geometry
defaul
t null,col15 geometrycollection not
null,spatial index(col15),index(col1(15)))engine=myisam;
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)');
insert into t1 set col15 = GeomFromText('POINT(6 5)');
insert into t1 set col15 = GeomFromText('POINT(6 5)');
...
...
mysql-test/t/gis.test
View file @
7094295d
...
@@ -443,7 +443,7 @@ DROP TABLE t1;
...
@@ -443,7 +443,7 @@ DROP TABLE t1;
# Bug #30284 spatial key corruption
# Bug #30284 spatial key corruption
#
#
create
table
t1
(
col1
geometry
no
t
null
,
col15
geometrycollection
not
create
table
t1
(
col1
geometry
defaul
t
null
,
col15
geometrycollection
not
null
,
spatial
index
(
col15
),
index
(
col1
(
15
)))
engine
=
myisam
;
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)'
);
insert
into
t1
set
col15
=
GeomFromText
(
'POINT(6 5)'
);
insert
into
t1
set
col15
=
GeomFromText
(
'POINT(6 5)'
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment