Re: [Maria-developers] Problem with prep_where (LP BUG#675248)

2010-11-22 Thread Sergey Petrunya
Hi! On Mon, Nov 15, 2010 at 04:47:54PM +0200, Oleksandr Byelkin wrote: Preparation statement for PS looks like this (example uses prep_where, but we have the same problem for other parts stored in st_select_lex::fix_prepare_information()): ... conds-fix_fields(...conds...) /* (1.1)

[Maria-developers] Problem with prep_where (LP BUG#675248)

2010-11-15 Thread Oleksandr Byelkin
Preparation statement for PS looks like this (example uses prep_where, but we have the same problem for other parts stored in st_select_lex::fix_prepare_information()): ... conds-fix_fields(...conds...) /* (1.1) JOIN::prepare()*/ ... prep_where= *conds; /* (1.2)