1. 20 Jan, 2004 1 commit
    • unknown's avatar
      Pack of changes about 'cleanup()'-s · 9768dc84
      unknown authored
      Some errorneous code trimmed
      
      
      sql/item.cc:
        initialization of the Item_type_holder::orig_item added
      sql/item.h:
        No use to call cleanup() in ~Item
        this only calls Item::cleanup()
        
        We should use item->delete_self() instead of 'delete item' now
        
        Code added to restore Item_type_holder::item_type value
      sql/item_row.h:
        this cleanup is wrong
      sql/item_sum.cc:
        initialization added
      sql/item_sum.h:
        Item_xxx& -> Item_xxx*
      sql/sql_parse.cc:
        delete item -> item->delete_self()
      9768dc84
  2. 19 Jan, 2004 7 commits
  3. 18 Jan, 2004 3 commits
  4. 17 Jan, 2004 11 commits
  5. 16 Jan, 2004 2 commits
    • unknown's avatar
      Merge mysql.com:/space/my/mysql-4.1 · d5191e80
      unknown authored
      into mysql.com:/space/my/mysql-4.1-build
      
      
      d5191e80
    • unknown's avatar
      - Fixed BUG#2297: cmd-line-utils/libedit/makelist used a hard-coded · 94e6b9be
      unknown authored
         call to /usr/bin/awk - replaced this with the proper autoconf variable
         instead (makelist is now generated out of makelist.sh during the compile
         phase)
      
      
      cmd-line-utils/libedit/Makefile.am:
         - replace @AWK@ with the correct path to the awk binary determined by
           configure instead of using a hard-coded path (BUG#2297)
      cmd-line-utils/libedit/makelist.sh:
         - replace @AWK@ with the correct path to the awk binary determined by
           configure instead of using a hard-coded path (BUG#2297)
      94e6b9be
  6. 15 Jan, 2004 11 commits
  7. 14 Jan, 2004 5 commits