1. 07 Jul, 2004 1 commit
    • unknown's avatar
      my_md5sum: · 9a5ebc29
      unknown authored
        Exit properly
      
      
      Build-tools/my_md5sum:
        Exit properly
      9a5ebc29
  2. 29 Jun, 2004 1 commit
    • unknown's avatar
      my_md5sum: · 6239e522
      unknown authored
        Added code to use locally installed perl modules first
      
      
      Build-tools/my_md5sum:
        Added code to use locally installed perl modules first
      6239e522
  3. 24 Jun, 2004 2 commits
  4. 22 Jun, 2004 8 commits
  5. 21 Jun, 2004 3 commits
  6. 20 Jun, 2004 1 commit
  7. 19 Jun, 2004 1 commit
    • unknown's avatar
      mem0dbg.c: · f46aab6f
      unknown authored
        InnoDB with UNIV_MEM_DEBUG did not compile because a global variable was forgotten when we put back mem_print_info() functions 2 days ago; add that variable
      
      
      innobase/mem/mem0dbg.c:
        InnoDB with UNIV_MEM_DEBUG did not compile because a global variable was forgotten when we put back mem_print_info() functions 2 days ago; add that variable
      f46aab6f
  8. 18 Jun, 2004 7 commits
    • unknown's avatar
      Merge bk-internal.mysql.com:/home/bk/mysql-4.0 · 6d0755c1
      unknown authored
      into here.mwagner.org:/Volumes/BK/mysql-4.0-work
      
      
      BitKeeper/etc/logging_ok:
        auto-union
      6d0755c1
    • unknown's avatar
      my_md5sum: · 9c5ba5c7
      unknown authored
        new file, simulates 'md5sum' as a perl script
      
      
      BitKeeper/etc/logging_ok:
        Logging to logging@openlogging.org accepted
      9c5ba5c7
    • unknown's avatar
      mach0data.ic, mach0data.h: · 03a342ed
      unknown authored
        Improve documentation of mach_*write_*compressed()
      mtr0log.ic, mtr0log.h:
        Improve documentation of mlog_write_initial_log_record_fast()
      
      
      innobase/include/mtr0log.h:
        Improve documentation of mlog_write_initial_log_record_fast()
      innobase/include/mtr0log.ic:
        Improve documentation of mlog_write_initial_log_record_fast()
      innobase/include/mach0data.h:
        Improve documentation of mach_*write_*compressed()
      innobase/include/mach0data.ic:
        Improve documentation of mach_*write_*compressed()
      03a342ed
    • unknown's avatar
      Merge miguel@bk-internal.mysql.com:/home/bk/mysql-4.0 · 2c94b610
      unknown authored
      into hegel.txg:/home/miguel/bk/mysql-4.0
      
      2c94b610
    • unknown's avatar
      Fix for bug #4182 · 4b80d6fe
      unknown authored
      
      BitKeeper/etc/logging_ok:
        Logging to logging@openlogging.org accepted
      4b80d6fe
    • unknown's avatar
      Removed not used file sql_olap.cc · 511557c1
      unknown authored
      511557c1
    • unknown's avatar
      Applied patch from Novell (2004-06-03) · 9e336b70
      unknown authored
      9e336b70
  9. 17 Jun, 2004 16 commits
    • unknown's avatar
      Merge mysql.com:/home/my/mysql-3.23 into mysql.com:/home/my/mysql-4.0 · c333cce7
      unknown authored
      
      libmysql/libmysql.c:
        Auto merged
      c333cce7
    • unknown's avatar
      Merge bk-internal.mysql.com:/home/bk/mysql-4.0 · 58b01814
      unknown authored
      into mysql.com:/home/my/mysql-4.0
      
      58b01814
    • unknown's avatar
      Fixed unlikely bug in the range optimzer when using many IN() queries on... · 91768536
      unknown authored
      Fixed unlikely bug in the range optimzer when using many IN() queries on different key parts. (Bug #4157)
      
      
      mysql-test/r/range.result:
        Test of range optimizer bug
      mysql-test/t/range.test:
        Test of range optimizer bug
      sql/opt_range.cc:
        Fixed unlikely bug in the range optimzer when using many IN() queries on
        different key parts. (Bug #4157)
      91768536
    • unknown's avatar
      mem0dbg.h, mem0dbg.c: · d052e3ab
      unknown authored
        Put back mem_print_info() functions that are used to analyze memory leaks; Marko removed them by accident in his Feb 20th, 2004 patch; these functions are very important for debugging, and should always be kept in the source code base
      
      
      innobase/mem/mem0dbg.c:
        Put back mem_print_info() functions that are used to analyze memory leaks; Marko removed them by accident in his Feb 20th, 2004 patch; these functions are very important for debugging, and should always be kept in the source code base
      innobase/include/mem0dbg.h:
        Put back mem_print_info() functions that are used to analyze memory leaks; Marko removed them by accident in his Feb 20th, 2004 patch; these functions are very important for debugging, and should always be kept in the source code base
      d052e3ab
    • unknown's avatar
      Merge gbichot@bk-internal.mysql.com:/home/bk/mysql-3.23 · e9a759b5
      unknown authored
      into mysql.com:/home/mysql_src/mysql-3.23
      
      
      libmysql/libmysql.c:
        Auto merged
      e9a759b5
    • unknown's avatar
      Fix for BUG#4017 "mysql_real_connect buffer overflow" · 8d59135c
      unknown authored
      
      libmysql/libmysql.c:
        safety fix
      8d59135c
    • unknown's avatar
      que0que.c, srv0que.c: · 7ee664b1
      unknown authored
        Put asserts that make sure srv_que_task_enqueue() is never called under MySQL
      
      
      innobase/srv/srv0que.c:
        Put asserts that make sure srv_que_task_enqueu() is never called under MySQL
      innobase/que/que0que.c:
        Put asserts that make sure srv_que_task_enqueu() is never called under MySQL
      7ee664b1
    • unknown's avatar
      log0recv.c: · b959865a
      unknown authored
        Revert the patch that put log debug code behind UNIV_LOG_DEBUG
      
      
      innobase/log/log0recv.c:
        Revert the patch that put log debug code behind UNIV_LOG_DEBUG
      b959865a
    • unknown's avatar
      log0log.h: · 7228af67
      unknown authored
        Revert the patch that put log debug code behind UNIV_LOG_DEBUG
      log0log.ic, log0recv.c, log0log.c, log0log.h:
        Revert 1.1730.18.1 about UNIV_LOG_DEBUG: debug code is often needed in debugging the production version
      
      
      innobase/log/log0log.c:
        Revert 1.1730.18.1 about UNIV_LOG_DEBUG: debug code is often needed in debugging the production version
      innobase/log/log0recv.c:
        Revert 1.1730.18.1 about UNIV_LOG_DEBUG: debug code is often needed in debugging the production version
      innobase/include/log0log.ic:
        Revert 1.1730.18.1 about UNIV_LOG_DEBUG: debug code is often needed in debugging the production version
      innobase/include/log0log.h:
        Revert the patch that put log debug code behind UNIV_LOG_DEBUG
      7228af67
    • unknown's avatar
      Cset exclude: marko@hundin.mysql.fi|ChangeSet|20040316101802|63386 · f794626f
      unknown authored
      
      innobase/include/que0que.h:
        Exclude
      innobase/include/que0que.ic:
        Exclude
      innobase/que/que0que.c:
        Exclude
      f794626f
    • unknown's avatar
      Merge heikki@build.mysql.com:/home/bk/mysql-4.0 · 7f8f5743
      unknown authored
      into hundin.mysql.fi:/home/heikki/mysql-4.0
      
      7f8f5743
    • unknown's avatar
    • unknown's avatar
      Cset exclude: marko@hundin.mysql.fi|ChangeSet|20040311211202|05613 · 321e86a6
      unknown authored
      
      innobase/trx/trx0sys.c:
        Remove #ifdef UNIV_HOT_BACKUP: best to keep the codebase as uniform as possible
      innobase/dict/dict0dict.c:
        Exclude
      innobase/dict/dict0mem.c:
        Exclude
      innobase/ha/hash0hash.c:
        Exclude
      innobase/include/data0data.h:
        Exclude
      innobase/include/dict0mem.h:
        Exclude
      innobase/include/hash0hash.h:
        Exclude
      innobase/include/hash0hash.ic:
        Exclude
      innobase/include/mtr0mtr.h:
        Exclude
      innobase/include/row0ins.h:
        Exclude
      innobase/include/row0upd.h:
        Exclude
      innobase/row/row0ins.c:
        Exclude
      innobase/row/row0upd.c:
        Exclude
      innobase/thr/thr0loc.c:
        Exclude
      321e86a6
    • unknown's avatar
      Cset exclude: marko@hundin.mysql.fi|ChangeSet|20040526164114|35829 · 7dda1dde
      unknown authored
      
      innobase/que/que0que.c:
        Exclude
      7dda1dde
    • unknown's avatar
      srv0que.c: · 948d33fa
      unknown authored
        Revert Marko's untested changeset 1.1844.1.6 to the stable 4.0 version; stable 4.0 must NOT BE modified except in case of bugs
      srv0que.c, srv0que.h:
        new file
      
      
      innobase/srv/srv0que.c:
        Revert Marko's untested changeset 1.1844.1.6 to the stable 4.0 version; stable 4.0 must NOT BE modified except in case of bugs
      948d33fa
    • unknown's avatar
      Cset exclude: marko@hundin.mysql.fi|ChangeSet|20040525171209|56870 · c5482bcd
      unknown authored
      
      BitKeeper/deleted/.del-srv0que.c~d1feebb77b5a9b96:
        Exclude
      BitKeeper/deleted/.del-srv0que.h~f12ecb4b5afe203e:
        Exclude
      innobase/include/que0que.h:
        Exclude
      innobase/include/trx0roll.h:
        Exclude
      innobase/include/trx0trx.h:
        Exclude
      innobase/include/usr0sess.h:
        Exclude
      innobase/que/que0que.c:
        Exclude
      innobase/srv/Makefile.am:
        Exclude
      innobase/include/Makefile.am:
        Exclude
      innobase/srv/srv0srv.c:
        Exclude
      innobase/trx/trx0purge.c:
        Exclude
      innobase/trx/trx0roll.c:
        Exclude
      innobase/trx/trx0trx.c:
        Exclude
      innobase/usr/usr0sess.c:
        Exclude
      c5482bcd