Skip to content

Fix #7700 - SKIP LOCKED returns conflict error or wait when config ReadConsistency = 0 #7701

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

Merged
merged 2 commits into from
Sep 13, 2023

Conversation

asfernandes
Copy link
Member

No description provided.

@@ -44,6 +44,13 @@ namespace Jrd
DPM_next_pointer_page // data pages from one pointer page
};

enum class RecordLock
{
DONT,
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

A bit of nitpicking, but perhaps NONE would be better?

@asfernandes asfernandes merged commit 5b14baa into master Sep 13, 2023
@asfernandes asfernandes deleted the work/gh-7700-skip-locked branch September 13, 2023 00:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

SKIP LOCKED returns conflict error or wait when config ReadConsistency = 0
2 participants