1. 23 Aug, 2004 25 commits
  2. 22 Aug, 2004 6 commits
  3. 21 Aug, 2004 5 commits
    • unknown's avatar
      libedit safety fix: account for closing \0 · 3c0f5cef
      unknown authored
      
      cmd-line-utils/libedit/history.c:
        account for closing \0
      3c0f5cef
    • unknown's avatar
      Merge paul@bk-internal.mysql.com:/home/bk/mysql-4.1 · b33e9e97
      unknown authored
      into ice.snake.net:/Volumes/ice2/MySQL/bk/mysql-4.1
      
      b33e9e97
    • unknown's avatar
      Fix to skip flush_block_commit test if the server was compiled · 7bfc5802
      unknown authored
      without InnoDB.
      
      7bfc5802
    • unknown's avatar
      null.test, null.result: · b33b4c27
      unknown authored
        Added test case for bug #4256.
      join_outer.result:
        Fixed bug #4256.
      item_cmpfunc.h:
        Fixed inconsistency of values of used_tables_cache and
        const_item_cache for Item_func_isnull objects.
        This inconsistency caused bug #4256.
      
      
      sql/item_cmpfunc.h:
        Fixed inconsistency of values of used_tables_cache and
        const_item_cache for Item_func_isnull objects.
        This inconsistency caused bug #4256.
      mysql-test/r/join_outer.result:
        Fixed bug #4256.
      mysql-test/r/null.result:
        Added test case for bug #4256.
      mysql-test/t/null.test:
        Added test case for bug #4256.
      b33b4c27
    • unknown's avatar
      Bug #4629 Crash after SLAVE STOP, if the IO thread is in special state. · 88fb83a9
      unknown authored
      client.c:
        Added call to clear_slave_vio inside end_server only when under Windows with repliaction
      slave.cc:
        Added clear_slave_vio function for clearing active vio on THD under Windows replication
      
      
      sql/slave.cc:
        Added clear_slave_vio function for clearing active vio on THD under Windows replication
      sql-common/client.c:
        Added call to clear_slave_vio inside end_server only when under Windows with repliaction
      88fb83a9
  4. 20 Aug, 2004 4 commits