Skip to content

Commit 9f0ed6c

Browse files
committed
MDEV-13009 10.1.24 does not compile on architectures without 64-bit atomics
Add a missing #include "sync0types.h" that was removed in MDEV-12674.
1 parent 3976ec1 commit 9f0ed6c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

storage/innobase/include/srv0mon.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -644,6 +644,7 @@ Use MONITOR_DEC if appropriate mutex protection exists.
644644
# define srv_mon_create() ((void) 0)
645645
# define srv_mon_free() ((void) 0)
646646
#else /* HAVE_ATOMIC_BUILTINS_64 */
647+
# include "sync0types.h"
647648
/** Mutex protecting atomic operations on platforms that lack
648649
built-in operations for atomic memory access */
649650
extern ib_mutex_t monitor_mutex;

0 commit comments

Comments
 (0)