• Jorgen Loland's avatar
    Followup patch for BUG#47280 · bf14598c
    Jorgen Loland authored
    Temporary tables may set join->group to 0 even though there is 
    grouping. Also need to test if sum_func_count>0 when JOIN::exec() 
    decides whether to present results in a grouped manner.
    
    sql/sql_select.cc:
      Temporary tables may set join->group to 0 even though there is 
      grouping. Also need to test if sum_func_count>0 when JOIN::exec() 
      decides whether to present results in a grouped manner.
    bf14598c
sql_select.cc 535 KB