Skip to content
Snippets Groups Projects
Commit 00c582f0 authored by Nikita Pettik's avatar Nikita Pettik
Browse files

engine: add is_scheduled arg to engine->begin_checkpoint

In some cases it may turn out to be useful to know whether checkpoint
process was launched manually (explicitly calling box.snapshot()) or
automatically via checkpoint daemon. In particular, to unthrottle vinyl
scheduler when it comes for manual checkpoints. So let's extend engine's
vtab method begin_checkpoint() with corresponding argument.

Needed for #3519
parent f6cb9289
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment