Re: [Maria-developers] an observation

2017-02-22 Thread AugustQ
Hi Sergei, another tip: instead of increasing the size of the data-file to >128K you can also decrease the size of the buffer. I did something similar for a test and (if I remember it correctly) it's done in sys/sysvars.cc in the var. Sys_read_buff_size. I've set the entry for DEFAULT to 4K and pl

Re: [Maria-developers] engine condition pushdown

2017-02-22 Thread AugustQ
Hi Sergei, I had a similar idea yesterday. A statement like this will do the trick:                ((Item_field*)tempCond)->val_str(&tempCond->str_value); OK, problem solved. Thanks for your help. AugustQ Am Mittwoch, den 22.02.2017, 12:13 +0100 schrieb Sergei Golubchik: > Hi, AugustQ! > > On Feb

Re: [Maria-developers] MDEV-10598 - bb-10.2-compatibility

2017-02-22 Thread Alexander Barkov
Hello Jerome, Thank you very much for the patch. I'm reviewing it. But most likely won't finish today. I'll be away on Thursday and Friday. Will reply in the beginning of the next week. Btw, the implementation of stored routines was new for me when I started the compatibility project. Now gradual

Re: [Maria-developers] 2c36ba67240: MySQL Bug#12766319 - 61865: RENAME USER DOES NOT WORK CORRECTLY - REQUIRES FLUSH PRIVILEGES

2017-02-22 Thread Sergei Golubchik
Hi, Oleksandr! On Jan 10, Oleksandr Byelkin wrote: > revision-id: 2c36ba67240850d909bf75fc36346261f37019fb > (mariadb-10.0.28-43-g2c36ba67240) > parent(s): eed319b6fb543849046c8009c38575455e173dc2 > committer: Oleksandr Byelkin > timestamp: 2017-01-10 16:02:42 +0100 > message: > > MySQL Bug#1276

Re: [Maria-developers] engine condition pushdown

2017-02-22 Thread Sergei Golubchik
Hi, AugustQ! On Feb 21, AugustQ wrote: > Hi Sergej, > attached you will find a file with commands for generating the effect. > It's not a script so please copy and paste the lines into your > favourite front-end. > Here is the result on my test: > # the result in cond_push(): > for TestSmall: OK >