It seems that the connector send "SHOW CREATE PROCEDURE" before _all_ calls to procedures. I don't know the impact of this on the server but it seems very unnecessary to do this _all_ the time.
Is there an option to cache this on the client? Our procedure signatures can't change without the client being changed anyway so we could cache those calls forever.
Thanks.
Is there an option to cache this on the client? Our procedure signatures can't change without the client being changed anyway so we could cache those calls forever.
Thanks.