Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
M
MariaDB
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
nexedi
MariaDB
Commits
e577b566
Commit
e577b566
authored
Jan 03, 2018
by
Sergei Golubchik
Committed by
Aleksey Midenkov
Jan 09, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix compilation w/o P_S
parent
ca4dbcff
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
0 deletions
+6
-0
sql/ha_partition.h
sql/ha_partition.h
+2
-0
sql/semisync_master_ack_receiver.cc
sql/semisync_master_ack_receiver.cc
+4
-0
No files found.
sql/ha_partition.h
View file @
e577b566
...
...
@@ -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.
...
...
sql/semisync_master_ack_receiver.cc
View file @
e577b566
...
...
@@ -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 */
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment