1. 07 Aug, 2003 6 commits
  2. 06 Aug, 2003 6 commits
  3. 05 Aug, 2003 2 commits
  4. 04 Aug, 2003 2 commits
    • miguel@hegel.local's avatar
      Fix VC++ compiler error · be123fe5
      miguel@hegel.local authored
      be123fe5
    • guilhem@mysql.com's avatar
      2 bugfixes: · bb12d905
      guilhem@mysql.com authored
      - Bug #985: "Between RESET SLAVE and START SLAVE, SHOW SLAVE STATUS is wrong."
      Now RESET SLAVE puts correct info in mi->host etc. A new test rpl_reset_slave
      for that.
      - Bug #986: "CHANGE MASTER & START SLAVE do not reset error columns in SHOW
      SLAVE STATUS". Now these reset the errors.
      bb12d905
  5. 03 Aug, 2003 1 commit
  6. 02 Aug, 2003 3 commits
  7. 01 Aug, 2003 6 commits
  8. 31 Jul, 2003 1 commit
  9. 30 Jul, 2003 4 commits
  10. 29 Jul, 2003 2 commits
  11. 28 Jul, 2003 3 commits
  12. 26 Jul, 2003 2 commits
  13. 25 Jul, 2003 2 commits
    • 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
    • serg@serg.mylan's avatar