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 /mysql-test/suite/innodb/r | |
| parent | ab44e1f87c42518a07d9e92075d078c6bd0395ed (diff) | |
| download | mariadb-git-e56c12b3cdf57ad29cee0ffe33bd6bc44c963789.tar.gz | |
Add an end marker to a test
Diffstat (limited to 'mysql-test/suite/innodb/r')
| -rw-r--r-- | mysql-test/suite/innodb/r/insert_into_empty.result | 1 |
1 files changed, 1 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 |
