Skip to content

Crash on repeating update in 5.0 #7464

@dmitry-starodubov

Description

@dmitry-starodubov

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.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions