MDEV-8379 - SUSE mariadb patches
Corrected variable name in dead code for consistency. Patch contributed by Michal Hrusecky.
This commit is contained in:
parent
727da9c8ec
commit
bb22eb55db
@ -2586,7 +2586,7 @@ all_done:
|
||||
and be ignored when the operation is unsupported. */
|
||||
fallocate(index->online_log->fd,
|
||||
FALLOC_FL_PUNCH_HOLE | FALLOC_FL_KEEP_SIZE,
|
||||
ofs, srv_buf_size);
|
||||
ofs, srv_sort_buf_size);
|
||||
#endif /* FALLOC_FL_PUNCH_HOLE */
|
||||
|
||||
next_mrec = index->online_log->head.block;
|
||||
@ -3417,7 +3417,7 @@ all_done:
|
||||
and be ignored when the operation is unsupported. */
|
||||
fallocate(index->online_log->fd,
|
||||
FALLOC_FL_PUNCH_HOLE | FALLOC_FL_KEEP_SIZE,
|
||||
ofs, srv_buf_size);
|
||||
ofs, srv_sort_buf_size);
|
||||
#endif /* FALLOC_FL_PUNCH_HOLE */
|
||||
|
||||
next_mrec = index->online_log->head.block;
|
||||
|
@ -2584,7 +2584,7 @@ all_done:
|
||||
and be ignored when the operation is unsupported. */
|
||||
fallocate(index->online_log->fd,
|
||||
FALLOC_FL_PUNCH_HOLE | FALLOC_FL_KEEP_SIZE,
|
||||
ofs, srv_buf_size);
|
||||
ofs, srv_sort_buf_size);
|
||||
#endif /* FALLOC_FL_PUNCH_HOLE */
|
||||
|
||||
next_mrec = index->online_log->head.block;
|
||||
@ -3412,7 +3412,7 @@ all_done:
|
||||
and be ignored when the operation is unsupported. */
|
||||
fallocate(index->online_log->fd,
|
||||
FALLOC_FL_PUNCH_HOLE | FALLOC_FL_KEEP_SIZE,
|
||||
ofs, srv_buf_size);
|
||||
ofs, srv_sort_buf_size);
|
||||
#endif /* FALLOC_FL_PUNCH_HOLE */
|
||||
|
||||
next_mrec = index->online_log->head.block;
|
||||
|
Loading…
x
Reference in New Issue
Block a user