• Georgi Kodinov's avatar
    Bug #48709: Assertion failed in sql_select.cc:11782: · 188c6f8c
    Georgi Kodinov authored
     int join_read_key(JOIN_TAB*)
    
    The eq_ref access method TABLE_REF (accessed through 
    JOIN_TAB) to save state and to track if this is the 
    first row it finds or not.
    This state was not reset on subquery re-execution
    causing an assert.
    
    Fixed by resetting the state before the subquery 
    re-execution.
    188c6f8c
sql_select.cc 537 KB