1. 21 Feb, 2003 5 commits
    • 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
      - 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
  2. 20 Feb, 2003 6 commits
  3. 19 Feb, 2003 8 commits
  4. 18 Feb, 2003 7 commits
  5. 17 Feb, 2003 7 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
    • unknown's avatar
      sql_table.cc, field.cc: · 7dab2d59
      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
      7dab2d59
    • unknown's avatar
      Merge gluh@192.168.21.1:/usr/home/bk/mysql-4.1 · 58355a51
      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
      58355a51
    • unknown's avatar
      Merge rkalimullin@work.mysql.com:/home/bk/mysql-4.1 · fe8dea8c
      unknown authored
      into mysql.r18.ru:/usr/home/ram/work/mysql-4.1.bdb
      
      fe8dea8c
    • unknown's avatar
      Merge with 4.0.11 tree to get latest bug fixes · b9307e21
      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
      b9307e21
    • unknown's avatar
      Fixed multi-table-delete for InnoDB tables · eae85a31
      unknown authored
      Novell patches
      
      
      Makefile.am:
        Novell patch
      client/mysql.cc:
        Novell patch
      configure.in:
        Novell patch
      extra/mysql_waitpid.c:
        Novell patch
      include/my_pthread.h:
        Novell patch
      include/mysql.h:
        Novell patch
      libmysql/libmysql.c:
        Novell patch
      libmysqld/libmysqld.c:
        Novell patch
      mysql-test/mysql-test-run.sh:
        Don't use running server with --valgrind
      mysql-test/r/innodb.result:
        Updated results
      mysql-test/r/rpl000001.result:
        Updated results
      mysql-test/r/rpl000004.result:
        Updated results
      mysql-test/r/rpl_log.result:
        Updated results
      mysql-test/r/type_blob.result:
        Updated results
      mysql-test/std_data/words.dat:
        Added more words to make type_blob test relevant
      mysql-test/t/innodb.test:
        test of multi-table-delete
      mysql-test/t/rpl000001.test:
        Update for new word file
      mysql-test/t/type_blob.test:
        Test if BLOB IS NULL on NOT NULL column
      mysys/my_init.c:
        Novell patch
      mysys/my_netware.c:
        Novell patch
      netware/Makefile.am:
        Novell patch
      netware/init_db.sql:
        Novell patch
      netware/isamchk.def:
        Novell patch
      netware/isamlog.def:
        Novell patch
      netware/libmysql.def:
        Novell patch
      netware/my_print_defaults.def:
        Novell patch
      netware/myisamchk.def:
        Novell patch
      netware/myisamlog.def:
        Novell patch
      netware/myisampack.def:
        Novell patch
      netware/mysql.def:
        Novell patch
      netware/mysql_install_db.c:
        Novell patch
      netware/mysql_install_db.def:
        Novell patch
      netware/mysql_test_run.def:
        Novell patch
      netware/mysqladmin.def:
        Novell patch
      netware/mysqlbinlog.def:
        Novell patch
      netware/mysqlcheck.def:
        Novell patch
      netware/mysqld_safe.c:
        Novell patch
      netware/mysqldump.def:
        Novell patch
      netware/mysqlimport.def:
        Novell patch
      netware/mysqlshow.def:
        Novell patch
      netware/mysqltest.def:
        Novell patch
      netware/pack_isam.def:
        Novell patch
      netware/perror.def:
        Novell patch
      netware/replace.def:
        Novell patch
      netware/resolveip.def:
        Novell patch
      netware/test_db.sql:
        Novell patch
      scripts/make_binary_distribution.sh:
        Novell patch
      sql/item_cmpfunc.h:
        Optimization of 'IS NULL'
      sql/mysql_priv.h:
        Code cleanup
      sql/mysqld.cc:
        Novell patch
      sql/net_pkg.cc:
        Code cleanup
      sql/records.cc:
        Fixed multi-table-delete for InnoDB tables
      sql/sql_delete.cc:
        Fixed multi-table-delete for InnoDB tables
      sql/sql_handler.cc:
        Code cleanup
      sql/sql_table.cc:
        Code cleanup
      sql/structs.h:
        Fixed multi-table-delete for InnoDB tables
      eae85a31
  6. 16 Feb, 2003 5 commits
  7. 15 Feb, 2003 2 commits