1. 28 Sep, 2007 1 commit
    • davi@moksha.local's avatar
      Bug#21136 CREATE TABLE SELECT within CREATE TABLE SELECT causes server crash · ae079ec4
      davi@moksha.local authored
      When CREATE TEMPORARY TABLE .. SELECT is invoked from a stored function
      which in turn is called from CREATE TABLE SELECT causes a memory leak
      because the inner create temporary table overrides the outter extra_lock
      reference when locking the table.
      
      The solution is to simply not overrride the extra_lock by only using the
      extra_lock for a non-temporary table lock.
      ae079ec4
  2. 13 Sep, 2007 2 commits
  3. 12 Sep, 2007 1 commit
  4. 10 Sep, 2007 3 commits
  5. 06 Sep, 2007 4 commits
  6. 05 Sep, 2007 5 commits
  7. 04 Sep, 2007 6 commits
  8. 03 Sep, 2007 11 commits
  9. 01 Sep, 2007 4 commits
  10. 31 Aug, 2007 3 commits