summaryrefslogtreecommitdiff
path: root/storage/innobase/include/row0import.h
diff options
context:
space:
mode:
Diffstat (limited to 'storage/innobase/include/row0import.h')
-rw-r--r--storage/innobase/include/row0import.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/storage/innobase/include/row0import.h b/storage/innobase/include/row0import.h
index a821c230a3b..137c28ac1fa 100644
--- a/storage/innobase/include/row0import.h
+++ b/storage/innobase/include/row0import.h
@@ -27,7 +27,6 @@ Created 2012-02-08 by Sunny Bains
#define row0import_h
#include "univ.i"
-#include "db0err.h"
#include "dict0types.h"
// Forward declarations
@@ -38,8 +37,7 @@ struct row_prebuilt_t;
/*****************************************************************//**
Imports a tablespace. The space id in the .ibd file must match the space id
of the table in the data dictionary.
-@return error code or DB_SUCCESS */
-UNIV_INTERN
+@return error code or DB_SUCCESS */
dberr_t
row_import_for_mysql(
/*=================*/
@@ -51,7 +49,6 @@ row_import_for_mysql(
/*****************************************************************//**
Update the DICT_TF2_DISCARDED flag in SYS_TABLES.
@return DB_SUCCESS or error code. */
-UNIV_INTERN
dberr_t
row_import_update_discarded_flag(
/*=============================*/
@@ -70,7 +67,6 @@ row_import_update_discarded_flag(
Update the (space, root page) of a table's indexes from the values
in the data dictionary.
@return DB_SUCCESS or error code */
-UNIV_INTERN
dberr_t
row_import_update_index_root(
/*=========================*/