MCPcopy Create free account
hub / github.com/MariaDB/server / disable_checkpoints

Function disable_checkpoints

sql/sql_reload.cc:688–696  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

686*/
687
688static void disable_checkpoints(THD *thd)
689{
690 if (!thd->global_disable_checkpoint)
691 {
692 thd->global_disable_checkpoint= 1;
693 if (!global_disable_checkpoint++)
694 ha_disable_internal_writes(1); // Disable checkpoints
695 }
696}

Callers 1

reload_acl_and_cacheFunction · 0.85

Calls 1

Tested by

no test coverage detected