#include <array>
#include "ha0sys_var_handler_interface.h"
#include "log0common.h"
#include "ut0dbg.h"
Go to the source code of this file.
|
| 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...
|
| |
|
| void | ib::redo::set_handler (Handler_interface *handler) |
| | Sets the concrete Redo Log Handler to be used. More...
|
| |
◆ 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().