Fix compile error on Windows.
This commit is contained in:
parent
243371f475
commit
104b16bca0
@ -33,11 +33,10 @@ extern "C"
|
|||||||
void myrg_print_wrong_table(const char *table_name);
|
void myrg_print_wrong_table(const char *table_name);
|
||||||
|
|
||||||
#ifdef HAVE_PSI_INTERFACE
|
#ifdef HAVE_PSI_INTERFACE
|
||||||
extern PSI_mutex_key rg_key_mutex_MYRG_INFO_mutex;
|
|
||||||
|
|
||||||
extern PSI_file_key rg_key_file_MRG;
|
|
||||||
|
|
||||||
C_MODE_START
|
C_MODE_START
|
||||||
|
extern PSI_mutex_key rg_key_mutex_MYRG_INFO_mutex;
|
||||||
|
extern PSI_file_key rg_key_file_MRG;
|
||||||
void init_myisammrg_psi_keys();
|
void init_myisammrg_psi_keys();
|
||||||
C_MODE_END
|
C_MODE_END
|
||||||
#endif /* HAVE_PSI_INTERFACE */
|
#endif /* HAVE_PSI_INTERFACE */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user