Commit a99c93a7 authored by Vladislav Vaintroub's avatar Vladislav Vaintroub

Fix build on aarch64, after MDEV-21534

MY_RELAX_CPU on this arch needs int32, defined in my_global.h
parent 8511f04f
......@@ -54,6 +54,7 @@
#elif defined HAVE_PAUSE_INSTRUCTION
#elif defined(_ARCH_PWR8)
#else
# include "my_global.h"
# include "my_atomic.h"
#endif
......
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