Commit e577b566 authored by Sergei Golubchik's avatar Sergei Golubchik Committed by Aleksey Midenkov

fix compilation w/o P_S

parent ca4dbcff
...@@ -79,7 +79,9 @@ struct st_partition_ft_info ...@@ -79,7 +79,9 @@ struct st_partition_ft_info
}; };
#ifdef HAVE_PSI_MUTEX_INTERFACE
extern PSI_mutex_key key_partition_auto_inc_mutex; extern PSI_mutex_key key_partition_auto_inc_mutex;
#endif
/** /**
Partition specific Handler_share. Partition specific Handler_share.
......
...@@ -17,9 +17,13 @@ ...@@ -17,9 +17,13 @@
#include "semisync_master.h" #include "semisync_master.h"
#include "semisync_master_ack_receiver.h" #include "semisync_master_ack_receiver.h"
#ifdef HAVE_PSI_MUTEX_INTERFACE
extern PSI_mutex_key key_LOCK_ack_receiver; extern PSI_mutex_key key_LOCK_ack_receiver;
extern PSI_cond_key key_COND_ack_receiver; extern PSI_cond_key key_COND_ack_receiver;
#endif
#ifdef HAVE_PSI_THREAD_INTERFACE
extern PSI_thread_key key_thread_ack_receiver; extern PSI_thread_key key_thread_ack_receiver;
#endif
extern Repl_semi_sync_master repl_semisync; extern Repl_semi_sync_master repl_semisync;
/* Callback function of ack receive thread */ /* Callback function of ack receive thread */
......
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