1. 27 Mar, 2002 1 commit
    • unknown's avatar
      coverted my_thread_init() /end to use my_malloc()/my_free() to help track · 079a551c
      unknown authored
      down replication corruption
      
      
      dbug/dbug.c:
        fixed DBUG_ macros to not crash if my_thread_init() had not been called
      include/my_sys.h:
        keep track of shutdown, main, and signal threads for safemalloc
      mysys/my_static.h:
        keep track of thread in safemalloc blocks
      mysys/my_thr_init.c:
        use my_malloc()/my_free() in my_thread_init()
      mysys/safemalloc.c:
        keep track of threads
        do not fuss if main,signal, or shutdown thread still has allocated blocks 
         when we call TERMINATE() as some blocks are freed later and there is no
         easy way to make TERMINATE() wait for those threads
      sql/mysqld.cc:
        keep track of signal, main, and shutdown threads
      079a551c
  2. 16 Mar, 2002 1 commit
    • unknown's avatar
      replication updates and bugfixes. Still not perfect - there is some strange · 9c435716
      unknown authored
      memory corruption I can only repeat on one system.
      
      
      mysql-test/r/multi_update.result:
        extended test trying to find why the old one was failing
      mysql-test/r/rpl000015.result:
        result update
      mysql-test/t/multi_update.test:
        updated test to do more intermediate result checks
      mysql-test/t/rpl000014.test:
        cosmetic change
      mysql-test/t/rpl000015-slave-master-info.opt:
        reduce connect retry trying to simulate a bug
      mysql-test/t/rpl000015.test:
        cosmetic change
      sql/lex.h:
        added RELAY_LOG_FILE and RELAY_LOG_POS to CHANGE MASTER TO
      sql/log.cc:
        fixed replication bug
      sql/log_event.cc:
        properly ignore replication errors according to error mask
      sql/mysqld.cc:
        handle SIGFPE in the coredump handler
      sql/slave.cc:
        do not kick slave if it has already exited and freed the structures
      sql/sql_lex.cc:
        fixed initialization bug in CHANGE MASTER TO
      sql/sql_lex.h:
        CHANGE MASTER TO .. RELAY_LOG_FILE=,RELAY_LOG_POS=
      sql/sql_repl.cc:
        CHANGE MASTER TO .. RELAY_LOG_FILE=,RELAY_LOG_POS=
      sql/sql_yacc.yy:
        CHANGE MASTER TO .. RELAY_LOG_FILE=,RELAY_LOG_POS=
      9c435716
  3. 10 Mar, 2002 1 commit
    • unknown's avatar
      slave start <options> to be able to do · b8a9ea66
      unknown authored
       slave start io_thread 
       slave start sql_thread
      same for stop
      
      
      sql/lex.h:
        slave start <options>
      sql/sql_lex.cc:
        slave start <options>
      sql/sql_lex.h:
        slave start <options>
      sql/sql_repl.cc:
        slave start <options>
      sql/sql_yacc.yy:
        slave start <options>
      b8a9ea66
  4. 09 Mar, 2002 4 commits
  5. 08 Mar, 2002 4 commits
  6. 07 Mar, 2002 4 commits
  7. 06 Mar, 2002 12 commits
    • unknown's avatar
      Merge work:/home/bk/mysql-4.0 into hundin.mysql.fi:/my/bk/mysql-4.0 · defcaaf4
      unknown authored
      
      Docs/manual.texi:
        Auto merged
      defcaaf4
    • unknown's avatar
      Update test results · 3d490dcb
      unknown authored
      3d490dcb
    • unknown's avatar
      manual.texi Document when --xml was added to mysql/mysqldump. · 47e83fde
      unknown authored
      
      Docs/manual.texi:
        Document when --xml was added to mysql/mysqldump.
      47e83fde
    • unknown's avatar
      Merge paul@work.mysql.com:/home/bk/mysql-4.0 · a36d59bc
      unknown authored
      into teton.kitebird.com:/home/paul/mysql-4.0
      
      
      Docs/manual.texi:
        Auto merged
      a36d59bc
    • unknown's avatar
      merge · 873963d4
      unknown authored
      
      BitKeeper/etc/logging_ok:
        auto-union
      Build-tools/Do-all-build-steps:
        Auto merged
      Build-tools/Do-compile:
        Auto merged
      Build-tools/Do-rpm:
        Auto merged
      Docs/manual.texi:
        Auto merged
      include/hash.h:
        Auto merged
      include/my_sys.h:
        Auto merged
      innobase/dict/dict0dict.c:
        Auto merged
      mysql-test/mysql-test-run.sh:
        Auto merged
      mysys/array.c:
        Auto merged
      mysys/hash.c:
        Auto merged
      mysys/mf_qsort.c:
        Auto merged
      sql/sql_base.cc:
        Auto merged
      sql/sql_select.cc:
        Auto merged
      sql/table.cc:
        Auto merged
      strings/Makefile.am:
        Auto merged
      support-files/mysql.spec.sh:
        Auto merged
      873963d4
    • unknown's avatar
      merge · 4d710469
      unknown authored
      
      configure.in:
        Auto merged
      Docs/manual.texi:
        Auto merged
      libmysql/libmysql.c:
        Auto merged
      4d710469
    • unknown's avatar
      Portability fixes · 749246cc
      unknown authored
      Fix bug when using option groups
      
      
      libmysql/libmysql.c:
        Fix bug when using option groups
      myisam/myisamchk.c:
        Portability fix
      mysys/my_getopt.c:
        Portability fix
      749246cc
    • unknown's avatar
      Fix for --enable-local-infile · c13baf70
      unknown authored
      
      Docs/manual.texi:
        Changelog
      acinclude.m4:
        Cleanup --help output
      libmysql/libmysql.c:
        Fix for reading option groups in client
      c13baf70
    • unknown's avatar
      merge · b707a1ab
      unknown authored
      
      BitKeeper/etc/logging_ok:
        auto-union
      Build-tools/Do-all-build-steps:
        Auto merged
      Build-tools/Do-compile:
        Auto merged
      Build-tools/Do-rpm:
        Auto merged
      Docs/manual.texi:
        Auto merged
      include/hash.h:
        Auto merged
      include/my_sys.h:
        Auto merged
      innobase/dict/dict0dict.c:
        Auto merged
      libmysql/libmysql.c:
        Auto merged
      mysql-test/t/type_date.test:
        Auto merged
      mysys/array.c:
        Auto merged
      mysys/hash.c:
        Auto merged
      mysys/mf_qsort.c:
        Auto merged
      scripts/mysqld_safe.sh:
        Auto merged
      scripts/mysqlhotcopy.sh:
        Auto merged
      sql/item_timefunc.h:
        Auto merged
      sql/sql_base.cc:
        Auto merged
      sql/sql_yacc.yy:
        Auto merged
      sql/table.cc:
        Auto merged
      sql-bench/server-cfg.sh:
        Auto merged
      strings/Makefile.am:
        Auto merged
      b707a1ab
    • unknown's avatar
      Fixed bug in DATE_FORMAT when used with GROUP BY · d6998363
      unknown authored
      
      Build-tools/Do-compile:
        Fixed typo
      Docs/manual.texi:
        Changelog
      mysql-test/r/type_date.result:
        Added test of bug in DATE_FORMAT
      mysql-test/t/type_date.test:
        Added test of bug in DATE_FORMAT
      scripts/mysqlhotcopy.sh:
        Fix for RAID files
      sql/table.cc:
        Fixed typo in last patch
      d6998363
    • unknown's avatar
      Merge sinisa@work.mysql.com:/home/bk/mysql-4.0 · e578a2e2
      unknown authored
      into sinisa.nasamreza.org:/mnt/hdc/Sinisa/mysql-4.0
      
      
      e578a2e2
    • unknown's avatar
  8. 05 Mar, 2002 10 commits
  9. 04 Mar, 2002 3 commits