Skip to content
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

fix(transaction): Don't transactionalize empty EVAL inside EXEC #3231

Merged
merged 2 commits into from
Jun 28, 2024

Conversation

dranikpg
Copy link
Contributor

@dranikpg dranikpg commented Jun 27, 2024

Fixes #3230

Qucik fix. A bit ugly, because DetermineKeys works on a mutable span, so either we copy, or pass mutable 🤷🏻‍♂️

Reference #1444

@dranikpg dranikpg marked this pull request as ready for review June 27, 2024 12:26
src/server/main_service.cc Outdated Show resolved Hide resolved
@dranikpg dranikpg merged commit 0662b50 into dragonflydb:main Jun 28, 2024
7 checks passed
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.

Crash dragonfly running multi eval exec
2 participants