Open
Description
The extremely limited MySQL manual entry is here: https://dev.mysql.com/doc/refman/8.0/en/savepoint.html
We currently don't understand these three commands:
-
SAVEPOINT foo
-
ROLLBACK [WORK] TO [SAVEPOINT] foo
where [WORK] is optional -
RELEASE SAVEPOINT foo