fix compilation w/o P_S

This commit is contained in:
Sergei Golubchik 2018-01-03 17:19:39 +01:00 committed by Aleksey Midenkov
parent ca4dbcff69
commit e577b5667a
2 changed files with 6 additions and 0 deletions

View file

@ -79,7 +79,9 @@ struct st_partition_ft_info
};
#ifdef HAVE_PSI_MUTEX_INTERFACE
extern PSI_mutex_key key_partition_auto_inc_mutex;
#endif
/**
Partition specific Handler_share.

View file

@ -17,9 +17,13 @@
#include "semisync_master.h"
#include "semisync_master_ack_receiver.h"
#ifdef HAVE_PSI_MUTEX_INTERFACE
extern PSI_mutex_key key_LOCK_ack_receiver;
extern PSI_cond_key key_COND_ack_receiver;
#endif
#ifdef HAVE_PSI_THREAD_INTERFACE
extern PSI_thread_key key_thread_ack_receiver;
#endif
extern Repl_semi_sync_master repl_semisync;
/* Callback function of ack receive thread */