summaryrefslogtreecommitdiff
path: root/storage/innobase/include/row0quiesce.h
diff options
context:
space:
mode:
Diffstat (limited to 'storage/innobase/include/row0quiesce.h')
-rw-r--r--storage/innobase/include/row0quiesce.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/storage/innobase/include/row0quiesce.h b/storage/innobase/include/row0quiesce.h
index 35d8184d33c..ae14b3c63c1 100644
--- a/storage/innobase/include/row0quiesce.h
+++ b/storage/innobase/include/row0quiesce.h
@@ -37,7 +37,6 @@ struct trx_t;
/*********************************************************************//**
Quiesce the tablespace that the table resides in. */
-UNIV_INTERN
void
row_quiesce_table_start(
/*====================*/
@@ -48,7 +47,6 @@ row_quiesce_table_start(
/*********************************************************************//**
Set a table's quiesce state.
@return DB_SUCCESS or errro code. */
-UNIV_INTERN
dberr_t
row_quiesce_set_state(
/*==================*/
@@ -59,7 +57,6 @@ row_quiesce_set_state(
/*********************************************************************//**
Cleanup after table quiesce. */
-UNIV_INTERN
void
row_quiesce_table_complete(
/*=======================*/