1. 26 Feb, 2003 1 commit
  2. 25 Feb, 2003 3 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 · 10bf0150
      unknown authored
      into myvenu.com:/home/venu/work/sql/dev-4.1
      
      10bf0150
    • unknown's avatar
      Fix for mysql_stmt_close(), so that the PHP layer can map it easily to know... · bc953f05
      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
      
      
      bc953f05
    • unknown's avatar
      Test's result update because std_data/words.dat has been lengthened by 500 bytes. · 02daa107
      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
      02daa107
    • unknown's avatar
      Merge lgrimmer@work.mysql.com:/home/bk/mysql-4.1 · ed8f82ef
      unknown authored
      into mysql.com:/space/my/mysql-4.1
      
      ed8f82ef
    • unknown's avatar
      make EXPLAIN killable · e6036a39
      unknown authored
      e6036a39
    • unknown's avatar
      - removed duplicate my_sys.h inclusion from lib_vio.c · 4559aaae
      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
      4559aaae
    • unknown's avatar
      DATABASE character set is never blank anymore · 638f8d12
      unknown authored
      638f8d12
    • unknown's avatar
      Another missed fix for Embedded Library (Windows specific) · 139267a5
      unknown authored
      
      libmysqld/libmysqld.c:
        Another missed fix for Embedded Library
      139267a5
  6. 20 Feb, 2003 6 commits
  7. 19 Feb, 2003 9 commits
  8. 18 Feb, 2003 7 commits
  9. 17 Feb, 2003 2 commits
    • unknown's avatar
      bug fixes · b5f56171
      unknown authored
      
      myisam/rt_key.c:
        bug fix
      myisam/rt_split.c:
        bug fix
      b5f56171
    • unknown's avatar
      Bug fix: for SHOW STATUS (when ssl is used) · 932f065e
      unknown authored
      Added ROW_RESULT to switchs(for documentation purposes)
      
      
      sql/filesort.cc:
        For documentation purposes
      sql/item_cmpfunc.cc:
        For documentation purposes
      sql/item_func.cc:
        For documentation purposes
      sql/item_sum.cc:
        For documentation purposes
      sql/log_event.cc:
        For documentation purposes
      sql/sql_lex.cc:
        For documentation purposes
      sql/sql_select.cc:
        For documentation purposes
      sql/sql_show.cc:
        Bug fix: for SHOW STATUS (when ssl is used)
      932f065e