diff --git a/storage/innobase/include/ut0ut.h b/storage/innobase/include/ut0ut.h index 2b69f9ea3e7..f72dcbc82bf 100644 --- a/storage/innobase/include/ut0ut.h +++ b/storage/innobase/include/ut0ut.h @@ -19,7 +19,7 @@ typedef time_t ib_time_t; #ifdef HAVE_PAUSE_INSTRUCTION #define PAUSE_INSTRUCTION(volatile_var) {__asm__ __volatile__ ("pause");} -#elif +#else #ifdef UNIV_SYNC_ATOMIC #define PAUSE_INSTRUCTION(volatile_var) \ { \