How do I get a list of savepoints in InnoDB? I need it because in my database I'm running a function which may or may not have made a number of savepoints.
Asked
Active
Viewed 1,092 times
2
-
@Solarflare http://dev.mysql.com/doc/refman/5.7/en/savepoint.html – Simon Baars Jan 17 '17 at 10:06
-
Hmm, sorry, my question was unprecise: a savepoint is only relevant for the current function and for the current transaction. If a function had created a savepoint, or the transaction ended, it is gone now. – Solarflare Jan 17 '17 at 10:26
-
Give us the bigger picture of what you are trying to accomplish. – Rick James Jan 17 '17 at 22:16