diff --git a/storage/innobase/include/ut0ut.h b/storage/innobase/include/ut0ut.h index 72c8169947b..2b69f9ea3e7 100644 --- a/storage/innobase/include/ut0ut.h +++ b/storage/innobase/include/ut0ut.h @@ -25,7 +25,7 @@ typedef time_t ib_time_t; { \ os_compare_and_swap(volatile_var, 0, 1); \ } -#elif +#else #define PAUSE_INSTRUCTION(volatile_var) #endif #endif