• Georgi Kodinov's avatar
    Bug #48291 : crash with row() operator,select into @var, and · 9d96cd6d
    Georgi Kodinov authored
      subquery returning multiple rows
    
    Error handling was missing when handling subqueires in WHERE 
    and when assigning a SELECT result to a @variable.
    This caused crash(es). 
    
    Fixed by adding error handling code to both the WHERE 
    condition evaluation and to assignment to an @variable.
    9d96cd6d
sql_class.cc 66.1 KB