diff options
author | Marko Mäkelä <marko.makela@mariadb.com> | 2017-09-07 12:01:07 +0300 |
---|---|---|
committer | Marko Mäkelä <marko.makela@mariadb.com> | 2017-09-07 12:01:07 +0300 |
commit | d861822c4f5c05dc7a0baa470212c823fc36fe4c (patch) | |
tree | b6d0beaad3b52c98bfae9b60d0c6faa744e8bf99 /mysql-test | |
parent | ee844f6c346ffa009dda2fcb0588ae430479c71d (diff) | |
download | mariadb-git-d861822c4f5c05dc7a0baa470212c823fc36fe4c.tar.gz |
MDEV-13253 After rebuilding redo logs, InnoDB can leak data from redo log buffer
recv_reset_logs(): Initialize the redo log buffer, so that no data
from the old redo log can be written to the new redo log.
This bug has very little impact before MariaDB 10.2. The
innodb_log_encrypt option that was introduced in MariaDB 10.1
increases the impact. If the redo log used to be encrypted, and
it is being resized and encryption disabled, then previously
encrypted data could end up being written to the new redo log
in clear text. This resulted in encryption.innodb_encrypt_log
test failures in MariaDB 10.2.
Diffstat (limited to 'mysql-test')
0 files changed, 0 insertions, 0 deletions