Re: [Maria-developers] 8742d176bc2: Added support for more functions when using partitioned S3 tables

2020-04-17 Thread Sergei Golubchik
Hi, Michael! On Apr 13, Michael Widenius wrote: > revision-id: 8742d176bc2 (mariadb-10.5.2-127-g8742d176bc2) > parent(s): bf32018be96 > author: Michael Widenius > committer: Michael Widenius > timestamp: 2020-04-09 16:41:42 +0300 > message: > > Added support for more functions when using partit

Re: [Maria-developers] bf32018be96: Added support for VISIBLE attribute for indexes in CREATE TABLE

2020-04-17 Thread Sergei Golubchik
Hi, Michael! On Apr 16, Michael Widenius wrote: > On Thu, Apr 16, 2020 at 1:17 PM Sergei Golubchik wrote: > > On Apr 13, Michael Widenius wrote: > > > revision-id: bf32018be96 (mariadb-10.5.2-126-gbf32018be96) > > > parent(s): 62c2d0f3e1f > > > author: Michael Widenius > > > committer: Michael W

Re: [Maria-developers] faf8de3aa98: Fixed some assert crashes related to keyread.

2020-04-17 Thread Sergei Golubchik
Hi, Michael! On Apr 16, Michael Widenius wrote: > Hi! > > On Thu, Apr 16, 2020 at 1:17 PM Sergei Golubchik wrote: > > > > where's a test case for MDEV-22077? > > One can't use the test case in MDEV-22077 as it involves a table > created by a 32 bit MariaDB version. Doing another test case it'

Re: [Maria-developers] 9243921c84b: Make all #sql temporary table names uniform

2020-04-17 Thread Sergei Golubchik
Hi, Michael! On Apr 16, Michael Widenius wrote: > > > ALTER PARTITION shadow files: > > > #sql-shadow-'original_table_name' > > > > Please, add a thread_id here at the end. normally MDL should ensure > > that no two threads can have a shadow for the same table at the same > > time, but we have eno

Re: [Maria-developers] bc5c062b1d1: Don't try to open temporary tables if there are no temporary tables

2020-04-17 Thread Sergei Golubchik
Hi, Michael! On Apr 16, Michael Widenius wrote: > Hi! > > On Thu, Apr 16, 2020 at 1:17 PM Sergei Golubchik wrote: > > > > Hi, Michael! > > > > On Apr 13, Michael Widenius wrote: > > > revision-id: bc5c062b1d1 (mariadb-10.5.2-124-gbc5c062b1d1) > > > parent(s): fb29c886701 > > > author: Michael Wi

Re: [Maria-developers] 9243921c84b: Make all #sql temporary table names uniform

2020-04-17 Thread Marko Mäkelä
Monty, On Thu, Apr 16, 2020 at 3:32 PM Michael Widenius wrote: > > > ALTER PARTITION shadow files: > > > #sql-shadow-'original_table_name' > > > > Please, add a thread_id here at the end. normally MDL should ensure that > > no two threads can have a shadow for the same table at the same time, > >