• unknown's avatar
    Fix for BUG#10107: Memory leak in view over subquery: · 9d5466bc
    unknown authored
    In mysql_make_view when joining subquery lists, take into account that both lists
    can have length > 1 (see also fix for BUG#8490) 
    (note to bk trigger: this commit is about BUG#10107)
    
    
    sql/sql_view.cc:
      Fix for BUG#10107: In mysql_make_view, when joining subquery lists, take into account 
      that both lists can have length > 1 (see also fix for BUG#8490)
    9d5466bc
sql_view.cc 32.8 KB