You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
BEGIN
CREATE PROCEDURE
(many lines)
CALL PROCEDURE
ROLLBACK
Second time ( created PROCEDURE cached )
BEGIN
CALL PROCEDURE
ROLLBACK
The text was updated successfully, but these errors were encountered:
YumaInaura
changed the title
MySQL + CREATE FIRST PROCEDURE (No Cached) ROLLBACK does not work
MySQL + CREATE PROCEDURE First time (No Cached) TRANSACTION ( BEGIN to ROLLBACK ) does not work well
Jun 19, 2019
YumaInaura
changed the title
MySQL + CREATE PROCEDURE First time (No Cached) TRANSACTION ( BEGIN to ROLLBACK ) does not work well
MySQL + CREATE PROCEDURE At first ( When No Cached ) TRANSACTION ( BEGIN to ROLLBACK ) does not work well
Jun 19, 2019
Example
First time
Second Time
Cause
is maybe BEGIN and ROLLBACK order?
First time
Second time ( created PROCEDURE cached )
The text was updated successfully, but these errors were encountered: