Re: [Maria-developers] 9277b838aad: Forbid savepoints setup while ONLINE ALTER goes on

2021-11-24 Thread Sergei Golubchik
Hi, Nikita! May be you don't need to truncate the transaction cache, but can log SAVEPOINT and ROLLBACK TO SAVEPOINT as Query_log_event? That's easier. Normal binlogging does it if the "transaction" modifies some non-transactional tables. But you can just do it unconditionally. Let's keep it as

Re: [Maria-developers] 9277b838aad: Forbid savepoints setup while ONLINE ALTER goes on

2021-11-23 Thread Nikita Malyavin
On Mon, 15 Nov 2021 at 16:07, Sergei Golubchik wrote: > Hi, Nikita! > > On Nov 15, Nikita Malyavin wrote: > > revision-id: 9277b838aad (mariadb-10.5.2-485-g9277b838aad) > > parent(s): 37b6f5cb8ef > > author: Nikita Malyavin > > committer: Nikita Malyavin > > timestamp: 2021-01-29 03:47:52 +1000

Re: [Maria-developers] 9277b838aad: Forbid savepoints setup while ONLINE ALTER goes on

2021-11-15 Thread Sergei Golubchik
Hi, Nikita! On Nov 15, Nikita Malyavin wrote: > revision-id: 9277b838aad (mariadb-10.5.2-485-g9277b838aad) > parent(s): 37b6f5cb8ef > author: Nikita Malyavin > committer: Nikita Malyavin > timestamp: 2021-01-29 03:47:52 +1000 > message: > > Forbid savepoints setup while ONLINE ALTER goes on Why