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

Crash on repeating update in 5.0 #7464

Closed
dmitry-starodubov opened this issue Jan 30, 2023 · 0 comments
Closed

Crash on repeating update in 5.0 #7464

dmitry-starodubov opened this issue Jan 30, 2023 · 0 comments

Comments

@dmitry-starodubov
Copy link
Collaborator

Database backup is in the attachment.
db1.zip
The second execution of the following query causes the server crash because of using an empty pool.
update DNS_UNIT_ARPSCAN set ID=34021000000011,IP_ADDRESS='224.0.0.25',MAC_ADDRESS='01-00-5e-00-00-fb',TIME_LAST_SCAN='2023-01-30 09:50:47' WHERE DNS_UNIT_ARPSCAN.ID=34021000000011 returning TIME_LAST_SCAN,IP_ADDRESS,ID,MAC_ADDRESS;
This problem seems to have appeared in this commit:
Revision: 4c9fffd
Author: Adriano dos Santos Fernandes [email protected]
Date: 05.03.2022 2:44:33
Message:
Compiled statement cache.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants