1. 12 Jul, 2001 1 commit
    • unknown's avatar
      fixed race condition in automatic binlog rotation · 1f41db29
      unknown authored
      remove extension from binary log if the user specifies one to avoid
          non-rotatable logs
      fixed possible use of unitialized IO_CACHE in debug mode
      
      
      sql/log.cc:
        fixed race condition in automatic binlog rotation
      sql/mysqld.cc:
        remove extension from binary log if the user specifies one to avoid
        non-rotatable logs
      sql/slave.cc:
        fixed race condition with slave thread during server shutdown
      sql/sql_class.h:
        new_file() needed an argument to know if it was called withing the 
        log mutex or not
      sql/sql_repl.cc:
        fixed possible use of unitialized IO_CACHE in debug mode
      1f41db29
  2. 11 Jul, 2001 2 commits
  3. 10 Jul, 2001 3 commits
  4. 07 Jul, 2001 2 commits
  5. 06 Jul, 2001 1 commit
  6. 05 Jul, 2001 2 commits
  7. 03 Jul, 2001 4 commits
  8. 02 Jul, 2001 1 commit
  9. 29 Jun, 2001 13 commits
  10. 28 Jun, 2001 5 commits
  11. 27 Jun, 2001 1 commit
  12. 24 Jun, 2001 4 commits
    • unknown's avatar
      mysqld.cc Put OPT_INNODB_UNIX_FILE_FLUSH_METHOD to mysqld.cc enum type · 5b47d101
      unknown authored
      
      sql/mysqld.cc:
        Put OPT_INNODB_UNIX_FILE_FLUSH_METHOD to mysqld.cc enum type
      5b47d101
    • unknown's avatar
      univ.i Added a new debug define option · 3b5cee2e
      unknown authored
      sync0sync.ic	Do not use GCC in-line assembly
      srv0start.h	Eliminate a deadlock of threads at startup
      buf0buf.h	Add some debug functions
      srv0start.c	Remove a printf
      
      
      innobase/srv/srv0start.c:
        Remove a printf
      innobase/include/buf0buf.h:
        Add some debug functions
      innobase/include/srv0start.h:
        Eliminate a deadlock of threads at startup
      innobase/include/sync0sync.ic:
        Do not use GCC in-line assembly
      innobase/include/univ.i:
        Added a new debug define option
      3b5cee2e
    • unknown's avatar
      sync0sync.c Do not use in-line assembly in GCC · 5b6c9620
      unknown authored
      srv0start.c	Eliminate a deadlock of threads at startup
      row0mysql.c	Several bug fixes
      row0umod.c	Several bug fixes
      row0upd.c	Several bug fixes
      os0file.c	Revert back to fsync as default flush method
      log0recv.c	Several bug fixes
      ibuf0ibuf.c	Several bug fixes
      fsp0fsp.c	Several bug fixes
      trx0undo.c	Put some assertions to uncover possible bugs
      dict0boot.c	Several bug fixes
      
      
      innobase/dict/dict0boot.c:
        Several bug fixes
      innobase/trx/trx0undo.c:
        Put some assertions to uncover possible bugs
      innobase/fsp/fsp0fsp.c:
        Several bug fixes
      innobase/ibuf/ibuf0ibuf.c:
        Several bug fixes
      innobase/log/log0recv.c:
        Several bug fixes
      innobase/os/os0file.c:
        Revert back to fsync as default flush method
      innobase/row/row0mysql.c:
        Several bug fixes
      innobase/row/row0umod.c:
        Several bug fixes
      innobase/row/row0upd.c:
        Several bug fixes
      innobase/srv/srv0start.c:
        Eliminate a deadlock of threads at startup
      innobase/sync/sync0sync.c:
        Do not use in-line assembly in GCC
      5b6c9620
    • unknown's avatar
      buf0buf.c Several bug fixes · ecb14493
      unknown authored
      buf0flu.c	Several bug fixes
      buf0rea.c	Several bug fixes
      buf0lru.c	Clearer error message
      
      
      innobase/buf/buf0lru.c:
        Clearer error message
      innobase/buf/buf0buf.c:
        Several bug fixes
      innobase/buf/buf0flu.c:
        Several bug fixes
      innobase/buf/buf0rea.c:
        Several bug fixes
      ecb14493
  13. 23 Jun, 2001 1 commit