1. 07 Feb, 2002 1 commit
    • unknown's avatar
      Update to autoconf 2.52 · a816b25a
      unknown authored
      Fix of InnoDB variables in SHOW VARIABLES
      Fix for ALTER TABLE and InnoDB
      
      
      BUILD/FINISH.sh:
        Update to autoconf 2.52
      BUILD/SETUP.sh:
        Update to autoconf 2.52
      BUILD/compile-alpha:
        Update to autoconf 2.52
      BUILD/compile-pentium-gcov:
        Update to autoconf 2.52
      BUILD/compile-pentium-gprof:
        Update to autoconf 2.52
      BUILD/compile-pentium:
        Update to autoconf 2.52
      Docs/manual.texi:
        Changelog
      acconfig.h:
        Update to autoconf 2.52
      acinclude.m4:
        Update to autoconf 2.52
      bdb/dist/configure.in:
        Update to autoconf 2.52
      client/Makefile.am:
        Update to autoconf 2.52
      configure.in:
        Update to autoconf 2.52
      mysql-test/r/innodb.result:
        Update of InnoDB Cardinality values
      mysys/Makefile.am:
        Update to autoconf 2.52
      scripts/Makefile.am:
        Update to autoconf 2.52
      sql/ha_innobase.cc:
        Fix of InnoDB variables in SHOW VARIABLES
      sql/ha_innobase.h:
        Fix of InnoDB variables in SHOW VARIABLES
      sql/sql_table.cc:
        Fix for ALTER TABLE and InnoDB
      support-files/my-huge.cnf.sh:
        Fixed typo
      support-files/my-large.cnf.sh:
        Fixed typo
      support-files/my-medium.cnf.sh:
        Fixed typo
      support-files/my-small.cnf.sh:
        Fixed typo
      a816b25a
  2. 30 Jan, 2002 3 commits
    • unknown's avatar
      49e4a3a3
    • unknown's avatar
      Fix in SHOW GRANTS: REFERENCE -> REFERENCES · e1994451
      unknown authored
      
      Docs/manual.texi:
        changelog
      sql/sql_acl.cc:
        Fix REFERENCE -> REFERENCES
      e1994451
    • unknown's avatar
      ha_innobase.cc: · 37cebe2a
      unknown authored
        Assume selectivity of any key prefix is better than 1 / 100, regardless of what the estimator returns; this balances the pessimistic assumption of the optimizer thatany secondary key access to the full row incurs a page read from disk
      
      
      sql/ha_innobase.cc:
        Assume selectivity of any key prefix is better than 1 / 100, regardless of what the estimator returns; this balances the pessimistic assumption of the optimizer thatany secondary key access to the full row incurs a page read from disk
      37cebe2a
  3. 29 Jan, 2002 2 commits
    • unknown's avatar
      mem0mem.c: · 03281dce
      unknown authored
        Add more diagnostic code to cath possible memory corruption
      
      
      innobase/mem/mem0mem.c:
        Add more diagnostic code to cath possible memory corruption
      03281dce
    • unknown's avatar
      page0page.ic: · 759e3249
      unknown authored
        Add an assert
      dyn0dyn.h:
        Reduce stack consumption
      
      
      innobase/include/dyn0dyn.h:
        Reduce stack consumption
      innobase/include/page0page.ic:
        Add an assert
      759e3249
  4. 28 Jan, 2002 1 commit
    • unknown's avatar
      Many files: · d54ddb64
      unknown authored
        Merge InnoDB-.48
      
      
      sql/ha_innobase.cc:
        Merge InnoDB-.48
      innobase/include/dict0dict.h:
        Merge InnoDB-.48
      innobase/include/dict0mem.h:
        Merge InnoDB-.48
      innobase/include/mem0dbg.h:
        Merge InnoDB-.48
      innobase/include/mem0mem.h:
        Merge InnoDB-.48
      innobase/include/que0que.h:
        Merge InnoDB-.48
      innobase/include/row0mysql.h:
        Merge InnoDB-.48
      innobase/include/srv0srv.h:
        Merge InnoDB-.48
      innobase/include/trx0sys.h:
        Merge InnoDB-.48
      innobase/include/trx0trx.h:
        Merge InnoDB-.48
      innobase/include/mem0mem.ic:
        Merge InnoDB-.48
      innobase/dict/dict0dict.c:
        Merge InnoDB-.48
      innobase/dict/dict0mem.c:
        Merge InnoDB-.48
      innobase/log/log0recv.c:
        Merge InnoDB-.48
      innobase/mem/mem0dbg.c:
        Merge InnoDB-.48
      innobase/mem/mem0mem.c:
        Merge InnoDB-.48
      innobase/pars/lexyy.c:
        Merge InnoDB-.48
      innobase/que/que0que.c:
        Merge InnoDB-.48
      innobase/rem/rem0rec.c:
        Merge InnoDB-.48
      innobase/row/row0mysql.c:
        Merge InnoDB-.48
      innobase/row/row0sel.c:
        Merge InnoDB-.48
      innobase/srv/srv0srv.c:
        Merge InnoDB-.48
      innobase/sync/sync0arr.c:
        Merge InnoDB-.48
      innobase/trx/trx0sys.c:
        Merge InnoDB-.48
      innobase/trx/trx0trx.c:
        Merge InnoDB-.48
      innobase/trx/trx0undo.c:
        Merge InnoDB-.48
      d54ddb64
  5. 22 Jan, 2002 1 commit
    • unknown's avatar
      ha_innobase.cc, ha_innobase.h, handler.h, handler.cc, sql_class.h, log.cc: · a496a71b
      unknown authored
        Tell table handlers where a binlog segment for a trx ends
      
      
      sql/log.cc:
        Tell table handlers where a binlog segment for a trx ends
      sql/sql_class.h:
        Tell table handlers where a binlog segment for a trx ends
      sql/handler.cc:
        Tell table handlers where a binlog segment for a trx ends
      sql/handler.h:
        Tell table handlers where a binlog segment for a trx ends
      sql/ha_innobase.h:
        Tell table handlers where a binlog segment for a trx ends
      sql/ha_innobase.cc:
        Tell table handlers where a binlog segment for a trx ends
      a496a71b
  6. 19 Jan, 2002 1 commit
  7. 17 Jan, 2002 2 commits
  8. 13 Jan, 2002 2 commits
    • unknown's avatar
      mysqldump.c: · 25ff8ee8
      unknown authored
        Inc the version
      
      
      client/mysqldump.c:
        Inc the version
      25ff8ee8
    • unknown's avatar
      mysqldump.c: · 462d2358
      unknown authored
        Added missing 'Q' for -Q option
      
      
      client/mysqldump.c:
        Added missing 'Q' for -Q option
      BitKeeper/etc/logging_ok:
        Logging to logging@openlogging.org accepted
      462d2358
  9. 04 Jan, 2002 3 commits
    • unknown's avatar
      ut0mem.c: · a55f109b
      unknown authored
        Better error message if we hit the max process size in FreeBSD
      
      
      innobase/ut/ut0mem.c:
        Better error message if we hit the max process size in FreeBSD
      a55f109b
    • unknown's avatar
      os0file.c: · 601fa58a
      unknown authored
        Add better error message if access rights are wrong
      
      
      innobase/os/os0file.c:
        Add better error message if access rights are wrong
      601fa58a
    • unknown's avatar
      srv0start.c: · 3f78cfe8
      unknown authored
        Fix typo
      
      
      innobase/srv/srv0start.c:
        Fix typo
      3f78cfe8
  10. 03 Jan, 2002 1 commit
    • unknown's avatar
      os0file.c: · 009e9279
      unknown authored
        Improve error messages which may occur in installation
      
      
      innobase/os/os0file.c:
        Improve error messages which may occur in installation
      009e9279
  11. 02 Jan, 2002 3 commits
  12. 31 Dec, 2001 1 commit
    • unknown's avatar
      row0mysql.c: · 7e47ae6d
      unknown authored
        Remove erroneous warning of a duplicate key when the key in a UNIQUE secondary index contains a NULL
      
      
      innobase/row/row0mysql.c:
        Remove erroneous warning of a duplicate key when the key in a UNIQUE secondary index contains a NULL
      7e47ae6d
  13. 30 Dec, 2001 2 commits
  14. 27 Dec, 2001 6 commits
  15. 26 Dec, 2001 1 commit
    • unknown's avatar
      os0file.c: · 519c88af
      unknown authored
        Make os_file_flush to ignore the error we get from a raw device in fsync
      
      
      innobase/os/os0file.c:
        Make os_file_flush to ignore the error we get from a raw device in fsync
      519c88af
  16. 25 Dec, 2001 1 commit
    • unknown's avatar
      mysqld.cc: · d299dfc4
      unknown authored
        Changed default of file_io_threads to 4 and lock_wait_timeout to 50 seconds
        Added a missing break: if not specified, innodb_fast_shutdown got the same value as ..flush_log_at_trx commit
      
      
      sql/mysqld.cc:
        Changed default of file_io_threads to 4 and lock_wait_timeout to 50 seconds
      d299dfc4
  17. 24 Dec, 2001 1 commit
    • unknown's avatar
      log0recv.c: · 044d2959
      unknown authored
        Print progress info of the applying log records to the database phase in recovery
      srv0srv.c:
        Do buffer pool flush and checkpoints more often to make recovery faster
      
      
      innobase/srv/srv0srv.c:
        Do buffer pool flush and checkpoints more often to make recovery faster
      innobase/log/log0recv.c:
        Print progress info of the applying log records to the database phase in recovery
      044d2959
  18. 23 Dec, 2001 1 commit
    • unknown's avatar
      ha_innobase.cc: · a563b55d
      unknown authored
        Increase table comment print size to 500 bytes to be able to print more foreign key constraint infos
      ha_innobase.h:
        Change max key len back to 500 bytes because MySQL interpreter cannot handle more
      
      
      sql/ha_innobase.h:
        Change max key len back to 500 bytes because MySQL interpreter cannot handle more
      sql/ha_innobase.cc:
        Increase table comment print size to 500 bytes to be able to print more foreign key constraint infos
      a563b55d
  19. 22 Dec, 2001 3 commits
    • unknown's avatar
      data0type.ic, rem0cmp.c: · 39ddc517
      unknown authored
        Allow foreign keys refer between fixed and var length strings
      
      
      innobase/rem/rem0cmp.c:
        Allow foreign keys refer between fixed and var length strings
      innobase/include/data0type.ic:
        Allow foreign keys refer between fixed and var length strings
      39ddc517
    • unknown's avatar
      ha_innobase.h: · 8d596cae
      unknown authored
        Lower max key len to 3500 bytes because a secondary index record must also contain the primary key value
      
      
      sql/ha_innobase.h:
        Lower max key len to 3500 bytes because a secondary index record must also contain the primary key value
      8d596cae
    • unknown's avatar
      ha_innobase.cc: · 46f3c488
      unknown authored
        Make sure no memory overrun of key buffer in range estimation
      
      
      sql/ha_innobase.cc:
        Make sure no memory overrun of key buffer in range estimation
      46f3c488
  20. 21 Dec, 2001 1 commit
    • unknown's avatar
      Fixed shutdown problem on HPUX · db046dfd
      unknown authored
      
      Docs/manual.texi:
        Changelog
      mysql-test/r/innodb.result:
        Update results after InnoDB optimizer changes.
      db046dfd
  21. 20 Dec, 2001 2 commits
    • unknown's avatar
      row0ins.c: · d069c7b7
      unknown authored
        Allow equal key values in a unique secondary index if the key value contains an SQL NULL
      
      
      innobase/row/row0ins.c:
        Allow equal key values in a unique secondary index if the key value contains an SQL NULL
      d069c7b7
    • unknown's avatar
      log0recv.c: · f9298e99
      unknown authored
        Add warnings to recovery in some cases where log file might be corrupt and consequently recovery can be trusted less than normally
      
      
      innobase/log/log0recv.c:
        Add warnings to recovery in some cases where log file might be corrupt and consequently recovery can be trusted less than normally
      f9298e99
  22. 19 Dec, 2001 1 commit