Skip to content

Commit

Permalink
MDEV-8708 fixup: Remove dead code
Browse files Browse the repository at this point in the history
  • Loading branch information
dr-m committed Mar 19, 2021
1 parent a74fa57 commit 96dd4b5
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions storage/innobase/row/row0merge.cc
Expand Up @@ -4833,10 +4833,6 @@ row_merge_build_indexes(
buf, i + 1, n_indexes);
}

DBUG_EXECUTE_IF(
"ib_merge_wait_after_sort",
os_thread_sleep(20000000);); /* 20 sec */

if (error == DB_SUCCESS) {
BtrBulk btr_bulk(sort_idx, trx,
trx->get_flush_observer());
Expand Down

0 comments on commit 96dd4b5

Please sign in to comment.