1. 20 Mar, 2008 1 commit
    • svoj@mysql.com/june.mysql.com's avatar
      BUG#34789 - drop server/create server leaks memory ! · 5309d2a5
      svoj@mysql.com/june.mysql.com authored
      When CREATE SERVER is issued, it allocates memory on memory root
      to store cached server structure. When DROP SERVER is issued,
      it doesn't release this memory, as it is impossible with the
      memory root.
      
      We use the same allocation strategy for plugins and acl. The problem
      here that there was no way (except for the server restart) to force
      'servers' code to release this memory.
      
      With this fix it is possible to release unused server cache memory
      by FLUSH PRIVILEGES.
      
      No test case for this fix.
      5309d2a5
  2. 18 Mar, 2008 2 commits
  3. 17 Mar, 2008 3 commits
  4. 15 Mar, 2008 3 commits
  5. 14 Mar, 2008 13 commits
  6. 13 Mar, 2008 2 commits
  7. 12 Mar, 2008 10 commits
  8. 11 Mar, 2008 3 commits
  9. 10 Mar, 2008 3 commits