Commit 17a37796 authored by Sergei Golubchik's avatar Sergei Golubchik

after innodb/xtradb merge: use the correct visibility for internal functions

otherwise innodb plugin might invoke xtradb function with the same name,
and that might crash (./mtr --emb innodb.strict_mode)
parent d7d19071
......@@ -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)
{
......
......@@ -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)
{
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment