fix s390x warning caused by gcc-5 bug

This commit is contained in:
Eugene Kosov 2020-04-24 22:22:01 +03:00
parent 2b2dcf34f7
commit 62903434eb

View File

@ -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_t> lsn;
/** the first guaranteed-durable log sequence number */
std::atomic<lsn_t> flushed_to_disk_lsn;