Re: [Maria-developers] 8a84f5a40c1: MDEV-24176 Preparations

2022-01-06 Thread Aleksey Midenkov
Hi Sergei, On Mon, Jan 3, 2022 at 2:44 PM Sergei Golubchik wrote: > > Hi, Aleksey! > > On Dec 29, Aleksey Midenkov wrote: > > > > > > + /* > > > > > > + NOTE: came from TABLE::alias_name_used and this is only a > > > > > > hint! It works > > > > > > + only in need_correct_ident()

Re: [Maria-developers] 93493a0e9b5: MDEV-24176 Server crashes after insert in the table with virtual column generated using date_format() and if()

2022-01-06 Thread Sergei Golubchik
Hi, Aleksey! Could you please explain in the commit comment what the bug was and what you are fixing? I wasn't able to understad that, so I had to debug those crashes myself. So, the reason is, objects allocated in the wrong arena, right? And it was done inconsistently, on different code paths