summaryrefslogtreecommitdiff
path: root/mysql-test/suite/archive
diff options
context:
space:
mode:
authorAlexey Botchkov <holyfoot@askmonty.org>2015-03-16 12:02:21 +0400
committerAlexey Botchkov <holyfoot@askmonty.org>2015-03-16 12:02:21 +0400
commit10554ca6cbb6a02098b0cc1a55fb5426164ef348 (patch)
treeda2b64b65be2fb8a35122d744391b7cf336066ff /mysql-test/suite/archive
parentf48dc5ccc7246c5ca9ebad2acc2d1d56a3470f9d (diff)
downloadmariadb-git-10554ca6cbb6a02098b0cc1a55fb5426164ef348.tar.gz
Test results fixed.
Diffstat (limited to 'mysql-test/suite/archive')
-rw-r--r--mysql-test/suite/archive/archive_gis.result2
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/suite/archive/archive_gis.result b/mysql-test/suite/archive/archive_gis.result
index 97f48407db2..9f3c5b062a3 100644
--- a/mysql-test/suite/archive/archive_gis.result
+++ b/mysql-test/suite/archive/archive_gis.result
@@ -392,7 +392,7 @@ Equals(g1.g, g2.g) as e, Disjoint(g1.g, g2.g) as d, Touches(g1.g, g2.g) as t,
Intersects(g1.g, g2.g) as i, Crosses(g1.g, g2.g) as r
FROM gis_geometrycollection g1, gis_geometrycollection g2 ORDER BY first, second;
first second w c o e d t i r
-120 120 1 1 0 1 0 1 1 0
+120 120 1 1 0 1 0 0 1 0
120 121 0 0 1 0 0 0 1 0
121 120 0 0 1 0 0 0 1 0
121 121 1 1 0 1 0 1 1 0