• Georgi Kodinov's avatar
    Bug #48709: Assertion failed in sql_select.cc:11782: · 82e6ae0f
    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.
    82e6ae0f
subselect.test 125 KB