Re: [Maria-developers] b1b38b64598: MDEV-29181 Potential corruption on FK update on a table with vcol index

2022-10-10 Thread Sergei Golubchik
Hi, Marko, On Oct 10, Marko Mäkelä wrote: > On Sun, Oct 9, 2022 at 2:03 PM Sergei Golubchik wrote: > > I've spent more time on this issue, and it looks like there is no > > structure in InnoDB with the life time till the end of the statement > > (or, at least, nothing easily usable). > > Would

Re: [Maria-developers] b1b38b64598: MDEV-29181 Potential corruption on FK update on a table with vcol index

2022-10-10 Thread Marko Mäkelä
Sergei, On Sun, Oct 9, 2022 at 2:03 PM Sergei Golubchik wrote: > I've spent more time on this issue, and it looks like there is no > structure in InnoDB with the life time till the end of the statement > (or, at least, nothing easily usable). Would ha_innobase::m_prebuilt fill that purpose? Its