MySQL 26.7.0
Source Code Documentation
log0free_check.cc File Reference
#include "log0handler_interface.h"
#include "ut0dbg.h"
#include "mtr0mtr.h"
#include "sync0debug.h"
#include "sync0types.h"
#include "ut0log.h"

Functions

static void log_free_check_validate ()
 
void log_free_check ()
 A wrapper for ib::redo::handler->wait_for_space(), which should be used in InnoDB code, as it verifies that InnoDB doesn't hold latches which could cause deadlocks. More...
 

Function Documentation

◆ log_free_check()

void log_free_check ( )

A wrapper for ib::redo::handler->wait_for_space(), which should be used in InnoDB code, as it verifies that InnoDB doesn't hold latches which could cause deadlocks.

See also
ib::redo::Handler_interface::wait_for_space().

◆ log_free_check_validate()

static void log_free_check_validate ( )
static