|
MySQL 5.6.14 Source Code Document
|


Go to the source code of this file.
Macros | |
| #define | IB_EXPORT_CFG_VERSION_V1 0x1UL |
Functions | |
| UNIV_INTERN void | row_quiesce_table_start (dict_table_t *table, trx_t *trx) __attribute__((nonnull)) |
| UNIV_INTERN dberr_t | row_quiesce_set_state (dict_table_t *table, ib_quiesce_t state, trx_t *trx) __attribute__((nonnull |
| UNIV_INTERN void | row_quiesce_table_complete (dict_table_t *table, trx_t *trx) __attribute__((nonnull)) |
Variables | |
| UNIV_INTERN dberr_t | warn_unused_result |
Header file for tablespace quiesce functions.
Created 2012-02-08 by Sunny Bains
Definition in file row0quiesce.h.
| #define IB_EXPORT_CFG_VERSION_V1 0x1UL |
The version number of the export meta-data text file.
Definition at line 36 of file row0quiesce.h.
| UNIV_INTERN dberr_t row_quiesce_set_state | ( | dict_table_t * | table, |
| ib_quiesce_t | state, | ||
| trx_t * | trx | ||
| ) |
Set a table's quiesce state.
| table | in: quiesce this table |
| state | in: quiesce state to set |
| trx | in/out: transaction |
| UNIV_INTERN void row_quiesce_table_complete | ( | dict_table_t * | table, |
| trx_t * | trx | ||
| ) |
Cleanup after table quiesce.
| table | in: quiesce this table |
| trx | in/out: transaction/session |
| UNIV_INTERN void row_quiesce_table_start | ( | dict_table_t * | table, |
| trx_t * | trx | ||
| ) |
Quiesce the tablespace that the table resides in.
| table | in: quiesce this table |
| trx | in/out: transaction/session |