Details
-
Bug
-
Status: Done
-
High
-
Resolution: Won't Fix
-
None
-
None
-
None
-
None
-
Yes
-
Yes
Description
Currently, in the following scenario
1. LOCK TABLE FOR BACKUP is executed in "session 1".
2. STOP REPLICA is executed either
2a. in the same session ("session 1")
2b. in another session ("session 2").
(2a) generates an ER_LOCK_OR_ACTIVE_TRANSACTION error
(2b) succeeds
(2b) must also generate an error.