Comment 1 for bug 1042946

Revision history for this message
Raghavendra D Prabhu (raghavendra-prabhu) wrote : Re: Memory leak on a filtered slave

Can you provide smaps / smem output of your mysqld ? You can also run it under valgrind with debug symbols installed (not recommend for production since it will run slower). When running under valgrind make sure to provide the valgrind suppression file. You can also use http://www.technoids.org/sql/mysql/debugging-mysql-with-valgrind to run it under mysql-test-run (it will provide suppression file automatically).