1. 17 Jan, 2002 2 commits
  2. 13 Jan, 2002 2 commits
    • unknown's avatar
      mysqldump.c: · aec8b894
      unknown authored
        Inc the version
      
      
      client/mysqldump.c:
        Inc the version
      aec8b894
    • unknown's avatar
      mysqldump.c: · 27f28296
      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
      27f28296
  3. 04 Jan, 2002 3 commits
    • unknown's avatar
      ut0mem.c: · 33c13daf
      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
      33c13daf
    • unknown's avatar
      os0file.c: · 29395436
      unknown authored
        Add better error message if access rights are wrong
      
      
      innobase/os/os0file.c:
        Add better error message if access rights are wrong
      29395436
    • unknown's avatar
      srv0start.c: · 04b45b17
      unknown authored
        Fix typo
      
      
      innobase/srv/srv0start.c:
        Fix typo
      04b45b17
  4. 03 Jan, 2002 1 commit
    • unknown's avatar
      os0file.c: · be89cb71
      unknown authored
        Improve error messages which may occur in installation
      
      
      innobase/os/os0file.c:
        Improve error messages which may occur in installation
      be89cb71
  5. 02 Jan, 2002 3 commits
  6. 31 Dec, 2001 1 commit
    • unknown's avatar
      row0mysql.c: · c7552758
      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
      c7552758
  7. 30 Dec, 2001 2 commits
  8. 27 Dec, 2001 6 commits
  9. 26 Dec, 2001 1 commit
    • unknown's avatar
      os0file.c: · cb25ddd1
      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
      cb25ddd1
  10. 25 Dec, 2001 1 commit
    • unknown's avatar
      mysqld.cc: · 1b6afd02
      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
      1b6afd02
  11. 24 Dec, 2001 1 commit
    • unknown's avatar
      log0recv.c: · 42c224c3
      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
      42c224c3
  12. 23 Dec, 2001 1 commit
    • unknown's avatar
      ha_innobase.cc: · c428e807
      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
      c428e807
  13. 22 Dec, 2001 3 commits
    • unknown's avatar
      data0type.ic, rem0cmp.c: · 5a75207c
      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
      5a75207c
    • unknown's avatar
      ha_innobase.h: · 1b9930b1
      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
      1b9930b1
    • unknown's avatar
      ha_innobase.cc: · 474ed9fd
      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
      474ed9fd
  14. 21 Dec, 2001 1 commit
    • unknown's avatar
      Fixed shutdown problem on HPUX · 8ab263d1
      unknown authored
      
      Docs/manual.texi:
        Changelog
      mysql-test/r/innodb.result:
        Update results after InnoDB optimizer changes.
      8ab263d1
  15. 20 Dec, 2001 2 commits
    • unknown's avatar
      row0ins.c: · 9d9e0a08
      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
      9d9e0a08
    • unknown's avatar
      log0recv.c: · a1b810cc
      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
      a1b810cc
  16. 19 Dec, 2001 3 commits
  17. 18 Dec, 2001 1 commit
    • unknown's avatar
      ha_innobase.cc: · 29e9750a
      unknown authored
        Add better instructions on how to specify innodb_data_file_path etc.
      
      
      sql/ha_innobase.cc:
        Add better instructions on how to specify innodb_data_file_path etc.
      29e9750a
  18. 17 Dec, 2001 5 commits
    • unknown's avatar
      621be521
    • unknown's avatar
      Added DO command · 1808d80f
      unknown authored
      
      Docs/manual.texi:
        ChangeLog
      sql/gen_lex_hash.cc:
        Safety fix
      1808d80f
    • unknown's avatar
      ha_innobase.cc, dict0dict.c: · d7bd5868
      unknown authored
        Cleanup
      
      
      innobase/dict/dict0dict.c:
        Cleanup
      sql/ha_innobase.cc:
        Cleanup
      d7bd5868
    • unknown's avatar
      dict0mem.c, dict0dict.c, row0mysql.c, dict0mem.h: · b41e57a7
      unknown authored
        Do less statistics calculations for tables
      dict0mem.h, row0mysql.c:
        Make calculation of new statistics less frequent, because the statistics in 3.23.44 involves many random disk reads
      
      
      innobase/include/dict0mem.h:
        Do less statistics calculations for tables
      innobase/row/row0mysql.c:
        Do less statistics calculations for tables
      innobase/dict/dict0dict.c:
        Do less statistics calculations for tables
      innobase/dict/dict0mem.c:
        Do less statistics calculations for tables
      b41e57a7
    • unknown's avatar
      ha_innobase.cc: · 56a8ad59
      unknown authored
        Do not automatically calculate new statistics when a temporary table is used by MySQL in a query. The fact that some ORDER BY queries were slow may have been explained by this unnecessary statistics calculation.
      
      
      sql/ha_innobase.cc:
        Do not automatically calculate new statistics when a temporary table is used by MySQL in a query. The fact that some ORDER BY queries were slow may have been explained by this unnecessary statistics calculation.
      56a8ad59
  19. 15 Dec, 2001 1 commit