• Igor Babaev's avatar
    Eliminated the member original_cond from the class SQL_SELECT · 297dcf98
    Igor Babaev authored
    introduced at the latest merge 5.1->5.2->5.3.
    It is basically not needed since if SQL_SELECT::pre_idx_push_select_cond 
    is not NULL then SQL_SELECT::original_cond would point to the same condition
    as SQL_SELECT::pre_idx_push_select_cond. Otherwise SQL_SELECT::original_cond
    would be equal to SQL_SELECT::cond.
    297dcf98
opt_range.h 30.5 KB