Commit e56c12b3 authored by Marko Mäkelä's avatar Marko Mäkelä

Add an end marker to a test

parent ab44e1f8
...@@ -193,3 +193,4 @@ SELECT n_rows FROM mysql.innodb_table_stats WHERE TABLE_NAME="t1"; ...@@ -193,3 +193,4 @@ SELECT n_rows FROM mysql.innodb_table_stats WHERE TABLE_NAME="t1";
n_rows n_rows
4096 4096
DROP TABLE t1; DROP TABLE t1;
# End of 10.6 tests
...@@ -206,3 +206,5 @@ where table_name="t1"; ...@@ -206,3 +206,5 @@ where table_name="t1";
source include/wait_condition.inc; source include/wait_condition.inc;
SELECT n_rows FROM mysql.innodb_table_stats WHERE TABLE_NAME="t1"; SELECT n_rows FROM mysql.innodb_table_stats WHERE TABLE_NAME="t1";
DROP TABLE t1; DROP TABLE t1;
--echo # End of 10.6 tests
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment