fix s390x warning caused by gcc-5 bug
This commit is contained in:
parent
2b2dcf34f7
commit
62903434eb
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user