1. 14 Sep, 2006 1 commit
  2. 07 Sep, 2006 2 commits
  3. 29 Aug, 2006 2 commits
  4. 09 Jul, 2006 1 commit
    • aelkin/elkin@dsl-hkigw8-feb1fb00-100.dhcp.inet.fi's avatar
      BUG#20919 temp tables closing fails when binlog is off · fadbdf27
      closing temp tables through end_thread
      had a flaw in binlog-off branch of close_temporary_tables where
      next table to close was reset via table->next
       for (table= thd->temporary_tables; table; table= table->next)
      which was wrong since the current table instance got destoyed at
      	close_temporary(table, 1);
      
      The fix adapts binlog-on branch method to engage the loop's internal 'next' variable which holds table->next prior table's destoying.
      fadbdf27
  5. 29 Jun, 2006 1 commit
  6. 21 Jun, 2006 1 commit
  7. 20 Jun, 2006 5 commits
  8. 19 Jun, 2006 9 commits
  9. 18 Jun, 2006 1 commit
  10. 17 Jun, 2006 3 commits
  11. 16 Jun, 2006 3 commits
  12. 15 Jun, 2006 5 commits
  13. 14 Jun, 2006 6 commits