Skip to content
Permalink
Browse files
Add an end marker to a test
  • 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.
@@ -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
@@ -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.