[Maria-developers] New buildbot? - debpkg101-sid from Otto's github

2014-12-03 Thread Otto Kekäläinen
Hello Daniel! Thanks for setting up the current buildbots that build my branches of 5.5 and 10.0. Could you now please also set up one the build from my 10.1 branch as I have started working on it too? The buildbot should be a copy of http://buildbot.askmonty.org/buildbot/builders/debpkg-sid/ but

Re: [Maria-developers] Review of MDEV-7112 Split HA_CREATE_INFO

2014-12-03 Thread Alexander Barkov
Hi Sergei, On 12/03/2014 04:08 PM, Sergei Golubchik wrote: Hi, Alexander! On Dec 03, Alexander Barkov wrote: On 12/03/2014 01:13 AM, Sergei Golubchik wrote: Hi. It think the split is good, I liked it. I didn't like that you've tried to put the refactoring of sql_db.cc and sql_lang.h in the

Re: [Maria-developers] Review of MDEV-7112 Split HA_CREATE_INFO

2014-12-03 Thread Sergei Golubchik
Hi, Alexander! On Dec 03, Alexander Barkov wrote: > On 12/03/2014 01:13 AM, Sergei Golubchik wrote: > > Hi. > > > > It think the split is good, I liked it. > > > > I didn't like that you've tried to put the refactoring of sql_db.cc and > > sql_lang.h in the same commit, please move it to a separat

Re: [Maria-developers] Review of MDEV-7112 Split HA_CREATE_INFO

2014-12-03 Thread Alexander Barkov
Hi Sergei, Thanks for review. I addressed most of your suggestions. A fixed version is attached. See details inline: On 12/03/2014 01:13 AM, Sergei Golubchik wrote: Hi. It think the split is good, I liked it. I didn't like that you've tried to put the refactoring of sql_db.cc and sql_lang.h

Re: [Maria-developers] better execution plan possible with INNER JOIN of mroonga (or whatever storage engine) ?

2014-12-03 Thread Kazuhiko Shiozaki
Hi Sergei ! On 02/12/2014 16:41, Sergei Golubchik wrote: >> So here are my questions : >> >> * can MariaDB request an 'estimation of rows' to mroonga (or whatever >> storage engine) ? >> * can such information help to decide a better execution plan with >> INNER JOIN like above ? > > Yes, I belie