Skip to content

Commit

Permalink
Don't run innodb_defgragment under valgrind (too slow)
Browse files Browse the repository at this point in the history
  • Loading branch information
montywi committed Feb 8, 2022
1 parent 88fb89a commit 0ec27d7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions mysql-test/suite/innodb/t/innodb_defragment.test
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
--source include/have_innodb.inc
--source include/big_test.inc
--source include/not_embedded.inc
# Valgrind is to slow for this test
--source include/not_valgrind.inc

set global innodb_defragment_stats_accuracy = 80;

Expand Down

0 comments on commit 0ec27d7

Please sign in to comment.