1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-01 03:47:19 +03:00

Add an end-of-tests marker to ease merges

This commit is contained in:
Marko Mäkelä
2019-03-13 11:47:10 +02:00
parent d0ebb155fe
commit ec24dd0be9
2 changed files with 7 additions and 0 deletions

View File

@ -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
from t1 e;
drop table t1;
--echo #
--echo # End of 10.2 tests
--echo #