1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-08 11:22:35 +03:00

Add an end marker to a test

This commit is contained in:
Marko Mäkelä
2022-11-09 12:02:04 +02:00
parent ab44e1f87c
commit e56c12b3cd
2 changed files with 3 additions and 0 deletions

View File

@@ -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

View File

@@ -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