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

Nested transactions: settings won't be resetted after inner Trx is done #3538

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

nPraml
Copy link
Contributor

@nPraml nPraml commented Jan 8, 2025

Hello @rbygrave,

in our application we have a constellation that we use nested transactions (as in the testcase).
We switch on batchMode in the inner transaction, but unfortunately this also remains switched on for the outer transaction.
mariaDb cannot handle some prepared queries in the outer transaction and throws an exception in our use case.

We assumed that the settings in the nested transaction have no effect on the outer one. Do we assume this correctly?

Cheers
Noemi

@nPraml nPraml changed the title Add: failing Unittest Nested Transactions: settings won't be resetted after inner Trx is done Jan 8, 2025
@nPraml nPraml changed the title Nested Transactions: settings won't be resetted after inner Trx is done Nested transactions: settings won't be resetted after inner Trx is done Jan 8, 2025
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.

1 participant