An error occurred fetching the project authors.
  1. 09 Feb, 2004 2 commits
    • guilhem@gbichot2.local's avatar
      Fix for the rpl_until.test. · 64f1a5e0
      guilhem@gbichot2.local authored
      Don't use --command in tests; use command.
      64f1a5e0
    • monty@mysql.com's avatar
      Added --compact to mysqlbinlog · 06432eac
      monty@mysql.com authored
      Fixed output from mysqlbinlog when using --skip-comments
      Fixed warnings from valgrind
      Fixed ref_length when used with HEAP tables
      More efficent need_conversion()
      Fixed error handling in UPDATE with not updateable tables
      Fixed bug in null handling in CAST to signed/unsigned
      06432eac
  2. 26 Dec, 2003 1 commit
  3. 01 Dec, 2003 1 commit
  4. 28 Nov, 2003 1 commit
  5. 20 Nov, 2003 1 commit
  6. 09 Oct, 2003 1 commit
  7. 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
  8. 03 Oct, 2003 1 commit
  9. 26 Sep, 2003 1 commit
  10. 15 Sep, 2003 1 commit
  11. 14 Sep, 2003 1 commit
  12. 13 Sep, 2003 1 commit