diff options
author | Igor Babaev <igor@askmonty.org> | 2016-11-15 09:24:39 -0800 |
---|---|---|
committer | Igor Babaev <igor@askmonty.org> | 2016-11-15 09:25:33 -0800 |
commit | 0b869814dc98a961e21f4e0d2a581f52b80543a6 (patch) | |
tree | 12f51d00035b0cd3bde4d39d876231c46f8e0ecf /mysql-test/r/cte_recursive.result | |
parent | 68e7d92c4c2fce7d089a82012132965aa46e3ecb (diff) | |
download | mariadb-git-0b869814dc98a961e21f4e0d2a581f52b80543a6.tar.gz |
Made the result output deterministic.
Diffstat (limited to 'mysql-test/r/cte_recursive.result')
-rw-r--r-- | mysql-test/r/cte_recursive.result | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/r/cte_recursive.result b/mysql-test/r/cte_recursive.result index 4a3ca4d1caa..4504de38358 100644 --- a/mysql-test/r/cte_recursive.result +++ b/mysql-test/r/cte_recursive.result @@ -1911,8 +1911,8 @@ a b distance path_string 2 6 4 2.1.3.5.6. 2 7 2 2.4.7. 2 7 4 2.1.3.4.7. -3 1 2 3.6.1. 3 1 2 3.5.1. +3 1 2 3.6.1. 3 1 3 3.5.6.1. 3 4 1 3.4. 3 5 1 3.5. |