Re: [Maria-developers] [MDEV-7586] Merged derived tables/VIEWs increment created_tmp_tables

2015-02-25 Thread Sergey Petrunia
On Sun, Feb 22, 2015 at 10:22:39AM +0200, Vicențiu Ciorbaru wrote: > Hi Sergey! > > As discussed on the mdev page, I've implemented the fix for > incrementing the created_tmp_tables variable. > I've attached the patch for review. The changes in the patch are > explained within the mdev page. > >

Re: [Maria-developers] [MDEV-7586] Merged derived tables/VIEWs increment created_tmp_tables

2015-02-25 Thread Sergey Petrunia
Hi Vicențiu, On Sun, Feb 22, 2015 at 10:22:39AM +0200, Vicențiu Ciorbaru wrote: > diff --git a/sql/opt_subselect.cc b/sql/opt_subselect.cc > index d5e3334..2122349 100644 > --- a/sql/opt_subselect.cc > +++ b/sql/opt_subselect.cc > @@ -3890,7 +3890,6 @@ SJ_TMP_TABLE::create_sj_weedout_tmp_table(THD

[Maria-developers] [MDEV-7586] Merged derived tables/VIEWs increment created_tmp_tables

2015-02-22 Thread Vicențiu Ciorbaru
Hi Sergey! As discussed on the mdev page, I've implemented the fix for incrementing the created_tmp_tables variable. I've attached the patch for review. The changes in the patch are explained within the mdev page. commit 53d78644b793f7b667e71863ccd0b1ba54c894f3 Author: Vicențiu Ciorbaru Date: