• Sergei Petrunia's avatar
    MDEV-28437: Assertion `!eliminated' failed: Part #2 · 84e32eff
    Sergei Petrunia authored
    In SELECT_LEX::update_used_tables(),
    do not run the loop setting tl->table->maybe_null
    when tl is an eliminated table
    
    (Rationale: First, with current table elimination, tl already
     has maybe_null=1. Second, one should not care what flags
     eliminated tables had)
    84e32eff
sql_lex.cc 147 KB