hotfix-collection_assign_releaseLock #2234

Merged
pako merged 2 commits from hotfix-collection_assign_releaseLock into master 2024-04-01 12:29:17 +00:00
1 changed files with 2 additions and 4 deletions
Showing only changes of commit cb745b0f4d - Show all commits

View File

@ -17,10 +17,8 @@ proc:BEGIN
DECLARE EXIT HANDLER FOR SQLEXCEPTION
BEGIN
IF 'collection_assign' IS NOT NULL THEN
DO RELEASE_LOCK('collection_assign');
END IF;
DO RELEASE_LOCK('collection_assign');
RESIGNAL;
END;