Add end-of-test markers to ease merges

This commit is contained in:
Marko Mäkelä 2020-05-30 10:48:11 +03:00
parent e9aaa10c11
commit 2e1d10ecac
4 changed files with 6 additions and 0 deletions

View File

@ -673,3 +673,4 @@ delete from v1;
ERROR HY000: Table 't1' was locked with a READ lock and can't be updated
drop view v1;
drop table t1;
# End of 10.3 tests

View File

@ -77,3 +77,4 @@ select * from t1 where i > 0 or pk = 1000 limit 1;
pk i c
1 1 a
drop table t1;
# End of 10.3 tests

View File

@ -635,4 +635,6 @@ delete from v1;
drop view v1;
drop table t1;
--echo # End of 10.3 tests
--source suite/versioning/common_finish.inc

View File

@ -89,4 +89,6 @@ replace into t1 select * from t1;
select * from t1 where i > 0 or pk = 1000 limit 1;
drop table t1;
--echo # End of 10.3 tests
--source suite/versioning/common_finish.inc