Add missing linkage specifiers, so that ha_innodb_plugin.so
will not export internal symbols.
This commit is contained in:
parent
97c7996e89
commit
5620418c51
@ -1067,6 +1067,7 @@ mysqld.cc. We do a dirty read because for one there is no synchronization
|
|||||||
object and secondly there is little harm in doing so even if we get a torn
|
object and secondly there is little harm in doing so even if we get a torn
|
||||||
read.
|
read.
|
||||||
@return value of lower_case_table_names */
|
@return value of lower_case_table_names */
|
||||||
|
static
|
||||||
ulint
|
ulint
|
||||||
innobase_get_lower_case_table_names(void)
|
innobase_get_lower_case_table_names(void)
|
||||||
/*=====================================*/
|
/*=====================================*/
|
||||||
|
@ -129,7 +129,7 @@ static const ulint FILE_FORMAT_NAME_N
|
|||||||
|
|
||||||
#ifdef UNIV_DEBUG
|
#ifdef UNIV_DEBUG
|
||||||
/* Flag to control TRX_RSEG_N_SLOTS behavior debugging. */
|
/* Flag to control TRX_RSEG_N_SLOTS behavior debugging. */
|
||||||
uint trx_rseg_n_slots_debug = 0;
|
UNIV_INTERN uint trx_rseg_n_slots_debug = 0;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef UNIV_HOTBACKUP
|
#ifndef UNIV_HOTBACKUP
|
||||||
|
Loading…
x
Reference in New Issue
Block a user