diff --git a/storage/innobase/include/log0log.h b/storage/innobase/include/log0log.h index d8988f4a123..9fa0fd919c8 100644 --- a/storage/innobase/include/log0log.h +++ b/storage/innobase/include/log0log.h @@ -523,7 +523,7 @@ struct log_t{ private: /** The log sequence number of the last change of durable InnoDB files */ - alignas(CACHE_LINE_SIZE) + MY_ALIGNED(CACHE_LINE_SIZE) std::atomic lsn; /** the first guaranteed-durable log sequence number */ std::atomic flushed_to_disk_lsn;