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:
@@ -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";
|
|||||||
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
|
||||||
|
Reference in New Issue
Block a user