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
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
nexedi
MariaDB
Commits
469a4b02
Commit
469a4b02
authored
Apr 21, 2018
by
Marko Mäkelä
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix an intermittent test failure
parent
ea947179
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
0 deletions
+4
-0
mysql-test/suite/innodb_gis/r/types.result
mysql-test/suite/innodb_gis/r/types.result
+1
-0
mysql-test/suite/innodb_gis/t/types.test
mysql-test/suite/innodb_gis/t/types.test
+3
-0
No files found.
mysql-test/suite/innodb_gis/r/types.result
View file @
469a4b02
...
@@ -47,6 +47,7 @@ SELECT ST_AsText(g) FROM t_wl6455 WHERE g = POINT(10,10);
...
@@ -47,6 +47,7 @@ SELECT ST_AsText(g) FROM t_wl6455 WHERE g = POINT(10,10);
ST_AsText(g)
ST_AsText(g)
INSERT INTO t_wl6455 VALUES(10, POINT(10,10));
INSERT INTO t_wl6455 VALUES(10, POINT(10,10));
COMMIT;
COMMIT;
FLUSH TABLES;
INSERT INTO t_wl6455 VALUES(11, POINT(11,11));
INSERT INTO t_wl6455 VALUES(11, POINT(11,11));
BEGIN;
BEGIN;
INSERT INTO t_wl6455 VALUES(1, POINT(1,1));
INSERT INTO t_wl6455 VALUES(1, POINT(1,1));
...
...
mysql-test/suite/innodb_gis/t/types.test
View file @
469a4b02
...
@@ -62,6 +62,9 @@ SELECT ST_AsText(g) FROM t_wl6455 WHERE g = POINT(10,10);
...
@@ -62,6 +62,9 @@ SELECT ST_AsText(g) FROM t_wl6455 WHERE g = POINT(10,10);
INSERT
INTO
t_wl6455
VALUES
(
10
,
POINT
(
10
,
10
));
INSERT
INTO
t_wl6455
VALUES
(
10
,
POINT
(
10
,
10
));
COMMIT
;
COMMIT
;
# Avoid corrupting non-crash-safe system tables on the kill below.
FLUSH
TABLES
;
INSERT
INTO
t_wl6455
VALUES
(
11
,
POINT
(
11
,
11
));
INSERT
INTO
t_wl6455
VALUES
(
11
,
POINT
(
11
,
11
));
BEGIN
;
BEGIN
;
INSERT
INTO
t_wl6455
VALUES
(
1
,
POINT
(
1
,
1
));
INSERT
INTO
t_wl6455
VALUES
(
1
,
POINT
(
1
,
1
));
...
...
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