1. 26 Feb, 2003 1 commit
  2. 25 Feb, 2003 4 commits
  3. 24 Feb, 2003 2 commits
  4. 22 Feb, 2003 2 commits
  5. 21 Feb, 2003 8 commits
    • unknown's avatar
      Merge work.mysql.com:/home/bk/mysql-4.1 · 8d05f9ef
      unknown authored
      into myvenu.com:/home/venu/work/sql/dev-4.1
      
      
      8d05f9ef
    • unknown's avatar
      Fix for mysql_stmt_close(), so that the PHP layer can map it easily to know... · c9a50805
      unknown authored
      Fix for mysql_stmt_close(), so that the PHP layer can map it easily to know whether the 'stmt' is really freed, so that they can free their internal stmts
      
      
      
      c9a50805
    • unknown's avatar
      Test's result update because std_data/words.dat has been lengthened by 500 bytes. · 4a07a2b1
      unknown authored
      Increased some tests' robustness a bit :
      - Added RESET MASTER to all tests who do SHOW BINLOG EVENTS, to make them independent from previous tests.
      - Added save_master_pos to these tests to wait for the slave to start before purging its binary logs.
      
      
      mysql-test/r/rpl_log.result:
        Updated SHOW BINLOG EVENTS's positions as Monty lengthened std_data/words.dat by 500 bytes.
      mysql-test/r/rpl_temporary.result:
        Added RESET MASTER to make positions shown by SHOW BINLOG EVENTS independent of any previous test.
      mysql-test/r/rpl_user_variables.result:
        Added RESET MASTER to make positions shown by SHOW BINLOG EVENTS independent of any previous test.
      mysql-test/t/rpl_log.test:
        Added save_master_pos to wait for the slave to have started before purging its binary logs.
        Otherwise, we could purge before the slave finishes starting, and then the slave could log events implicitly provoked by previous tests.
      mysql-test/t/rpl_temporary.test:
        Added RESET MASTER to make positions shown by SHOW BINLOG EVENTS independent of any previous test.
      mysql-test/t/rpl_user_variables.test:
        Added RESET MASTER to make positions shown by SHOW BINLOG EVENTS independent of any previous test.
      BitKeeper/etc/logging_ok:
        Logging to logging@openlogging.org accepted
      4a07a2b1
    • unknown's avatar
      Merge lgrimmer@work.mysql.com:/home/bk/mysql-4.1 · 2ff70c9e
      unknown authored
      into mysql.com:/space/my/mysql-4.1
      
      
      2ff70c9e
    • unknown's avatar
      make EXPLAIN killable · 8f89795e
      unknown authored
      8f89795e
    • unknown's avatar
      - removed duplicate my_sys.h inclusion from lib_vio.c · fc10df38
      unknown authored
       - removed obsolete compile options from compile-pentium-debug-openssl
      
      
      BUILD/compile-pentium-debug-openssl:
         - removed "--without-innodb" (InnoDB is on by default) and "--with-vio"
           (--with-openssl implies --with-vio)
      libmysqld/lib_vio.c:
         - removed duplicate my_sys.h inclusion
      fc10df38
    • unknown's avatar
      DATABASE character set is never blank anymore · 0bf753ab
      unknown authored
      0bf753ab
    • unknown's avatar
      Another missed fix for Embedded Library (Windows specific) · f14222f2
      unknown authored
      
      libmysqld/libmysqld.c:
        Another missed fix for Embedded Library
      f14222f2
  6. 20 Feb, 2003 6 commits
  7. 19 Feb, 2003 9 commits
  8. 18 Feb, 2003 7 commits
  9. 17 Feb, 2003 1 commit
    • unknown's avatar
      bug fixes · e1d91737
      unknown authored
      
      myisam/rt_key.c:
        bug fix
      myisam/rt_split.c:
        bug fix
      e1d91737