An error occurred fetching the project authors.
  1. 27 Nov, 2009 1 commit
  2. 19 Dec, 2008 2 commits
    • Andrei Elkin's avatar
      Bug#38540 rpl_server_id2 uses show slave status unnecessarily · 50fa9c57
      Andrei Elkin authored
      a minor improvement to the test to ease merging.
      50fa9c57
    • Andrei Elkin's avatar
      Bug#38934 slave slave until does not work with --replicate-same-server-id · 04d72f86
      Andrei Elkin authored
      Bug#38540 rpl_server_id2 uses show slave status unnecessarily
                  
      Slave did not perform any event recorded into the relay log from some
      different master when it was started with --replicate-same-server-id.
      The reason appeared to be a consequence of BUG#38734 which stopped the
      sql thread at its startup time.
            
      The real fixes for the current bug are in the patch for BUG#38734.
      This changeset carries only a regression test for the bugs.  Bug#38540
      gets fixed too by means of eliminating an extra show slave status.
      04d72f86
  3. 27 Jun, 2007 1 commit
  4. 11 Jun, 2007 1 commit
  5. 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
  6. 28 Jul, 2005 1 commit
  7. 14 May, 2004 2 commits
    • guilhem@mysql.com's avatar
      a code fix (don't specify default value of argument twice), updating a line of SHOW SLAVE STATUS · 96207156
      guilhem@mysql.com authored
      in tests after the last 4.1->5.0 merge, and:
      *** The same as ChangeSet@1.1822.1.1, 2004-05-14 23:08:03+02:00, guilhem@mysql.com of MySQL 4.0 ***
        Replication testsuite: making the master-slave synchronization less likely to fail,
        by adding sleep-and-retries (max 4 times) if MASTER_POS_WAIT() returns NULL
        in sync_with_master and sync_slave_with_master.
        The problem showed up only today, in MySQL 5.0 in rpl_server_id2.test,
        but may affect 4.x as well, so I fixed 4.x too. Note that I am also fixing
        5.0, with the same exact patch, because I don't want to leave 5.0 broken
        until the next 4.0->4.1->5.0 merge.
      96207156
    • guilhem@mysql.com's avatar
      Replication testsuite: making the master-slave synchronization less likely to fail, · a039062e
      guilhem@mysql.com authored
      by adding sleep-and-retries (max 4 times) if MASTER_POS_WAIT() returns NULL
      in sync_with_master and sync_slave_with_master.
      The problem showed up only today, in MySQL 5.0 in rpl_server_id2.test,
      but may affect 4.x as well, so fixing it here. Note that I am also fixing
      5.0 too, with the same exact patch, because I don't want to leave 5.0 broken
      until the next 4.0->4.1->5.0 merge.
      a039062e
  8. 05 May, 2004 1 commit
  9. 28 Apr, 2004 2 commits