Add end-of-test markers to ease merges
This commit is contained in:
parent
e9aaa10c11
commit
2e1d10ecac
@ -673,3 +673,4 @@ delete from v1;
|
|||||||
ERROR HY000: Table 't1' was locked with a READ lock and can't be updated
|
ERROR HY000: Table 't1' was locked with a READ lock and can't be updated
|
||||||
drop view v1;
|
drop view v1;
|
||||||
drop table t1;
|
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
|
pk i c
|
||||||
1 1 a
|
1 1 a
|
||||||
drop table t1;
|
drop table t1;
|
||||||
|
# End of 10.3 tests
|
||||||
|
@ -635,4 +635,6 @@ delete from v1;
|
|||||||
drop view v1;
|
drop view v1;
|
||||||
drop table t1;
|
drop table t1;
|
||||||
|
|
||||||
|
--echo # End of 10.3 tests
|
||||||
|
|
||||||
--source suite/versioning/common_finish.inc
|
--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;
|
select * from t1 where i > 0 or pk = 1000 limit 1;
|
||||||
drop table t1;
|
drop table t1;
|
||||||
|
|
||||||
|
--echo # End of 10.3 tests
|
||||||
|
|
||||||
--source suite/versioning/common_finish.inc
|
--source suite/versioning/common_finish.inc
|
||||||
|
Loading…
x
Reference in New Issue
Block a user