An error occurred fetching the project authors.
  1. 22 Oct, 2009 1 commit
  2. 29 Aug, 2009 1 commit
  3. 04 Nov, 2008 1 commit
  4. 06 Mar, 2008 1 commit
    • aelkin/andrei@mysql1000.(none)'s avatar
      Bug #22234 Extra Slave Col: Slave should stop on Error Field `d` of table · 7d0a83ce
      aelkin/andrei@mysql1000.(none) authored
      There was a failure in that show slave status displayed a wrong message
      when slave stopped at processing a row event inserting to a default-less
      column.
      
      The problem seem to have ceased after recent fixes in rbr code.
      However, the test was not updated to carry testing of the case commented-out.
      
      Uncommenting and editing the test.
      Notice, Bug#23907 is most probably a duplicate of this one.
      7d0a83ce
  5. 26 Oct, 2007 1 commit
  6. 19 Oct, 2007 1 commit
    • mats@kindahl-laptop.dnsalias.net's avatar
      BUG#28618 (Skipping into the middle of a group with SQL_SLAVE_SKIP_COUNTER · f2ba11c3
      mats@kindahl-laptop.dnsalias.net authored
      is possible):
      
      When skipping the beginning of a transaction starting with BEGIN, the OPTION_BEGIN
      flag was not set correctly, which caused the slave to not recognize that it was
      inside a group. This patch sets the OPTION_BEGIN flag for BEGIN, COMMIT, ROLLBACK,
      and XID events. It also adds checks if inside a group before decreasing the
      slave skip counter to zero.
      
      Begin_query_log_event was not marked that it could not end a group, which is now
      corrected.
      f2ba11c3
  7. 14 Sep, 2007 1 commit
  8. 16 Aug, 2007 1 commit
  9. 10 Aug, 2007 1 commit
  10. 05 Aug, 2007 1 commit
    • gkodinov/kgeorge@magare.gmz's avatar
      rpl_row_tabledefs_2myisam.result: · e53af13d
      gkodinov/kgeorge@magare.gmz authored
         merged 5.1-main to 5.1-opt : error numbers changed.
      Many files:
         merged 5.1-main to 5.1-opt : error numbers changed
      rpl_extraCol_innodb.result:
        merged 5.1-main to 5.1-opt : error numbers changed
      e53af13d
  11. 27 Jun, 2007 1 commit
  12. 26 Jun, 2007 1 commit
  13. 11 Jun, 2007 1 commit
  14. 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
  15. 29 Mar, 2007 1 commit
  16. 20 Mar, 2007 1 commit
  17. 18 Dec, 2006 1 commit
    • patg@radha.patg.net's avatar
      WL# 3031 · 237a9482
      patg@radha.patg.net authored
      - Added more test results for hard-coded error numbers
      - Fix for windows
      237a9482
  18. 03 Nov, 2006 1 commit