• Sergey Petrunia's avatar
    MWL#17: Table elimination · b1e25edc
    Sergey Petrunia authored
    - Fix the previous cset: take into account that select_lex may be printed when 
     1. There is no select_lex->join at all (in that case, assume that no tables were eliminated)
     2. select_lex->join exists but there was no JOIN::optimize() call yet. handle this by initializing join->eliminated really early. 
    
    
    b1e25edc
sql_select.h 24.8 KB