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
e4dc9a8e
Commit
e4dc9a8e
authored
Nov 24, 2007
by
unknown
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
merging fix
mysql-test/r/gis.result: result fixed mysql-test/t/gis.test: test fixed
parent
d04f74b7
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 @
e4dc9a8e
...
...
@@ -742,7 +742,7 @@ select geomfromtext(col9,col89) as a from t1;
a
NULL
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;
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 @
e4dc9a8e
...
...
@@ -443,7 +443,7 @@ DROP TABLE t1;
# 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
;
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