|
InnoDB Plugin
1.0
|

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)) |
| UNIV_INTERN dberr_t | row_quiesce_set_state (dict_table_t *table, ib_quiesce_t state, trx_t *trx)) |
| UNIV_INTERN void | row_quiesce_table_complete (dict_table_t *table, trx_t *trx)) |
Header file for tablespace quiesce functions.
Created 2012-02-08 by Sunny Bains
| #define IB_EXPORT_CFG_VERSION_V1 0x1UL |
The version number of the export meta-data text file.
| 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 |
1.8.1.2