diff options
author | Marko Mäkelä <marko.makela@mariadb.com> | 2021-12-07 17:00:46 +0200 |
---|---|---|
committer | Marko Mäkelä <marko.makela@mariadb.com> | 2021-12-07 17:00:46 +0200 |
commit | cfcfdc65dfa0ae5e59df1f1c42ee574b8bdc60a4 (patch) | |
tree | 3729319e52c299b11cd6143ccc6e05b269975816 /BUILD/compile-pentium32-debug-max | |
parent | 890c55177df3d6b92fa90c7cb49c909fcbe9ef4c (diff) | |
download | mariadb-git-cfcfdc65dfa0ae5e59df1f1c42ee574b8bdc60a4.tar.gz |
MDEV-27190 InnoDB upgrade from 10.2, 10.3, 10.4 is not crash-safe
During startup, InnoDB must write a FILE_CHECKPOINT record.
However, before MDEV-12353 (in MariaDB Server 10.2, 10.3, 10.4)
the corresponding record MLOG_CHECKPOINT was encoded in a different way.
When we are upgrading from a logically empty 10.2, 10.3, or 10.4 redo log,
we must not write anything to the old log file, because if the server were
killed during the upgrade, we would end up with a corrupted log file, and
both the old and the new server would refuse to start up.
On upgrade, we must simply create a new logically empty log file
and replace the old ib_logfile0 with that.
Diffstat (limited to 'BUILD/compile-pentium32-debug-max')
0 files changed, 0 insertions, 0 deletions