Commit 2e1d10ec authored by Marko Mäkelä's avatar Marko Mäkelä

Add end-of-test markers to ease merges

parent e9aaa10c
......@@ -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
......@@ -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
......@@ -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
......@@ -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
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment