bool ib_disable_row_lock
Whether InnoDB row lock is disabled for applications using InnoDB APIs.
Definition: api0api.cc:75
bool ib_binlog_enabled
Whether binlog is enabled for applications using InnoDB APIs.
Definition: api0api.cc:69
dberr_t ib_trx_lock_table_with_retry(trx_t *trx, dict_table_t *table, enum lock_mode mode)
in: lock mode
Definition: api0misc.cc:48
bool ib_mdl_enabled
Whether MySQL MDL is enabled for applications using InnoDB APIs.
Definition: api0api.cc:72
ulong ib_bk_commit_interval
configure value for background commit interval (in seconds)
Definition: api0api.cc:81
bool ib_handle_errors(dberr_t *new_err, trx_t *trx, que_thr_t *thr, trx_savept_t *savept, bool is_sdi)
Handles user errors and lock waits detected by the database engine.
Definition: api0misc.cc:66
ulong ib_trx_level_setting
configure value for transaction isolation level
Definition: api0api.cc:78
dberr_t
Definition: db0err.h:39
lock_mode
Definition: lock0types.h:54
static PFS_engine_table_share_proxy table
Definition: pfs.cc:61
mode
Definition: file_handle.h:61
The interface to the operating system file io.
TempTable public handler API declaration.
Data structure for a database table.
Definition: dict0mem.h:1904
Definition: api0misc.h:61
const sdi_key_t * sdi_key
Definition: api0misc.h:62
Definition: api0misc.h:65
sdi_vector_t * sdi_vector
Definition: api0misc.h:66
Definition: que0que.h:242
Key to identify a dictionary object.
Definition: handler.h:129
Definition: handler.h:138
Transaction savepoint.
Definition: trx0types.h:148
Definition: trx0trx.h:675
Version control for database, common definitions, and include files.