On Fri, Jul 08, 2022 at 05:42:23PM +0300, Vitaliy Makkoveev wrote: > The update diff below. I also found we need to increment 'pxc_oerrors' > counter on `session_tmp' instead of session.
> + m = m_copym(m0, 0, M_COPYALL, M_NOWAIT) Does this compile? There is a ; missing. otherwise OK bluhm@