summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--storage/innobase/handler/ha_innodb.cc2
-rw-r--r--storage/xtradb/handler/ha_innodb.cc2
2 files changed, 2 insertions, 2 deletions
diff --git a/storage/innobase/handler/ha_innodb.cc b/storage/innobase/handler/ha_innodb.cc
index 95dfc9dfc5a..a7854af7014 100644
--- a/storage/innobase/handler/ha_innodb.cc
+++ b/storage/innobase/handler/ha_innodb.cc
@@ -12262,7 +12262,7 @@ innobase_convert_to_filename_charset(
/**********************************************************************
Issue a warning that the row is too big. */
-extern "C"
+extern "C" UNIV_INTERN
void
ib_warn_row_too_big(const dict_table_t* table)
{
diff --git a/storage/xtradb/handler/ha_innodb.cc b/storage/xtradb/handler/ha_innodb.cc
index 2fd56013139..2fccd4e63b8 100644
--- a/storage/xtradb/handler/ha_innodb.cc
+++ b/storage/xtradb/handler/ha_innodb.cc
@@ -13988,7 +13988,7 @@ innobase_convert_to_filename_charset(
/**********************************************************************
Issue a warning that the row is too big. */
-extern "C"
+extern "C" UNIV_INTERN
void
ib_warn_row_too_big(const dict_table_t* table)
{