mirror of
https://github.com/MariaDB/server.git
synced 2025-08-01 03:47:19 +03:00
Add end-of-test markers to ease merges
This commit is contained in:
@ -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
|
||||||
|
Reference in New Issue
Block a user