15 Feb
2018
15 Feb
'18
4:43 a.m.
On Feb 14, 2018, at 5:14 PM, Alan DeKok <aland@deployingradius.com> wrote:
On Feb 14, 2018, at 12:00 PM, Gianluca Laudano <laudanog@vdagroup.com> wrote:
Hello, I'm running freeradius 3.0.12 on Debian Stretch amd64 + mysql 5.6
I'm trying to execute multiple queries at post-auth with a configuration like this:
query= "statement 1; statement 2; statement 3"
That doesn't really work. If you want multiple things updated, write a stored procedure.
Yeah... weird. We don't do anything to prevent that, we just pass the query string through to MySQL. You might need to wrap the whole lot in a transaction? Or as Alan says use a stored procedure. -Arran