• Michael Widenius's avatar
    A bit better fix for tmp-table problem · 13f55aac
    Michael Widenius authored
    Fixed reference to not initialized memory detected by valgrind
    
    sql/sql_select.cc:
      A bit better fix for tmp-table problem:
      Use only dynamic_record format for group by and distinct.
    storage/maria/ma_create.c:
      DYNAMIC_RECORD format doesn't pack VARCHAR fields.
      This change fixes a non-fatal uninitialized memory copy.
    13f55aac
sql_select.cc 570 KB