• Michael Widenius's avatar
    A bit better fix for tmp-table problem · a49e4635
    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.
    a49e4635
sql_select.cc 570 KB