Commit 62903434 authored by Eugene Kosov's avatar Eugene Kosov

fix s390x warning caused by gcc-5 bug

parent 2b2dcf34
......@@ -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;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment