[Maria-developers] MDEV-11485 Split Item_func_between::val_int() into virtual methods in Type_handler

2016-12-05 Thread Alexander Barkov
Hello Sanja, Please review a patch for MDEV-11485. Thanks! commit ee91200893adaec59ad7543711a230f6417815f0 Author: Alexander Barkov Date: Mon Dec 5 20:15:36 2016 +0400 MDEV-11485 Split Item_func_between::val_int() into virtual methods in Type_handler - Removes

Re: [Maria-developers] Please review MDEV-10717 Assertion `!null_value' failed in virtual bool Item::send(Protocol*, String*)

2016-12-05 Thread Sergei Golubchik
Hi, Alexander! On Dec 05, Alexander Barkov wrote: > Hello Sergei, > > Please review a patch for MDEV-10717. ok to push Regards, Sergei Chief Architect MariaDB and secur...@mariadb.org ___ Mailing list: https://launchpad.net/~maria-developers Post to

Re: [Maria-developers] Fix for TokuDB and parallel replication

2016-12-05 Thread jocelyn fournier
Hi Kristian! Thanks for the fix, I should be able to give it a try sometimes this week. Jocelyn Le 28/11/2016 à 10:10, Kristian Nielsen a écrit : Parallel replication so far did not work well with TokuDB, as some people who tried it found out. I have now pushed to 10.1 some patches to

[Maria-developers] Please review MDEV-10717 Assertion `!null_value' failed in virtual bool Item::send(Protocol*, String*)

2016-12-05 Thread Alexander Barkov
Hello Sergei, Please review a patch for MDEV-10717. Thanks! commit 5eefa9acae7456e60cc5f8992906d437bc0afdc8 Author: Alexander Barkov Date: Mon Dec 5 16:50:12 2016 +0400 MDEV-10717 Assertion `!null_value' failed in virtual bool Item::send(Protocol*, String*) The

Re: [Maria-developers] Working on spider patches, MDEV-7701

2016-12-05 Thread Michael Widenius
Hi! >> However, I would like to have a clear comment the purpose of the function >> set_top_table_and_fields(). > > This function is used to get correlating of a parent (table/column) > and children (table/column). When conditions are pushed down to child > table (like child of myisammarge),