Subject: | Addition of profiling code to DBD::mysql |
Date: | Thu, 12 May 2011 15:07:42 +0100 |
To: | <bug-dbd-mysql [...] rt.cpan.org> |
From: | Michael Ramnarine <jaded_phoenix_62 [...] hotmail.com> |
Hi,
I am interested in adding automatic profiling to DBD::mysql. This, when active, would enable profiling on the server and output queries where certain criteria are met, such as length of execution time.
This could be implemented in a way that would be configurable using callback semantics.
A full implementation may be dependant on multiple statement handles handling multiple results sets simultaneously. This issue is described in ticket 68119 .
Any thoughts or feedback would be appreciated.
Thanks in advance,
Mike