1. 09 Oct, 2002 2 commits
  2. 08 Oct, 2002 7 commits
  3. 07 Oct, 2002 4 commits
  4. 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
  5. 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
  6. 03 Oct, 2002 7 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
    • unknown's avatar
      Merge lgrimmer@work.mysql.com:/home/bk/mysql · b7c46250
      unknown authored
      into mysql.com:/space/my/mysql-3.23
      
      
      b7c46250
    • unknown's avatar
      - rearranged test order in Do-compile (BDB tends to fail more often than · 3c1e16c5
      unknown authored
         InnoDB, so test it after InnoDB)
      
      
      Build-tools/Do-compile:
         - Test BDB after InnoDB (BDB tends to fail more often than InnoDB)
      3c1e16c5
    • unknown's avatar
      ha_innobase.cc, ha_innobase.h: · 3a088a32
      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
      3a088a32
    • unknown's avatar
      os0thread.h: · 28ebf117
      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
      28ebf117
  7. 02 Oct, 2002 3 commits
    • unknown's avatar
      - applied fix from 4.0 configure.in required to build shared libraries · 421514ae
      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
      421514ae
    • unknown's avatar
      Merge mysql.com:/space/my/mysql-3.23 · a829c4c0
      unknown authored
      into mysql.com:/space/my/mysql-3.23-spec
      
      
      a829c4c0
    • unknown's avatar
      - Small fix for support-files/mysql.spec.sh · 8bc99030
      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)
      8bc99030
  8. 01 Oct, 2002 1 commit
    • unknown's avatar
      lock0lock.c: · 821c77c7
      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
      821c77c7
  9. 27 Sep, 2002 2 commits
  10. 24 Sep, 2002 1 commit
    • unknown's avatar
      - backported gcc 3.0 linking fix from 4.0 · a9acc8e6
      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
      a9acc8e6
  11. 23 Sep, 2002 4 commits
  12. 22 Sep, 2002 2 commits
  13. 21 Sep, 2002 1 commit
    • unknown's avatar
      Change name -> alias in TABLE_LIST. · b804e278
      unknown authored
      Added missing mutex-lock around critical section in GRANT handling.
      
      
      Docs/manual.texi:
        ChangeLog
      sql/lock.cc:
        Change name -> alias in TABLE_LIST.
      sql/slave.cc:
        Change name -> alias in TABLE_LIST.
      sql/sql_acl.cc:
        Added missing mutex-lock around critical section in GRANT handling.
        Changed name -> alias
      sql/sql_base.cc:
        Change name -> alias in TABLE_LIST.
      sql/sql_insert.cc:
        Change name -> alias in TABLE_LIST.
      sql/sql_parse.cc:
        Change name -> alias in TABLE_LIST.
      sql/sql_show.cc:
        Change name -> alias in TABLE_LIST.
      sql/sql_table.cc:
        Change name -> alias in TABLE_LIST.
      sql/sql_udf.cc:
        Change name -> alias in TABLE_LIST.
      sql/table.h:
        Change name -> alias in TABLE_LIST.
      tests/grant.pl:
        Fixed grant test
      b804e278
  14. 20 Sep, 2002 1 commit
  15. 17 Sep, 2002 1 commit
    • unknown's avatar
      Fixed bug with BINARY NULL · e4860747
      unknown authored
      
      Docs/manual.texi:
        ChangeLog
      mysql-test/r/binary.result:
        Test of binary NULL
      mysql-test/t/binary.test:
        Test of binary NULL
      e4860747