Sp.Raja wrote:
Thanks for your lightening response.

Even I thought of this idea
- Isolate pairs like - my_malloc and my_free
- Innodb pair: ut_malloc and ut_free


But if pointers are passed between InnoDB and MySQL or MySQL and clients, then the memory consumer should free it using my wrapper and not system defined free.

Is there such communication or all pointers allocated by one modules stays with in it and gets freed by the module.

Innodb code should be independent of MySQL internal libraries and visa versa.



-- Sasha Pachev Create online surveys at http://www.surveyz.com/

--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]



Reply via email to