Use --sorted_result to make test result predictable

This commit is contained in:
Sergei Petrunia 2016-04-11 10:44:43 +02:00
parent fbf0364c26
commit c61bb13956

View file

@ -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;