File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -2586,7 +2586,7 @@ row_log_table_apply_ops(
25862586and be ignored when the operation is unsupported. */
25872587fallocate(index->online_log->fd,
25882588 FALLOC_FL_PUNCH_HOLE | FALLOC_FL_KEEP_SIZE,
2589- ofs, srv_buf_size );
2589+ ofs, srv_sort_buf_size );
25902590#endif /* FALLOC_FL_PUNCH_HOLE */
25912591
25922592next_mrec = index->online_log ->head .block ;
@@ -3417,7 +3417,7 @@ row_log_apply_ops(
34173417and be ignored when the operation is unsupported. */
34183418fallocate(index->online_log->fd,
34193419 FALLOC_FL_PUNCH_HOLE | FALLOC_FL_KEEP_SIZE,
3420- ofs, srv_buf_size );
3420+ ofs, srv_sort_buf_size );
34213421#endif /* FALLOC_FL_PUNCH_HOLE */
34223422
34233423next_mrec = index->online_log ->head .block ;
Original file line number Diff line number Diff line change @@ -2584,7 +2584,7 @@ row_log_table_apply_ops(
25842584and be ignored when the operation is unsupported. */
25852585fallocate(index->online_log->fd,
25862586 FALLOC_FL_PUNCH_HOLE | FALLOC_FL_KEEP_SIZE,
2587- ofs, srv_buf_size );
2587+ ofs, srv_sort_buf_size );
25882588#endif /* FALLOC_FL_PUNCH_HOLE */
25892589
25902590next_mrec = index->online_log ->head .block ;
@@ -3412,7 +3412,7 @@ row_log_apply_ops(
34123412and be ignored when the operation is unsupported. */
34133413fallocate(index->online_log->fd,
34143414 FALLOC_FL_PUNCH_HOLE | FALLOC_FL_KEEP_SIZE,
3415- ofs, srv_buf_size );
3415+ ofs, srv_sort_buf_size );
34163416#endif /* FALLOC_FL_PUNCH_HOLE */
34173417
34183418next_mrec = index->online_log ->head .block ;
You can’t perform that action at this time.
0 commit comments