From c61bb139565ce7ffb028cc26a7257be07c262557 Mon Sep 17 00:00:00 2001 From: Sergei Petrunia Date: Mon, 11 Apr 2016 10:44:43 +0200 Subject: [PATCH] Use --sorted_result to make test result predictable --- mysql-test/t/win.test | 1 + 1 file changed, 1 insertion(+) diff --git a/mysql-test/t/win.test b/mysql-test/t/win.test index 0b9ff84128d..0622fe156f3 100644 --- a/mysql-test/t/win.test +++ b/mysql-test/t/win.test @@ -897,6 +897,7 @@ insert into t1 values (3, 10, 'xxx'); insert into t1 values (3, 20, 'vvv'); prepare stmt from 'select a, row_number() over (partition by a order by b) from t1'; +--sorted_result execute stmt; drop table t1;