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(
2586
2586
and be ignored when the operation is unsupported. */
2587
2587
fallocate(index->online_log->fd,
2588
2588
FALLOC_FL_PUNCH_HOLE | FALLOC_FL_KEEP_SIZE,
2589
- ofs, srv_buf_size );
2589
+ ofs, srv_sort_buf_size );
2590
2590
#endif /* FALLOC_FL_PUNCH_HOLE */
2591
2591
2592
2592
next_mrec = index->online_log ->head .block ;
@@ -3417,7 +3417,7 @@ row_log_apply_ops(
3417
3417
and be ignored when the operation is unsupported. */
3418
3418
fallocate(index->online_log->fd,
3419
3419
FALLOC_FL_PUNCH_HOLE | FALLOC_FL_KEEP_SIZE,
3420
- ofs, srv_buf_size );
3420
+ ofs, srv_sort_buf_size );
3421
3421
#endif /* FALLOC_FL_PUNCH_HOLE */
3422
3422
3423
3423
next_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(
2584
2584
and be ignored when the operation is unsupported. */
2585
2585
fallocate(index->online_log->fd,
2586
2586
FALLOC_FL_PUNCH_HOLE | FALLOC_FL_KEEP_SIZE,
2587
- ofs, srv_buf_size );
2587
+ ofs, srv_sort_buf_size );
2588
2588
#endif /* FALLOC_FL_PUNCH_HOLE */
2589
2589
2590
2590
next_mrec = index->online_log ->head .block ;
@@ -3412,7 +3412,7 @@ row_log_apply_ops(
3412
3412
and be ignored when the operation is unsupported. */
3413
3413
fallocate(index->online_log->fd,
3414
3414
FALLOC_FL_PUNCH_HOLE | FALLOC_FL_KEEP_SIZE,
3415
- ofs, srv_buf_size );
3415
+ ofs, srv_sort_buf_size );
3416
3416
#endif /* FALLOC_FL_PUNCH_HOLE */
3417
3417
3418
3418
next_mrec = index->online_log ->head .block ;
You can’t perform that action at this time.
0 commit comments