• unknown's avatar
    Fixed bug when creating keys in temporary HEAP tables. · d6bc5fb2
    unknown authored
    (This caused the DISTINCT test to fail)
    Removed one inline as this caused compiler problems
    
    
    heap/hp_create.c:
      Comment
    heap/hp_update.c:
      Indentation cleanup
    heap/hp_write.c:
      Indentation cleanup
    mysql-test/mysql-test-run.sh:
      Better options for valgrind
    sql/item_sum.cc:
      Removed inline as this caused compiler problems with gcc 3.2
      (Was also non standard usage of inline)
    sql/item_sum.h:
      Removed inline as this caused compiler problems with gcc 3.2
    sql/sql_class.cc:
      Fixed reference to uninitialized value
    sql/sql_lex.cc:
      Indentation cleanup
    sql/sql_select.cc:
      Fixed bug when creating keys in temporary HEAP tables.
    d6bc5fb2
item_sum.cc 25.8 KB