1. 31 Oct, 2006 1 commit
  2. 13 Sep, 2006 1 commit
  3. 12 Sep, 2006 1 commit
  4. 08 Sep, 2006 1 commit
  5. 06 Sep, 2006 2 commits
  6. 31 Jul, 2006 1 commit
  7. 26 Jul, 2006 1 commit
  8. 13 Jul, 2006 1 commit
  9. 12 Jul, 2006 2 commits
  10. 11 Jul, 2006 3 commits
  11. 10 Jul, 2006 3 commits
  12. 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
  13. 08 Jul, 2006 4 commits
  14. 07 Jul, 2006 3 commits
  15. 06 Jul, 2006 9 commits
  16. 05 Jul, 2006 2 commits
  17. 04 Jul, 2006 4 commits