maria-developers team mailing list archive
-
maria-developers team
-
Mailing list archive
-
Message #10283
Re: Please review MDEV-9522 Split sql_select.cc:can_change_cond_ref_to_const into virtual methods in Type_handler
Hi Alexander!
Ok to push this one. I really like how this splits the function.
Please put a comment that collation does not make sense (and thus is no
concern) for numerical type handlers in the function where you compare them
by pointer address.
Also, Item_get_cache should be on a separate line. In this patch it ends up
being one long line:
+ Item *source_expr, Item *source_const)
const; Item_cache *Item_get_cache(THD *thd, const Item *item) const;
Regards,
Vicentiu
On Sat, 10 Dec 2016 at 18:20 Alexander Barkov <bar@xxxxxxxxxxx> wrote:
> Forgot to attach the patch in the previous letter.
>
>
> On 12/10/2016 08:17 PM, Alexander Barkov wrote:
> > Hello Vicențiu,
> >
> > can you please review a patch for MDEV-9522 ?
> >
> > Thanks!
> >
>
Follow ups
References