Monday, 12 August 2013

MySql Transactions Over Procs

MySql Transactions Over Procs

Does MySql support starting a transaction that encompass multiple stored
procedure calls?
For example, executing a "START TRANSACTION" statement on a connection,
then calling "call sp1();" and "call sp2();" then "COMMIT", even if inside
those procedures they are doing their own START TRANSACTION and COMMIT's?

No comments:

Post a Comment