• Sergey Petrunya's avatar
    BUG##806524: Assertion `join->best_read < 1.7976931348623157e+308 with... · b11eff40
    Sergey Petrunya authored
    BUG##806524: Assertion `join->best_read < 1.7976931348623157e+308 with table_elimination=on and derived_merge=on 
    reset_nj_counters() used to rely on the fact that join nests have 
    table->table==NULL. This ceased to be true wit new derived table
    optimizations. Use test for table->nested_join!=NULL instead.
    b11eff40
sql_select.cc 694 KB