1. 17 Mar, 2015 5 commits
  2. 16 Mar, 2015 15 commits
  3. 15 Mar, 2015 4 commits
  4. 14 Mar, 2015 1 commit
  5. 13 Mar, 2015 6 commits
  6. 12 Mar, 2015 7 commits
  7. 11 Mar, 2015 2 commits
    • Daniel Black's avatar
      Add Master_gtid_wait_{count,time,timeouts} status · fa5809ce
      Daniel Black authored
      MASTER_GTID_WAIT function needs some status to evaluate its use.
      
      master_gtid_wait_count indicates how many times the function is called.
      master_gtid_wait_time indicates how much time in microseconds occurred
      waiting (or timing out)
      master_gtid_timeouts indicates how many time times this function timed
      out rather than all successful gtids events being available.
      fa5809ce
    • Daniel Black's avatar
      Add Slave_skipped_errors to global status · eac71ced
      Daniel Black authored
      This counts the number of times a replication event is ignored
      due to slave_skip_errors.
      eac71ced