1. 03 Nov, 2003 1 commit
    • guilhem@mysql.com's avatar
      When we delete the slave's temp tables from memory, we reset · fbc54c13
      guilhem@mysql.com authored
      rli->save_temporary_tables and slave_open_temp_tables
      (in old 4.0 you could make "SHOW STATUS LIKE 'slave_open_temp_tables'" grow
      indefinitely by doing RESET SLAVE and replicating always the same CREATE
      TEMPORARY TABLE).
      It's critical to reset save_temporary_tables to 0 (otherwise you may later
      read memory which has been freed) so this changeset should go into 4.1.
      fbc54c13
  2. 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
  3. 30 Oct, 2003 6 commits
  4. 29 Oct, 2003 5 commits
  5. 28 Oct, 2003 3 commits
  6. 27 Oct, 2003 2 commits
  7. 25 Oct, 2003 4 commits
  8. 24 Oct, 2003 3 commits
  9. 23 Oct, 2003 4 commits
  10. 22 Oct, 2003 5 commits
  11. 21 Oct, 2003 4 commits