cleanup: handlerton

remove unused methods, reorder methods, add comments
This commit is contained in:
Sergei Golubchik 2024-08-25 14:07:44 +02:00
commit 126d6d787c
10 changed files with 415 additions and 448 deletions

View file

@ -678,6 +678,6 @@ static void disable_checkpoints(THD *thd)
{
thd->global_disable_checkpoint= 1;
if (!global_disable_checkpoint++)
ha_checkpoint_state(1); // Disable checkpoints
ha_disable_internal_writes(1); // Disable checkpoints
}
}