1. 19 Nov, 2003 1 commit
  2. 18 Nov, 2003 2 commits
    • 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
  3. 17 Nov, 2003 5 commits
  4. 15 Nov, 2003 1 commit
  5. 12 Nov, 2003 1 commit
  6. 05 Nov, 2003 1 commit
  7. 04 Nov, 2003 5 commits
  8. 03 Nov, 2003 6 commits
  9. 02 Nov, 2003 3 commits
  10. 31 Oct, 2003 3 commits
    • guilhem@mysql.com's avatar
      4 small items in this: · c1f7f339
      guilhem@mysql.com authored
      - when we don't have in_addr_t, use uint32.
      - a forgotten initialization of slave_proxy_id in sql/log_event.cc (was not really "forgot", was
      "we needn't init it there", but there was one case where we needed...).
      - made slave_proxy_id always meaningful in THD and Log_event, so we can
      rely more on it (no need to test if it's meaningful). THD::slave_proxy_id
      is equal to THD::thread_id except for the slave SQL thread.
      - clean up the slave's temporary table (i.e. free their memory) when slave
      server shuts down.
      c1f7f339
    • konstantin@mysql.com's avatar
      minor fix in rm · 975177fd
      konstantin@mysql.com authored
      975177fd
    • konstantin@mysql.com's avatar
      thd->query assignment moved out · f9015d5a
      konstantin@mysql.com authored
      of lock scope
      f9015d5a
  11. 30 Oct, 2003 6 commits
  12. 29 Oct, 2003 5 commits
  13. 28 Oct, 2003 1 commit