1. 21 Jan, 2004 1 commit
  2. 20 Jan, 2004 6 commits
    • unknown's avatar
      Fix for #2278 (mysql_prepare and mysql_execute not exported in libmysqld.dll) · b7a1c079
      unknown authored
      Actually no PS-related methods were exported.
      Now they're in the libmysqld.def
      
      
      VC++Files/libmysqld/libmysqld.def:
        PS related methods added
      b7a1c079
    • unknown's avatar
      Merge · 987445e9
      unknown authored
      
      sql/sql_parse.cc:
        Auto merged
      sql/sql_update.cc:
        Auto merged
      sql/sql_yacc.yy:
        Auto merged
      mysql-test/r/derived.result:
        SCCS merged
      mysql-test/t/derived.test:
        e
        merge
      987445e9
    • unknown's avatar
      for multy-delete command used same algorithm of table reference (alias) · 46b669d0
      unknown authored
      
      mysql-test/t/multi_update.test:
        new results of changed multi-delete
      mysql-test/t/update.test:
        new results of changed multi-delete
      mysql-test/r/multi_update.result:
        new results of changed multi-delete
      mysql-test/r/update.result:
        new results of changed multi-delete
      46b669d0
    • unknown's avatar
      Merge deer.(none):/home/hf/work/mysql-4.1.clean · c1793249
      unknown authored
      into deer.(none):/home/hf/work/mysql-4.1.1676
      
      
      sql/item.h:
        Auto merged
      sql/item_func.cc:
        Auto merged
      c1793249
    • unknown's avatar
      Pack of changes about 'cleanup()'-s · 26391937
      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()
      26391937
    • unknown's avatar
      row0sel.c: · df121452
      unknown authored
        Remove extra mtr_start()
      
      
      innobase/row/row0sel.c:
        Remove extra mtr_start()
      df121452
  3. 19 Jan, 2004 13 commits
  4. 18 Jan, 2004 3 commits
  5. 17 Jan, 2004 11 commits
  6. 16 Jan, 2004 2 commits
    • unknown's avatar
      Merge mysql.com:/space/my/mysql-4.1 · 5488f64c
      unknown authored
      into mysql.com:/space/my/mysql-4.1-build
      
      5488f64c
    • unknown's avatar
      - Fixed BUG#2297: cmd-line-utils/libedit/makelist used a hard-coded · 06ed2c56
      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)
      06ed2c56
  7. 15 Jan, 2004 4 commits