Skip to content

Commit

Permalink
innodb.innodb_defrag_stats wait for the correct value
Browse files Browse the repository at this point in the history
failed on amd64-centos-stream8
  • Loading branch information
vuvova committed Mar 28, 2024
1 parent 510db7b commit 82ee156
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mysql-test/suite/innodb/t/innodb_defrag_stats.test
Expand Up @@ -35,7 +35,7 @@ SELECT @@GLOBAL.innodb_force_recovery<2 "have background defragmentation";
# Wait for defrag_pool to be processed.

let $wait_timeout=30;
let $wait_condition = SELECT COUNT(*)>0 FROM mysql.innodb_index_stats;
let $wait_condition = SELECT COUNT(*)>5 FROM mysql.innodb_index_stats;
--source include/wait_condition.inc

--sorted_result
Expand Down

0 comments on commit 82ee156

Please sign in to comment.