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
515cba20
Commit
515cba20
authored
Mar 10, 2010
by
Georgi Kodinov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
merged the test disablement because of bug 51357 to 5.0-bugteam
parent
63605817
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
12 deletions
+7
-12
mysql-test/r/gis-rtree.result
mysql-test/r/gis-rtree.result
+0
-7
mysql-test/t/gis-rtree.test
mysql-test/t/gis-rtree.test
+7
-5
No files found.
mysql-test/r/gis-rtree.result
View file @
515cba20
...
@@ -1540,12 +1540,5 @@ a
...
@@ -1540,12 +1540,5 @@ a
HANDLER t1 READ a LAST;
HANDLER t1 READ a LAST;
a
a
HANDLER t1 CLOSE;
HANDLER t1 CLOSE;
HANDLER t1 OPEN;
HANDLER t1 READ a FIRST;
a
INSERT INTO t1 VALUES (GeomFromText('Polygon((40 40,60 40,60 60,40 60,40 40))'));
HANDLER t1 READ a NEXT;
a
HANDLER t1 CLOSE;
DROP TABLE t1;
DROP TABLE t1;
End of 5.0 tests.
End of 5.0 tests.
mysql-test/t/gis-rtree.test
View file @
515cba20
...
@@ -914,12 +914,14 @@ HANDLER t1 READ a PREV;
...
@@ -914,12 +914,14 @@ HANDLER t1 READ a PREV;
HANDLER
t1
READ
a
LAST
;
HANDLER
t1
READ
a
LAST
;
HANDLER
t1
CLOSE
;
HANDLER
t1
CLOSE
;
#TODO: re-enable this test please when bug #51877 is solved
# second crash fixed when the tree has changed since the last search.
# second crash fixed when the tree has changed since the last search.
HANDLER
t1
OPEN
;
#HANDLER t1 OPEN;
HANDLER
t1
READ
a
FIRST
;
#HANDLER t1 READ a FIRST;
INSERT
INTO
t1
VALUES
(
GeomFromText
(
'Polygon((40 40,60 40,60 60,40 60,40 40))'
));
#INSERT INTO t1 VALUES (GeomFromText('Polygon((40 40,60 40,60 60,40 60,40 40))'));
HANDLER
t1
READ
a
NEXT
;
#HANDLER t1 READ a NEXT;
HANDLER
t1
CLOSE
;
#HANDLER t1 CLOSE;
#TODO: end of the 51877 dependent section
DROP
TABLE
t1
;
DROP
TABLE
t1
;
...
...
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