mirror of
https://github.com/MariaDB/server.git
synced 2025-01-25 00:04:33 +01:00
Use --sorted_result to make test result predictable
This commit is contained in:
parent
fbf0364c26
commit
c61bb13956
1 changed files with 1 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue