1. 15 Oct, 2002 7 commits
  2. 14 Oct, 2002 3 commits
  3. 13 Oct, 2002 3 commits
    • unknown's avatar
      Allocate HEAP blocks in smaller blocks to get better memory utilization and... · 61632073
      unknown authored
      Allocate HEAP blocks in smaller blocks to get better memory utilization and more speed when used with safemalloc.
      Don't initalize memory areas when run with --skip-safemalloc.
      
      
      Docs/manual.texi:
        ChangeLog
      heap/heapdef.h:
        Allocate HEAP blocks in smaller blocks to get better memory utilization and more speed when used with safemalloc.
      heap/hp_open.c:
        Allocate HEAP blocks in smaller blocks to get better memory utilization and more speed when used with safemalloc.
      mysys/safemalloc.c:
        Don't initalize memory areas when run with --skip-safemalloc.
        This can in some cases increase speed with 20 times when debugging
      61632073
    • unknown's avatar
      - fixed formatting in MySQLEULA.txt · 4442b7fa
      unknown authored
      
      Docs/MySQLEULA.txt:
         - replaced tabs with spaces
      4442b7fa
    • unknown's avatar
      - Tagged ChangeSet 1.1224 as "mysql-3.23.53" · e484a91e
      unknown authored
       - bumped up version number to 3.23.54 in configure.in
       - replaced Docs/LICENSE with Docs/MySQLEULA.txt and modified
         scripts/make_binary_distribution.sh and Build-tools/mysql-copyright*
         accordingly.
      
      
      BitKeeper/deleted/.del-LICENSE~4cfaff8de837acb8:
        Delete: Docs/LICENSE
      Build-tools/mysql-copyright-2:
         - replaced LICENSE with MySQLEULA.txt
      Build-tools/mysql-copyright:
         - use "tar" instead of "gtar"
         - replaced LICENSE with MySQLEULA.txt
      configure.in:
         - Bumped up version number to 3.23.54 now that 3.23.53 has been
           tagged
      scripts/make_binary_distribution.sh:
         - replaced LICENSE with MySQLEULA.txt
      e484a91e
  4. 12 Oct, 2002 1 commit
  5. 11 Oct, 2002 1 commit
    • unknown's avatar
      os0thread.c: · 23cce6c2
      unknown authored
        Fix compilation error on HP-UX-11: pthread_t is a scalar there, not a struct like in HP-UX-10.20
      
      
      innobase/os/os0thread.c:
        Fix compilation error on HP-UX-11: pthread_t is a scalar there, not a struct like in HP-UX-10.20
      23cce6c2
  6. 10 Oct, 2002 1 commit
  7. 09 Oct, 2002 6 commits
  8. 08 Oct, 2002 7 commits
  9. 07 Oct, 2002 4 commits
  10. 06 Oct, 2002 1 commit
    • unknown's avatar
      os0file.c: · 03af773b
      unknown authored
        SHOW INNODB STATUS always showed average bytes read as 0 in Unix
      
      
      innobase/os/os0file.c:
        SHOW INNODB STATUS always showed average bytes read as 0 in Unix
      03af773b
  11. 05 Oct, 2002 3 commits
    • unknown's avatar
      btr0cur.c: · 25b2d475
      unknown authored
        Do not let range estimator to return over 1 / 2 of total rows in table; use longlong in range estimation
      btr0cur.h, ha_innobase.cc:
        Use longlong in range estimation, in case there are > 4 billion rows
      
      
      sql/ha_innobase.cc:
        Use longlong in range estimation, in case there are > 4 billion rows
      innobase/include/btr0cur.h:
        Use longlong in range estimation, in case there are > 4 billion rows
      innobase/btr/btr0cur.c:
        Do not let range estimator to return over 1 / 2 of total rows in table; use longlong in range estimation
      25b2d475
    • unknown's avatar
      Merge sinisa@work.mysql.com:/home/bk/mysql · bbbbe68d
      unknown authored
      into sinisa.nasamreza.org:/mnt/work/mysql
      
      
      bbbbe68d
    • unknown's avatar
      Small fix in mysqld_safe for some shells · 987474a6
      unknown authored
      987474a6
  12. 03 Oct, 2002 3 commits
    • unknown's avatar
      lock0lock.c: · ed175a5e
      unknown authored
        Fix bug: if SHOW INNODB STATUS or innodb_monitor printed several hundred transactions, the output was truncated and we forgot to release the kernel mutex
      
      
      innobase/lock/lock0lock.c:
        Fix bug: if SHOW INNODB STATUS or innodb_monitor printed several hundred transactions, the output was truncated and we forgot to release the kernel mutex
      ed175a5e
    • unknown's avatar
      ha_innobase.cc: · b05f22d9
      unknown authored
        Remove unintentionally pushed assert
      
      
      sql/ha_innobase.cc:
        Remove unintentionally pushed assert
      b05f22d9
    • unknown's avatar
      Merge heikki@work.mysql.com:/home/bk/mysql · 050fd27c
      unknown authored
      into hundin.mysql.fi:/home/heikki/mysql
      
      
      050fd27c