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

mtr: innodb_stats_dropped_locked cleanup

As discovered in later test, this test doesn't remove
the innodb_{index,table}_stats entries generated
in the test upon completion.
This commit is contained in:
Daniel Black
2020-10-01 16:10:11 +10:00
parent 7a1923c369
commit 904b811636
2 changed files with 4 additions and 0 deletions

View File

@@ -43,3 +43,5 @@ innodb_stats_drop_locked
innodb_stats_drop_locked
innodb_stats_drop_locked
innodb_stats_drop_locked
DELETE FROM mysql.innodb_index_stats WHERE database_name='test' AND table_name='innodb_stats_drop_locked';
DELETE FROM mysql.innodb_table_stats WHERE database_name='test' AND table_name='innodb_stats_drop_locked';