Re: [Maria-developers] Accessing read records during join for condition pushdown

2021-07-23 Thread Berrocal, Eduardo
Sergei, I created a pull request to add the iteration methods in JOIN_CACHE_BNL public. Here it is: https://github.com/MariaDB/server/pull/1878 Thanks, Eduardo Berrocal García de Carellán Senior Software Engineer Intel Corporation | intel.com -Original Message- From: Sergey Petru

Re: [Maria-developers] 412e696fd2b: MDEV-25395 server recovery hits replication event checksum error

2021-07-23 Thread Sergei Golubchik
Hi, Andrei! fdle changes - ok, I've seen them in 21117. cur_log/etc - clear. What are the changes around prev_event_pos for? On Jul 23, Andrei Elkin wrote: > revision-id: 412e696fd2b (mariadb-10.3.26-136-g412e696fd2b) > parent(s): 2fa526e26e8 > author: Andrei Elkin > committer: Andrei Elkin > ti

Re: [Maria-developers] 1c7d4f9c06f: MDEV-25282 Auto-shutdown on idle when socket-activated

2021-07-23 Thread Sergei Golubchik
Hi, Daniel! The approach is fine, see some comments below On Jul 23, Daniel Black wrote: > revision-id: 1c7d4f9c06f (mariadb-10.6.1-78-g1c7d4f9c06f) > parent(s): 71964c76fe0 > author: Daniel Black > committer: Daniel Black > timestamp: 2021-06-16 17:15:59 +1000 > message: > > MDEV-25282 Auto-shu

Re: [Maria-developers] c34533186ab: MDEV-18734 ASAN heap-use-after-free upon sorting by blob column from partitioned table

2021-07-23 Thread Aleksey Midenkov
Hi Sergei! Now updated the patch to git diff dfa2d0bc13..9b564832e3 On Wed, Jul 21, 2021 at 11:33 PM Sergei Golubchik wrote: > > Hi, Aleksey! > > As before, despite the email subject, it's > > git diff dfa2d0bc13..e533b5fb307 > > Don't be confused :) > > On Jul 21, Aleksey Midenkov wrote: > >

Re: [Maria-developers] ae1f4e4d727: MDEV-23836: Assertion `! is_set() || m_can_overwrite_status' in Diagnostics_area::set_error_status (interrupted ALTER TABLE under LOCK)

2021-07-23 Thread Sergei Golubchik
Hi, Rucha! On Jul 23, Rucha Deodhar wrote: > On Fri, Jul 23, 2021 at 1:55 PM Sergei Golubchik wrote: > > > > Consider this - thd->killed can be changed literally any time. We cannot > > test for it after every second line, can we? Clearly some places are > > better for this test than others. > >

Re: [Maria-developers] MariaDB Connector/J 3.x Status and Plans

2021-07-23 Thread Ondrej Dubaj
Hello, That was exactly what we needed :) Thank you very much! Regards, Ondrej On Fri, Jul 23, 2021 at 9:36 AM Diego Dupin wrote: > Hi Ondrej, > > Here are the 3.x roadmap (Jira is now filled) : > 3.0.3 GA - 2021-09-24 GA > 3.0.2 RC - 2021-08-27 RC > 3.0.1 Beta - 2021-07-29 Beta > You can no

Re: [Maria-developers] ae1f4e4d727: MDEV-23836: Assertion `! is_set() || m_can_overwrite_status' in Diagnostics_area::set_error_status (interrupted ALTER TABLE under LOCK)

2021-07-23 Thread Sergei Golubchik
Hi, Rucha! On Jul 23, Rucha Deodhar wrote: > > > diff --git a/sql/sql_table.cc b/sql/sql_table.cc > > > index f58ce8f997d..0b722984fca 100644 > > > --- a/sql/sql_table.cc > > > +++ b/sql/sql_table.cc > > > @@ -6489,6 +6489,12 @@ handle_if_exists_options(THD *thd, TABLE *table, > > > Alter_info *a

Re: [Maria-developers] MariaDB Connector/J 3.x Status and Plans

2021-07-23 Thread Diego Dupin
Hi Ondrej, Here are the 3.x roadmap (Jira is now filled) : 3.0.3 GA - 2021-09-24 GA 3.0.2 RC - 2021-08-27 RC 3.0.1 Beta - 2021-07-29 Beta You can now make your decision with your eyes open. regards, diego Dupin On Thu, Jul 22, 2021 at 6:37 PM Ondrej Dubaj wrote: > Hello, > > I would like to as