diff options
author | Jan Lindström <jan.lindstrom@skysql.com> | 2014-07-31 11:31:39 +0300 |
---|---|---|
committer | Jan Lindström <jan.lindstrom@skysql.com> | 2014-07-31 11:31:39 +0300 |
commit | e974b564389af8251c2ba51060e6129e45431586 (patch) | |
tree | 06d961d89a55b4e966875c1c47651b4abf06e087 /sql/wsrep_binlog.cc | |
parent | 4e3796d720ab37883af63e8a6252b1a36812b5ce (diff) | |
download | mariadb-git-e974b564389af8251c2ba51060e6129e45431586.tar.gz |
MDEV-6512: InnoDB: Assertion failure in thread 4537024512 in file
buf0buf.cc line 2642.
Analysis: innodb_compression_algorithm is a global variable and
can change while we are building page compressed page. This could
lead page corruption.
Fix: Cache innodb_compression_algorithm on local variable before
doing any compression or page formating to avoid concurrent
change. Improved page verification on debug builds.
Diffstat (limited to 'sql/wsrep_binlog.cc')
0 files changed, 0 insertions, 0 deletions