-
-
Notifications
You must be signed in to change notification settings - Fork 233
AV when all statements are cancelled [CORE1551] #1968
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Commented by: @AlexPeshkoff Looks like before implementation of MON$ tables nothing could make check_transaction() fail (or was never done so). In case when it failed being called from find_transaction(), error(ISC_STATUS*) was called twice, and context was released twice, and dbb_use_count was decremented also twice. Fixed use of it when called from find_transaction(). |
Modified by: @pcisarWorkflow: jira [ 13359 ] => Firebird [ 13921 ] |
Commented by: @pmakowski Q/A test ok |
Modified by: @pmakowskistatus: Resolved [ 5 ] => Closed [ 6 ] |
Modified by: @pavel-zotovQA Status: No test |
Modified by: @pavel-zotovQA Status: No test => Done successfully |
Submitted by: @AlexPeshkoff
Is related to QA198
After:
# isql employee
SQL> delete from MON$STATEMENTS;
SQL> delete from MON$ATTACHMENTS;
AV happens.
Commits: 8c542c5
The text was updated successfully, but these errors were encountered: