[Maria-developers] Final testing for join_cache levels and hash join

2010-11-15 Thread Philip Stoev
Igor, As you have noticed I have started filing bugs that require 4-5 tables, self joins, etc. to show up. I continue running the same tests as before, it is just that the 2-table bugs have all been fixed by now. While I do consider 4-5 table bugs to still be valid, since they all use

[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)

Re: [Maria-developers] Final testing for join_cache levels and hash join

2010-11-15 Thread Igor Babaev
On 11/15/2010 04:45 AM, Philip Stoev wrote: Igor, As you have noticed I have started filing bugs that require 4-5 tables, self joins, etc. to show up. I continue running the same tests as before, it is just that the 2-table bugs have all been fixed by now. While I do consider 4-5 table bugs