An error occurred fetching the project authors.
  1. 27 Jun, 2007 1 commit
  2. 11 Jun, 2007 1 commit
  3. 09 Jun, 2007 1 commit
    • mats@kindahl-laptop.dnsalias.net's avatar
      BUG#24954 (Last_errno and Last_error not set after master_retry_count was reached): · 9094e97a
      mats@kindahl-laptop.dnsalias.net authored
      Adding new fields Last_{IO,SQL}_Errno and Last_{IO,SQL}_Error to output
      of SHOW SLAVE STATUS to hold errors from I/O and SQL thread respectively.
      Old fields Last_Error and Last_Errno are aliases for Last_SQL_Error and
      Last_SQL_Errno respectively.
      
      Fields are added last to output of SHOW SLAVE STATUS to allow old applications
      to use the same positional arguments into the row, while allowing new
      application to benefit from the added information.
      
      In addition, some new error codes are added (especially for the I/O
      thread) to be able to provide sensible error message.
      9094e97a
  4. 29 Mar, 2007 1 commit
  5. 01 Mar, 2007 1 commit
  6. 17 Jan, 2007 1 commit
    • mats@romeo.(none)'s avatar
      BUG#23171 (Illegal slave restart position): · 3920f529
      mats@romeo.(none) authored
      Third patch of the bug fix where the code for skipping events and for
      executing events is factored out into three functions:
      - shall_skip() to decide if the event shall be skipped and the
        reason for it;
      - do_apply_event(), where the event is applied to the database; and
      - do_update_pos(), which updates the actual relay log position and
        group positions.
      3920f529
  7. 19 Dec, 2006 1 commit
  8. 05 Dec, 2006 1 commit
  9. 16 Sep, 2006 1 commit
  10. 13 Sep, 2006 1 commit
  11. 08 May, 2006 1 commit
  12. 03 May, 2006 1 commit
  13. 22 Dec, 2005 1 commit