Comment 24 for bug 1042946

Revision history for this message
Ovais Tariq (ovais-tariq) wrote : Re: Memory leak on a filtered slave

@Laurynas:

By "implicit temporary tables" I mean temporary tables created by queries, for example a sub query that needs to create an implicit temporary table, or a query with an ORDER BY clause that cannot use an index. And I am referring to "implicit memory tables" created using MEMORY storage engine and not the on-disk ones.