1. 21 Dec, 2004 5 commits
  2. 20 Dec, 2004 21 commits
  3. 19 Dec, 2004 9 commits
  4. 18 Dec, 2004 5 commits
    • heikki@hundin.mysql.fi's avatar
      trx0roll.c: · 7d68f2e4
      heikki@hundin.mysql.fi authored
        Put a sensible value of thread id and process no to a background rollback transaction
      7d68f2e4
    • heikki@hundin.mysql.fi's avatar
      trx0roll.c: · 2a072721
      heikki@hundin.mysql.fi authored
        Fix the rollback progress printout in crash recovery
      2a072721
    • 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
    • heikki@hundin.mysql.fi's avatar
      rem0rec.ic: · afc9c812
      heikki@hundin.mysql.fi authored
        Do not use short int in rem0rec.ic, since its size is not fixed in ANSI C; improve comments of the relative offset field in a record; use mach_read_from_2() to read the relative offset field to save CPU time, if the compiler does not optimize a more complex access function
      afc9c812
    • joreland@mysql.com's avatar
      merge · 652a2971
      joreland@mysql.com authored
      652a2971