Skip to content

Commit

Permalink
Add an end marker to a test
Browse files Browse the repository at this point in the history
  • Loading branch information
dr-m committed Nov 9, 2022
1 parent ab44e1f commit e56c12b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions mysql-test/suite/innodb/r/insert_into_empty.result
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 2 additions & 0 deletions mysql-test/suite/innodb/t/insert_into_empty.test
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit e56c12b

Please sign in to comment.