Commit 96dd4b53 authored by Marko Mäkelä's avatar Marko Mäkelä

MDEV-8708 fixup: Remove dead code

parent a74fa579
......@@ -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());
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment