Comments - Lua filter clientReply on statement error

3 years, 2 months ago Joshua Roberts

To clarify this is the clientReply function in the template in the documentation:

function clientReply(query)

end

Is there any way to inspect the reply before it goes to the client?

 
3 years, 2 months ago Markus Mäkelä

Currently this is not possible. The API for the script would have to be extended to expose the actual result of the query.

 
Content reproduced on this site is the property of its respective owners, and this content is not reviewed in advance by MariaDB. The views, information and opinions expressed by this content do not necessarily represent those of MariaDB or any other party.