mirror of
https://github.com/MariaDB/server.git
synced 2026-04-29 19:55:32 +02:00
cleanup: handlerton
remove unused methods, reorder methods, add comments
This commit is contained in:
parent
8087cefc07
commit
126d6d787c
10 changed files with 415 additions and 448 deletions
|
|
@ -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
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue