1. 02 Dec, 2003 1 commit
    • guilhem@mysql.com's avatar
      There is no reason that Intvar_log_event's constructor calls Log_event::Log_event() · 7eda171f
      guilhem@mysql.com authored
      instead of Log_event::Log_event(THD*, ...) when the event is built in the master
      to be written in the binlog.
      Rand_log_event already used the good constructor, so there really is no reason
      for Intvar_log_event to be an exception.
      This fixes a test failure of last night (which appeared after I removed a useless
      e.server_id=thd->server_id in log.cc; in fact this line was not useless because
      it hid the bad constructor).
      Replication tests pass, with Valgrind too.
      7eda171f
  2. 01 Dec, 2003 2 commits
  3. 28 Nov, 2003 7 commits
  4. 27 Nov, 2003 3 commits
  5. 26 Nov, 2003 2 commits
  6. 25 Nov, 2003 3 commits
  7. 24 Nov, 2003 3 commits
  8. 23 Nov, 2003 1 commit
  9. 21 Nov, 2003 1 commit
  10. 20 Nov, 2003 6 commits
  11. 19 Nov, 2003 3 commits
  12. 18 Nov, 2003 3 commits
    • serg@serg.mylan's avatar
    • guilhem@mysql.com's avatar
      Merge gbichot@bk-internal.mysql.com:/home/bk/mysql-4.0 · a7809249
      guilhem@mysql.com authored
      into mysql.com:/home/mysql_src/mysql-4.0
      a7809249
    • guilhem@mysql.com's avatar
      Fix for BUG#1870 · 8377acc7
      guilhem@mysql.com authored
          "CHANGE MASTER makes SQL thread restart from coordinates of I/O thread".
          So, in CHANGE MASTER:
          when it seems reasonable that the user did not want to discontinue
          its replication (i.e. when he is not specifying host or port or master_log_file
          or master_log_pos; this will be documented), set the coordinates of the
          I/O thread to those of the SQL thread. This way, the SQL thread will see
          no discontinuity in the relay log (i.e. will skip no events), because
          the I/O thread will fill the brand new relay log with the events which
          are just after the position where the SQL thread had stopped
          (before CHANGE MASTER was issued).
          And a new test for this bug.
      8377acc7
  13. 17 Nov, 2003 5 commits