编译MySQL时,提示“unsupported platform”。
由于没有定义Arm平台的宏定义导致。
vim /home/mysql-8/mysql-8.0.16/storage/innobase/include/os0atomic.h
#else #define HAVE_ATOMIC_BUILTINS
vim /home/mysql-8/mysql-8.0.16/storage/innobase/include/os0atomic.ic
#elif defined(HAVE_ATOMIC_BUILTINS)