Code review comment for lp:~sergei.glushchenko/percona-server/5.5-slow-log-stored-procs

Revision history for this message
Sergei Glushchenko (sergei.glushchenko) wrote :

In all cases statement will look like

SELECT NAME_CONST('a',101), NAME_CONST('b',102);

But prepared CALL statement will be logged into slow log because it is SQLCOM_EXECUTE, not the SQLCOM_CALL. Not sure how to differentiate this case yet.

« Back to merge proposal