42 handler->peek_first_unassigned_lsn(), desired_guarantee),
62#define DBUG_INJECT_CRASH_WITH_LOG_FLUSH(...)
The handler class is the interface for dynamically loadable storage engines.
Definition: handler.h:4753
The class fatal is used to emit an error message and stop the server by crashing it.
Definition: ut0log.h:247
Durability
Used by persist_smaller_than(...desired_guarantee) to let the caller specify the desired guarantee ab...
Definition: log0handler_interface.h:602
@ FULLY_PERSISTED
The default level of durability, which ensures that the data was safely written to a stable storage,...
void DBUG_INJECT_CRASH_WITH_LOG_FLUSH(const char *name)
Definition: log0helpers.h:48
#define DBUG_EXECUTE_IF(keyword, a1)
Definition: my_dbug.h:171
#define DBUG_SUICIDE()
Definition: my_dbug.h:228
static int count
Definition: myisam_ftdump.cc:45
Definition: buf0block_hint.cc:30
Definition: log0common.h:32
Status
Additional error constants may be added to the list here, keeping in mind the following guidelines ab...
Definition: log0common.h:102
void must_succeed(Status res, const ut::Location &loc)
Definition: log0helpers.h:32
void must_persist_all(const ut::Location &loc, Handler_interface::Durability desired_guarantee=Handler_interface::Durability::FULLY_PERSISTED)
Definition: log0helpers.h:37
case opt name
Definition: sslopt-case.h:29
Version control for database, common definitions, and include files.
constexpr auto to_int(T v) -> typename std::underlying_type< T >::type
Definition: univ.i:660
#define UT_LOCATION_HERE
Definition: ut0core.h:73
Base of InnoDB utilities.