An error occurred fetching the project authors.
  1. 20 Apr, 2006 1 commit
  2. 27 Jun, 2005 1 commit
  3. 21 Jun, 2005 1 commit
  4. 20 Jun, 2005 1 commit
  5. 15 Jun, 2005 1 commit
  6. 18 Apr, 2005 1 commit
  7. 09 Mar, 2005 1 commit
    • heikki@hundin.mysql.fi's avatar
      log0recv.c: · 2ec7c5f4
      heikki@hundin.mysql.fi authored
        Better ibbackup message
        Add a message explaining why we do a 'crash recovery' after an ibbackup restore; suggested by Tim Smith
      2ec7c5f4
  8. 01 Mar, 2005 2 commits
  9. 21 Jan, 2005 1 commit
  10. 01 Jan, 2005 1 commit
    • heikki@hundin.mysql.fi's avatar
      log0recv.c: · 637e6432
      heikki@hundin.mysql.fi authored
        Fix a wrong memset in InnoDB Hot Backup code; the bug probably did not affect anything since we do not assume that the header of a log file is filled with zeros before writing the header info there; the bug found by Felix von Leitner
      637e6432
  11. 18 Dec, 2004 1 commit
    • heikki@hundin.mysql.fi's avatar
      trx0roll.c: · 75b6b7ed
      heikki@hundin.mysql.fi authored
        Print progress of background rollback of transactions with more than 1000 undo log entries
      srv0start.c, trx0roll.c, log0recv.c, trx0roll.h:
        Cleanup background rollback code in crash recovery; do not flush all modified pages from the buffer pool after a crash recovery: this makes mysqld accesible for users more quickly
      75b6b7ed
  12. 02 Dec, 2004 1 commit
    • marko@hundin.mysql.fi's avatar
      Many files: · dd489539
      marko@hundin.mysql.fi authored
        Implement more compact InnoDB record format.
        Old format is available as CREATE TABLE ... ROW_FORMAT=DYNAMIC.
      dd489539
  13. 30 Nov, 2004 1 commit
  14. 08 Sep, 2004 1 commit
  15. 11 Aug, 2004 1 commit
  16. 21 Jun, 2004 1 commit
    • monty@mysql.com's avatar
      After merge fixes · 1388c164
      monty@mysql.com authored
      Return NULL if a time argument is given to date_add(). (Warning will be shown after Dimitri's timezone patch is pushed)
      1388c164
  17. 17 Jun, 2004 2 commits
    • heikki@hundin.mysql.fi's avatar
      log0recv.c: · 0e3c22ea
      heikki@hundin.mysql.fi authored
        Revert the patch that put log debug code behind UNIV_LOG_DEBUG
      0e3c22ea
    • heikki@hundin.mysql.fi's avatar
      log0log.h: · a460d438
      heikki@hundin.mysql.fi authored
        Revert the patch that put log debug code behind UNIV_LOG_DEBUG
      log0log.ic, log0recv.c, log0log.c, log0log.h:
        Revert 1.1730.18.1 about UNIV_LOG_DEBUG: debug code is often needed in debugging the production version
      a460d438
  18. 27 May, 2004 1 commit
    • marko@hundin.mysql.fi's avatar
      InnoDB cleanup: · fc85c80b
      marko@hundin.mysql.fi authored
      Disable log archiving code unless #ifdef UNIV_LOG_ARCHIVE
      Remove (char*) casts of string constants; add const qualifiers
      Remove some Hot Backup code unless #ifdef UNIV_HOTBACKUP
      fc85c80b
  19. 26 May, 2004 1 commit
  20. 14 May, 2004 1 commit
  21. 27 Apr, 2004 1 commit
  22. 06 Apr, 2004 1 commit
  23. 01 Apr, 2004 1 commit
  24. 16 Mar, 2004 1 commit
  25. 13 Mar, 2004 1 commit
  26. 12 Mar, 2004 1 commit
  27. 20 Feb, 2004 1 commit
    • marko@hundin.mysql.fi's avatar
      Many files: · 234e9abf
      marko@hundin.mysql.fi authored
        Removed unused code
      .del-os0trash.c~8cae5c1695501117:
        Delete: innobase/os/os0trash.c
      dict0crea.c:
        Protect all sprintf(%s) with assertions
      234e9abf
  28. 02 Jan, 2004 1 commit
  29. 20 Dec, 2003 1 commit
  30. 03 Nov, 2003 1 commit
    • heikki@hundin.mysql.fi's avatar
      Many files: · 1796d50d
      heikki@hundin.mysql.fi authored
        Merge with ibbackup; bug fix: .ibd files were extended 2 x the required amount; InnoDB does not create the small file inno_arch_log... any more at database creation
      1796d50d
  31. 07 Oct, 2003 1 commit
    • heikki@hundin.mysql.fi's avatar
      Many files: · 6112853c
      heikki@hundin.mysql.fi authored
        Multiple tablespaces for InnoDB
      sql_table.cc:
        Tell explicitly that InnoDB should retrieve all columns in CHECKSUM TABLE
      sql_update.cc, sql_select.cc, my_base.h:
        More descriptive flag name HA_EXTRA_RETRIEVE_ALL_COLS
      6112853c
  32. 25 Jul, 2003 1 commit
    • heikki@hundin.mysql.fi's avatar
      srv0srv.c, os0file.c, log0recv.h, log0log.h, fil0fil.h, fsp0fsp.c, fil0fil.c: · c1b62170
      heikki@hundin.mysql.fi authored
        Merge
      trx0trx.c:
        Print more info about a trx in SHOW INNODB status; try to find the bug reported by Plaxo
      buf0buf.c:
        Check that page log sequence numbers are not in the future
      log0recv.c, log0log.c:
        Fixed a bug: if you used big BLOBs, and your log files were relatively small, InnoDB could in a big BLOB operation temporarily write over the log produced AFTER the latest checkpoint. If InnoDB would crash at that moment, then the crash recovery would fail, because InnoDB would not be able to scan the log even up to the latest checkpoint. Starting from this version, InnoDB tries to ensure the latest checkpoint is young enough. If that is not possible, InnoDB prints a warning to the .err log
      c1b62170
  33. 14 Jun, 2003 1 commit
    • heikki@hundin.mysql.fi's avatar
      Many files: · 4da7f485
      heikki@hundin.mysql.fi authored
        Merge InnoDB-4.0.14: SAVEPOINT now implemented; InnoDB now accepts also column prefix keys; crashing bug in ON UPDATE CASCADE fixed; page checksum formula fixed
      4da7f485
  34. 18 Apr, 2003 1 commit
    • heikki@hundin.mysql.fi's avatar
      ha_innodb.h, ha_innodb.cc: · b914d2e3
      heikki@hundin.mysql.fi authored
        Make InnoDB to restore old active_index value after a table scan: MySQL may assume that a scan does NOT change active_index; this partially fixes bug 241 of UPDATE ... ORDER BY ... but it still remains that MySQL actually ignores the ORDER BY for both MyISAM and InnoDB tables
      log0recv.c:
        Use fflush to make sure report of a corrupt log record is printed to .err log before mysqld crashes
      b914d2e3
  35. 06 Jan, 2003 1 commit
  36. 08 Nov, 2002 1 commit
  37. 05 Nov, 2002 1 commit
    • heikki@hundin.mysql.fi's avatar
      Many files: · db169310
      heikki@hundin.mysql.fi authored
        Merge InnoDB-4.0.5b: minor improvements to foreign keys, more logical data dictionary lock
      db169310
  38. 02 Aug, 2002 1 commit
    • heikki@hundin.mysql.fi's avatar
      Many files: · 7b4869d9
      heikki@hundin.mysql.fi authored
        Merge InnoDB-3.23.52c
      ha_innobase.cc:
        Test the ref length sanity also in the production version
      7b4869d9