We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3976ec1 commit 9f0ed6cCopy full SHA for 9f0ed6c
storage/innobase/include/srv0mon.h
@@ -644,6 +644,7 @@ Use MONITOR_DEC if appropriate mutex protection exists.
644
# define srv_mon_create() ((void) 0)
645
# define srv_mon_free() ((void) 0)
646
#else /* HAVE_ATOMIC_BUILTINS_64 */
647
+# include "sync0types.h"
648
/** Mutex protecting atomic operations on platforms that lack
649
built-in operations for atomic memory access */
650
extern ib_mutex_t monitor_mutex;
0 commit comments