mirror of
https://github.com/MariaDB/server.git
synced 2025-08-05 13:16:09 +03:00
Add an end-of-tests marker to ease merges
This commit is contained in:
@@ -3505,3 +3505,6 @@ id a b sum_a_b
|
|||||||
2 2 1 3
|
2 2 1 3
|
||||||
2 2 2 4
|
2 2 2 4
|
||||||
drop table t1;
|
drop table t1;
|
||||||
|
#
|
||||||
|
# End of 10.2 tests
|
||||||
|
#
|
||||||
|
@@ -2254,3 +2254,7 @@ select e.id,
|
|||||||
(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
|
(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
|
||||||
from t1 e;
|
from t1 e;
|
||||||
drop table t1;
|
drop table t1;
|
||||||
|
|
||||||
|
--echo #
|
||||||
|
--echo # End of 10.2 tests
|
||||||
|
--echo #
|
||||||
|
Reference in New Issue
Block a user