summaryrefslogtreecommitdiffstats
path: root/filter
diff options
context:
space:
mode:
authorJozsef Kadlecsik <kadlec@blackhole.kfki.hu>2012-01-15 13:16:01 +0100
committerJozsef Kadlecsik <kadlec@blackhole.kfki.hu>2012-01-16 16:56:17 +0100
commit56ab48677e9636e309e45794f7b516e3744731ac (patch)
treebe8c9ad5a42797fc2cba76212e4262f9ef6d4fae /filter
parenteb6834109875d16b05f8b1990f28e10f3114cafd (diff)
Support stored mysql procedures besides stored functions
MySQL stored procedures must be invoked by the "CALL" SQL command and not by "SELECT". Add the convention that if the procedure name starts with "CALL", then the issued SQL command is "CALL procedurename(args)". The stored procedure support in MySQL automatically brings transaction support too. Signed-off-by: Jozsef Kadlecsik <kadlec@blackhole.kfki.hu>
Diffstat (limited to 'filter')
0 files changed, 0 insertions, 0 deletions