Skip to content

Commit

Permalink
MDEV-13009 10.1.24 does not compile on architectures without 64-bit a…
Browse files Browse the repository at this point in the history
…tomics

Add a missing #include "sync0types.h" that was removed in MDEV-12674.
  • Loading branch information
dr-m committed Jun 13, 2017
1 parent 3976ec1 commit 9f0ed6c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions storage/innobase/include/srv0mon.h
Original file line number Diff line number Diff line change
Expand Up @@ -644,6 +644,7 @@ Use MONITOR_DEC if appropriate mutex protection exists.
# define srv_mon_create() ((void) 0)
# define srv_mon_free() ((void) 0)
#else /* HAVE_ATOMIC_BUILTINS_64 */
# include "sync0types.h"
/** Mutex protecting atomic operations on platforms that lack
built-in operations for atomic memory access */
extern ib_mutex_t monitor_mutex;
Expand Down

0 comments on commit 9f0ed6c

Please sign in to comment.