diff options
author | Thirunarayanan Balathandayuthapani <thiru@mariadb.com> | 2022-04-29 13:34:53 +0530 |
---|---|---|
committer | Marko Mäkelä <marko.makela@mariadb.com> | 2022-04-29 12:33:02 +0300 |
commit | 0f717d03b997d19238462cf5cca2da82ccebf889 (patch) | |
tree | 78c4c92690b2e38956457407f2276e5a7269a091 /BUILD/compile-solaris-amd64 | |
parent | 8c1c61309d0a9d8da0ad51326f3fb1f1f7922bf6 (diff) | |
download | mariadb-git-0f717d03b997d19238462cf5cca2da82ccebf889.tar.gz |
MDEV-28443: MDEV-15250 causes latch order violation
Problem:
=======
Index page latches must be acquired before undo page latches.
In trx_t::apply_log(), InnoDB acquired undo log page latch
before an index page latch.
Solution:
========
In trx_t::apply_log(), InnoDB should copy the undo log
record and release the undo log block before applying
it on online indexes.
Diffstat (limited to 'BUILD/compile-solaris-amd64')
0 files changed, 0 insertions, 0 deletions