Skip to content

Commit ec24dd0

Browse files
committed
Add an end-of-tests marker to ease merges
1 parent d0ebb15 commit ec24dd0

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

mysql-test/r/win.result

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3505,3 +3505,6 @@ id a b sum_a_b
35053505
2 2 1 3
35063506
2 2 2 4
35073507
drop table t1;
3508+
#
3509+
# End of 10.2 tests
3510+
#

mysql-test/t/win.test

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2254,3 +2254,7 @@ select e.id,
22542254
(select max(t1.v) from t1 where t1.id=e.id) + (row_number() over (partition by e.id order by e.v)) as sum_a_b
22552255
from t1 e;
22562256
drop table t1;
2257+
2258+
--echo #
2259+
--echo # End of 10.2 tests
2260+
--echo #

0 commit comments

Comments
 (0)