InnoDB Plugin
1.0
|
#include "trx0sys.h"
Data Structures | |
struct | ViewCheck |
Functions | |
static bool | read_view_validate (const read_view_t *view) |
static bool | read_view_list_validate (void) |
UNIV_INLINE bool | read_view_sees_trx_id (const read_view_t *view, trx_id_t trx_id) |
UNIV_INLINE void | read_view_remove (read_view_t *view, bool own_mutex) |
Cursor read
Created 2/16/1997 Heikki Tuuri
|
static |
Validates a read view list.
UNIV_INLINE void read_view_remove | ( | read_view_t * | view, |
bool | own_mutex | ||
) |
Remove a read view from the trx_sys->view_list.
view | in: read view, can be 0 |
own_mutex | in: true if caller owns the trx_sys_t::mutex |
UNIV_INLINE bool read_view_sees_trx_id | ( | const read_view_t * | view, |
trx_id_t | trx_id | ||
) |
Checks if a read view sees the specified transaction.
view | in: read view |
trx_id | in: trx id |
|
static |
Validates a read view object.
view | in: view to validate |