An error occurred fetching the project authors.
  1. 08 Oct, 2003 1 commit
    • guilhem@gbichot2's avatar
      Final push for WL#1098: · c0075fa6
      guilhem@gbichot2 authored
      "Add a column "Timestamp_of_last_master_event_executed" in SHOW SLAVE STATUS".
      Finally this is adding
      - Slave_IO_State (a copy of the State column of SHOW PROCESSLIST for the I/O thread,
      so that the users, most of the time, has enough info with only SHOW SLAVE STATUS).
      - Seconds_behind_master. When the slave connects to the master it does SELECT UNIX_TIMESTAMP()
      on the master, computes the absolute difference between the master's and the slave's clock.
      It records the timestamp of the last event executed by the SQL thread, and does a
      small computation to find the number of seconds by which the slave is late.
      c0075fa6
  2. 20 Aug, 2003 1 commit
    • guilhem@mysql.com's avatar
      Result updates after Dmitri's and my changes to logging with --log-slave-updates. · ec280a51
      guilhem@mysql.com authored
      Since my changes, rpl_log.test, whose result file depends on file_id, became
      non-repeatable, i.e. file_id on slave in SHOW BINLOG EVENTS
      changed depending on the order of tests (sometimes 1, sometimes 5).
      Which is logical: as now the slave does not copy Create_file and Exec_load from
      the relay log (i.e from the master's binlog) to the slave's binlog, but
      instead lets mysql_load() do the logging, the file_id is now the one whic
      was used on the slave. Before it was the one which was used on the master,
      and by chance the master was always restarted for this test because there's
      a -master.opt file, so file_id on the master is always 1. But now file_id is
      from the slave so we need to restart the slave. That's why I add an (empty)
      -slave.opt file. I could have used 'server_stop/start slave', but this
      would have required the manager, so most of the time mysql-test-run silently
      skip the test which makes it useless. And I want this test to be run !
      ec280a51
  3. 10 Aug, 2003 1 commit
  4. 04 Jun, 2003 1 commit
  5. 27 May, 2003 1 commit
  6. 21 Feb, 2003 1 commit
  7. 29 Oct, 2002 1 commit
  8. 25 Oct, 2002 1 commit
  9. 24 Oct, 2002 1 commit
  10. 11 Sep, 2002 1 commit
    • monty@mashka.mysql.fi's avatar
      Portability fixes. · f3a186c9
      monty@mashka.mysql.fi authored
      Improve mysql-test to be more robust.
      Fix that GRANT doesn't delete SSL options
      Change innobase_flush_log_at_trx_commit to uint.
      Don't rotate logs if we read a rotate log entry from the master.
      f3a186c9
  11. 20 Jan, 2002 1 commit
  12. 17 Dec, 2001 1 commit
  13. 15 Dec, 2001 1 commit
  14. 03 Oct, 2001 1 commit
  15. 04 Jul, 2001 1 commit
  16. 30 Jun, 2001 1 commit
  17. 24 Jun, 2001 1 commit
  18. 22 Jun, 2001 1 commit
  19. 21 Jun, 2001 1 commit
    • sasha@mysql.sashanet.com's avatar
      added SHOW BINLOG EVENTS · 992f8898
      sasha@mysql.sashanet.com authored
      fixed log sequence bugs
      fixed bugs in handling Slave event
      added test case with SHOW BINLOG EVENTS
      have not fixed all the bugs - found some that are also in 3.23,
      will fix them there first, then do pull and cleanup
      
      will not push this changeset
      992f8898