1. 12 Apr, 2007 6 commits
    • mats@romeo.(none)'s avatar
      BUG#25688 (RBR: circular replication may cause STMT_END_F flags to be · fcd6ea61
      mats@romeo.(none) authored
      skipped):
      
      Post-merge changes.
      fcd6ea61
    • mats@romeo.(none)'s avatar
      Merge romeo.(none):/home/bkroot/mysql-5.1-new-rpl · 93860556
      mats@romeo.(none) authored
      into  romeo.(none):/home/bk/b25688-mysql-5.1-rpl
      93860556
    • mats@romeo.(none)'s avatar
      Merge mkindahl@bk-internal.mysql.com:/home/bk/mysql-5.1-new-rpl · 2f2191fa
      mats@romeo.(none) authored
      into  romeo.(none):/home/bkroot/mysql-5.1-rpl
      2f2191fa
    • mats@romeo.(none)'s avatar
      BUG#25688 (RBR: circular replication may cause STMT_END_F flags to be · 11fc24ef
      mats@romeo.(none) authored
      skipped):
      
      By moving statement end actions from Rows_log_event::do_apply_event() to
      Rows_log_event::do_update_pos() they will always be executed, even if
      Rows_log_event::do_apply_event() is skipped because the event originated
      at the same server. This because Rows_log_event::do_update_pos() is always
      executed (unless Rows_log_event::do_apply_event() failed with an error,
      in which case the slave stops with an error anyway). 
      
      Adding test case.
      
      Fixing logic to detect if inside a group. If a rotate event occured
      when an initial prefix of events for a statement, but for which the
      table did contain a key, last_event_start_time is set to zero, causing
      rotate to end the group but without unlocking any tables. This left a
      lock hanging around, which subsequently triggered an assertion when a
      second attempt was made to lock the same sequence of tables.
      
      In order to solve the above problem, a new flag was added to the relay
      log info structure that is used to indicate that the replication thread
      is currently executing a statement. Using this flag, the replication
      thread is in a group if it is either in a statement or inside a trans-
      action.
      
      The patch also eliminates some gratuitous header file inclusions that
      were not needed (and caused compile errors) and replaced them with
      forward definitions.
      11fc24ef
    • bar@bar.myoffice.izhnet.ru's avatar
      Merge mysql.com:/home/bar/mysql-5.0-rpl · b4284d0e
      bar@bar.myoffice.izhnet.ru authored
      into  mysql.com:/home/bar/mysql-5.1-new-rpl
      b4284d0e
    • bar@mysql.com's avatar
      mysqld.cc: · e0cc5fd0
      bar@mysql.com authored
        Removing wrong MYF(0) argument.
      e0cc5fd0
  2. 11 Apr, 2007 3 commits
  3. 10 Apr, 2007 3 commits
  4. 09 Apr, 2007 9 commits
  5. 08 Apr, 2007 2 commits
  6. 07 Apr, 2007 11 commits
  7. 06 Apr, 2007 6 commits