1. 27 Mar, 2002 1 commit
    • unknown's avatar
      coverted my_thread_init() /end to use my_malloc()/my_free() to help track · 831ead39
      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
      831ead39
  2. 16 Mar, 2002 1 commit
    • unknown's avatar
      replication updates and bugfixes. Still not perfect - there is some strange · c315aec9
      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=
      c315aec9
  3. 10 Mar, 2002 1 commit
    • unknown's avatar
      slave start <options> to be able to do · 4a68cfbb
      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>
      4a68cfbb
  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 · cffe13d5
      unknown authored
      
      Docs/manual.texi:
        Auto merged
      cffe13d5
    • unknown's avatar
      Update test results · 49717805
      unknown authored
      49717805
    • unknown's avatar
      manual.texi Document when --xml was added to mysql/mysqldump. · 3959334b
      unknown authored
      
      Docs/manual.texi:
        Document when --xml was added to mysql/mysqldump.
      3959334b
    • unknown's avatar
      Merge paul@work.mysql.com:/home/bk/mysql-4.0 · 93803ebb
      unknown authored
      into teton.kitebird.com:/home/paul/mysql-4.0
      
      
      Docs/manual.texi:
        Auto merged
      93803ebb
    • unknown's avatar
      merge · ed12abb2
      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
      ed12abb2
    • unknown's avatar
      merge · eca1e0e3
      unknown authored
      
      configure.in:
        Auto merged
      Docs/manual.texi:
        Auto merged
      libmysql/libmysql.c:
        Auto merged
      eca1e0e3
    • unknown's avatar
      Portability fixes · 39d05031
      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
      39d05031
    • unknown's avatar
      Fix for --enable-local-infile · 57b2bd79
      unknown authored
      
      Docs/manual.texi:
        Changelog
      acinclude.m4:
        Cleanup --help output
      libmysql/libmysql.c:
        Fix for reading option groups in client
      57b2bd79
    • unknown's avatar
      merge · 8b1b90dd
      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
      8b1b90dd
    • unknown's avatar
      Fixed bug in DATE_FORMAT when used with GROUP BY · 1f5341d3
      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
      1f5341d3
    • unknown's avatar
      Merge sinisa@work.mysql.com:/home/bk/mysql-4.0 · 31f95f4c
      unknown authored
      into sinisa.nasamreza.org:/mnt/hdc/Sinisa/mysql-4.0
      
      31f95f4c
    • unknown's avatar
  8. 05 Mar, 2002 10 commits
  9. 04 Mar, 2002 3 commits