1. 24 Feb, 2003 2 commits
  2. 22 Feb, 2003 2 commits
  3. 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
  4. 20 Feb, 2003 6 commits
  5. 19 Feb, 2003 9 commits
  6. 18 Feb, 2003 7 commits
  7. 17 Feb, 2003 6 commits
    • unknown's avatar
      bug fixes · e1d91737
      unknown authored
      
      myisam/rt_key.c:
        bug fix
      myisam/rt_split.c:
        bug fix
      e1d91737
    • unknown's avatar
      Bug fix: for SHOW STATUS (when ssl is used) · c40bcc57
      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)
      c40bcc57
    • unknown's avatar
      sql_table.cc, field.cc: · 2b141612
      unknown authored
        Bug fix
      opt_range.cc:
        Buf fix
      
      
      sql/field.cc:
        Bug fix
      sql/opt_range.cc:
        Buf fix
      sql/sql_table.cc:
        Bug fix
      2b141612
    • unknown's avatar
      Merge gluh@192.168.21.1:/usr/home/bk/mysql-4.1 · 00addf22
      unknown authored
      into gluh.mysql.r18.ru:/home/gluh/mysql-4.1.uvar
      
      
      sql/filesort.cc:
        Auto merged
      sql/item_cmpfunc.cc:
        Auto merged
      sql/item_func.cc:
        Auto merged
      sql/item_sum.cc:
        Auto merged
      sql/log_event.cc:
        Auto merged
      sql/sql_lex.cc:
        Auto merged
      sql/sql_select.cc:
        Auto merged
      00addf22
    • unknown's avatar
      Merge rkalimullin@work.mysql.com:/home/bk/mysql-4.1 · b3982368
      unknown authored
      into mysql.r18.ru:/usr/home/ram/work/mysql-4.1.bdb
      
      
      b3982368
    • unknown's avatar
      Merge with 4.0.11 tree to get latest bug fixes · e793dfe9
      unknown authored
      
      client/mysql.cc:
        Auto merged
      client/mysqldump.c:
        Auto merged
      configure.in:
        Auto merged
      include/my_pthread.h:
        Auto merged
      include/mysql.h:
        Auto merged
      libmysql/libmysql.c:
        Auto merged
      libmysqld/libmysqld.c:
        Auto merged
      mysql-test/r/innodb.result:
        Auto merged
      mysql-test/r/rpl000001.result:
        Auto merged
      mysql-test/r/rpl000004.result:
        Auto merged
      mysql-test/r/type_blob.result:
        Auto merged
      mysql-test/t/innodb.test:
        Auto merged
      mysql-test/t/rpl000001.test:
        Auto merged
      mysys/my_init.c:
        Auto merged
      scripts/mysqld_safe.sh:
        Auto merged
      sql/item_cmpfunc.h:
        Auto merged
      sql/mysql_priv.h:
        Auto merged
      sql/sql_delete.cc:
        Auto merged
      sql/sql_handler.cc:
        Auto merged
      sql/sql_table.cc:
        Auto merged
      sql/structs.h:
        Auto merged
      Makefile.am:
        Merge with 4.0.11
      mysql-test/mysql-test-run.sh:
        Merge with 4.0.11
      mysql-test/r/rpl_log.result:
        Use local version (needs to be updated)
      mysql-test/t/type_blob.test:
        Merge with 4.0.11
      sql/mysqld.cc:
        Merge with 4.0.11
      sql/protocol.cc:
        Use local version
      e793dfe9