-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
MDEV-35982 - Move duplicates from trx_t to row_prebuilt_t #1576
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
I think that this must be deferred until MDEV-20605 has been fixed. This is a prerequisite for MDEV-515, and could live in a MDEV-515 development branch until then. |
Hey @dr-m! Is this PR still relevent for InnoDB code? It's been sitting for a while :( and lots of changes happened. |
In 8128a46 we added one more condition on the lock holder transaction |
I think that this may need some further changes, which will be evaluated in the scope of MDEV-32951. |
The field was placed in the wrong place, so it is relocated to
row_prebuilt_t
. In MDEV-17814, there is a backport of the similar fix from MySQL 8.0, but it's more complicated than mine.