Re: [Maria-developers] 349283c5e7a: MDEV-17124: mariadb 10.1.34, views and prepared statements: ERROR 1615 (HY000): Prepared statement needs to be re-prepared

2022-09-27 Thread Oleksandr Byelkin
Hi! Fixed. On Thu, Jan 27, 2022 at 9:15 PM Sergei Golubchik wrote: > Hi, Oleksandr, > > On Jan 27, Oleksandr Byelkin wrote: > > commit 349283c5e7a > > Author: Oleksandr Byelkin > > Date: Wed Apr 17 15:50:59 2019 +0200 > > > > MDEV-17124: mariadb 10.1.34, views and prepared statements: E

Re: [Maria-developers] 349283c5e7a: MDEV-17124: mariadb 10.1.34, views and prepared statements: ERROR 1615 (HY000): Prepared statement needs to be re-prepared

2022-09-26 Thread Sergei Golubchik
Hi, Oleksandr, On Sep 26, Oleksandr Byelkin wrote: > > > > > > > +timestamp.second_part= trigger->ms_create_time % 100; > > > > > > > > hrtime_to_time() and hrtime_sec_part() > > > > > > they made for events, so I made hr_time_to_time, hr_time_from_time > > > > What do you mean by "made fo

Re: [Maria-developers] 349283c5e7a: MDEV-17124: mariadb 10.1.34, views and prepared statements: ERROR 1615 (HY000): Prepared statement needs to be re-prepared

2022-09-26 Thread Oleksandr Byelkin
Hi! Sergei Golubchik schrieb am Mo., 26. Sept. 2022, 21:20: > Hi, Oleksandr, > > On Sep 26, Oleksandr Byelkin wrote: > > > >LEX_STRING name; /* name for named prepared statements */ > > > >LEX *lex; // parse tree > descriptor > > > > + ulonglong ms_pr

Re: [Maria-developers] 349283c5e7a: MDEV-17124: mariadb 10.1.34, views and prepared statements: ERROR 1615 (HY000): Prepared statement needs to be re-prepared

2022-09-26 Thread Sergei Golubchik
Hi, Oleksandr, On Sep 26, Oleksandr Byelkin wrote: > > >LEX_STRING name; /* name for named prepared statements */ > > >LEX *lex; // parse tree descriptor > > > + ulonglong ms_prepare_time; // time of preparation in microseconds > > > > "ms" here too :(

Re: [Maria-developers] 349283c5e7a: MDEV-17124: mariadb 10.1.34, views and prepared statements: ERROR 1615 (HY000): Prepared statement needs to be re-prepared

2022-09-26 Thread Oleksandr Byelkin
Hi! On Thu, Jan 27, 2022 at 9:15 PM Sergei Golubchik wrote: > Hi, Oleksandr, > > On Jan 27, Oleksandr Byelkin wrote: > > commit 349283c5e7a > > Author: Oleksandr Byelkin > > Date: Wed Apr 17 15:50:59 2019 +0200 > > > > MDEV-17124: mariadb 10.1.34, views and prepared statements: ERROR > 1

Re: [Maria-developers] 349283c5e7a: MDEV-17124: mariadb 10.1.34, views and prepared statements: ERROR 1615 (HY000): Prepared statement needs to be re-prepared

2022-01-27 Thread Sergei Golubchik
Hi, Oleksandr, On Jan 27, Oleksandr Byelkin wrote: > commit 349283c5e7a > Author: Oleksandr Byelkin > Date: Wed Apr 17 15:50:59 2019 +0200 > > MDEV-17124: mariadb 10.1.34, views and prepared statements: ERROR 1615 > (HY000): Prepared statement needs to be re-prepared > > The pro