diff options
author | Marko Mäkelä <marko.makela@mariadb.com> | 2022-11-09 12:02:04 +0200 |
---|---|---|
committer | Marko Mäkelä <marko.makela@mariadb.com> | 2022-11-09 12:02:04 +0200 |
commit | e56c12b3cdf57ad29cee0ffe33bd6bc44c963789 (patch) | |
tree | d8fa84900c984da3e8281ea2382aced76a0ecf8b | |
parent | ab44e1f87c42518a07d9e92075d078c6bd0395ed (diff) | |
download | mariadb-git-e56c12b3cdf57ad29cee0ffe33bd6bc44c963789.tar.gz |
Add an end marker to a test
-rw-r--r-- | mysql-test/suite/innodb/r/insert_into_empty.result | 1 | ||||
-rw-r--r-- | mysql-test/suite/innodb/t/insert_into_empty.test | 2 |
2 files changed, 3 insertions, 0 deletions
diff --git a/mysql-test/suite/innodb/r/insert_into_empty.result b/mysql-test/suite/innodb/r/insert_into_empty.result index 38378fd687f..bca8e5a31f6 100644 --- a/mysql-test/suite/innodb/r/insert_into_empty.result +++ b/mysql-test/suite/innodb/r/insert_into_empty.result @@ -193,3 +193,4 @@ SELECT n_rows FROM mysql.innodb_table_stats WHERE TABLE_NAME="t1"; n_rows 4096 DROP TABLE t1; +# End of 10.6 tests diff --git a/mysql-test/suite/innodb/t/insert_into_empty.test b/mysql-test/suite/innodb/t/insert_into_empty.test index 4181087472f..1e275a48dda 100644 --- a/mysql-test/suite/innodb/t/insert_into_empty.test +++ b/mysql-test/suite/innodb/t/insert_into_empty.test @@ -206,3 +206,5 @@ where table_name="t1"; source include/wait_condition.inc; SELECT n_rows FROM mysql.innodb_table_stats WHERE TABLE_NAME="t1"; DROP TABLE t1; + +--echo # End of 10.6 tests |