1. 09 Oct, 2002 6 commits
  2. 08 Oct, 2002 7 commits
  3. 07 Oct, 2002 4 commits
  4. 06 Oct, 2002 1 commit
    • unknown's avatar
      os0file.c: · c41be8bc
      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
      c41be8bc
  5. 05 Oct, 2002 3 commits
    • unknown's avatar
      btr0cur.c: · be4a8d7f
      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
      be4a8d7f
    • unknown's avatar
      Merge sinisa@work.mysql.com:/home/bk/mysql · 30eb9d90
      unknown authored
      into sinisa.nasamreza.org:/mnt/work/mysql
      
      30eb9d90
    • unknown's avatar
      Small fix in mysqld_safe for some shells · afa70778
      unknown authored
      afa70778
  6. 03 Oct, 2002 7 commits
    • unknown's avatar
      lock0lock.c: · 0603c73b
      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
      0603c73b
    • unknown's avatar
      ha_innobase.cc: · da4c1728
      unknown authored
        Remove unintentionally pushed assert
      
      
      sql/ha_innobase.cc:
        Remove unintentionally pushed assert
      da4c1728
    • unknown's avatar
      Merge heikki@work.mysql.com:/home/bk/mysql · c45591b5
      unknown authored
      into hundin.mysql.fi:/home/heikki/mysql
      
      c45591b5
    • unknown's avatar
      Merge lgrimmer@work.mysql.com:/home/bk/mysql · 4984f5e6
      unknown authored
      into mysql.com:/space/my/mysql-3.23
      
      4984f5e6
    • unknown's avatar
      - rearranged test order in Do-compile (BDB tends to fail more often than · 0af90cf2
      unknown authored
         InnoDB, so test it after InnoDB)
      
      
      Build-tools/Do-compile:
         - Test BDB after InnoDB (BDB tends to fail more often than InnoDB)
      0af90cf2
    • unknown's avatar
      ha_innobase.cc, ha_innobase.h: · 37c05d2e
      unknown authored
        Backport from 4.0.4 the bug fix of the crash when a temporary table was created inside LOCK TABLES and used
      
      
      sql/ha_innobase.h:
        Backport from 4.0.4 the bug fix of the crash when a temporary table was created inside LOCK TABLES and used
      sql/ha_innobase.cc:
        Backport from 4.0.4 the bug fix of the crash when a temporary table was created inside LOCK TABLES and used
      37c05d2e
    • unknown's avatar
      os0thread.h: · a0951cb4
      unknown authored
        Fix the probable reason why InnoDB versions after July 2, 2002 did not start properly in some Win 95/98/ME computers
      
      
      innobase/include/os0thread.h:
        Fix the probable reason why InnoDB versions after July 2, 2002 did not start properly in some Win 95/98/ME computers
      a0951cb4
  7. 02 Oct, 2002 3 commits
    • unknown's avatar
      - applied fix from 4.0 configure.in required to build shared libraries · ff637b24
      unknown authored
         with static glibc installed
      
      
      configure.in:
         - Better fix for building shared libraries with a patched glibc
           (from 4.0 tree)
         - removed obsolete comment
      ff637b24
    • unknown's avatar
      Merge mysql.com:/space/my/mysql-3.23 · d63e3aa7
      unknown authored
      into mysql.com:/space/my/mysql-3.23-spec
      
      d63e3aa7
    • unknown's avatar
      - Small fix for support-files/mysql.spec.sh · 0285c625
      unknown authored
       - Updated scripts/make_binary_distribution.sh to include the correct
         ChangeLog and the LICENSE file for non-GPL builds
      
      
      scripts/make_binary_distribution.sh:
         - Add BK ChangeLog (if existing) instead of sql/ChangeLog, which is
           not updated anymore since we switched to BK
         - Add LICENSE, if exists (required for non-GPL binary builds)
      support-files/mysql.spec.sh:
         - MySQL-Max now requires MySQL to be the same version (to
           avoid version mismatches e.g. mixing 3.23.xx and 4.0 packages)
      0285c625
  8. 01 Oct, 2002 1 commit
    • unknown's avatar
      lock0lock.c: · b38bf262
      unknown authored
        Fix bug: the AUTO-INC lock was held to the end of trx if it was granted after a lock wait
      
      
      innobase/lock/lock0lock.c:
        Fix bug: the AUTO-INC lock was held to the end of trx if it was granted after a lock wait
      b38bf262
  9. 27 Sep, 2002 2 commits
  10. 24 Sep, 2002 1 commit
    • unknown's avatar
      - backported gcc 3.0 linking fix from 4.0 · 66fd2a9b
      unknown authored
       - some cosmetical fixups (typos, comments)
      
      
      client/mysqlbinlog.cc:
         - fix for gcc 3.0
      configure.in:
         - fix for gcc 3.0
         - some cosmetic modifications (typos, comments)
      include/global.h:
         - fix for gcc 3.0
         - some cosmetical fixes (typos, comments)
      sql/mysqld.cc:
         - fix for gcc 3.0
      66fd2a9b
  11. 23 Sep, 2002 4 commits
  12. 22 Sep, 2002 1 commit