From: Vlad K. <no...@gi...> - 2025-07-09 15:08:31
|
Branch: refs/heads/master Home: https://github.com/FirebirdSQL/firebird Commit: 2c791d154e04be9157fa4b37665dc952be11a7b2 https://github.com/FirebirdSQL/firebird/commit/2c791d154e04be9157fa4b37665dc952be11a7b2 Author: Vlad Khorsun <hv...@us...> Date: 2025-07-09 (Wed, 09 Jul 2025) Changed paths: M src/jrd/replication/Publisher.cpp Log Message: ----------- This should fix update conflicts on replica side when transaction on master was rolled back and concurrent transaction run update and commits while first transaction undoes own changes via savepoints. See also #8541 : Deadlock update conflict on replica server? Commit: 32465dd1ec2defcf87145541516c42da1b3cd5e0 https://github.com/FirebirdSQL/firebird/commit/32465dd1ec2defcf87145541516c42da1b3cd5e0 Author: Vlad Khorsun <hv...@us...> Date: 2025-07-09 (Wed, 09 Jul 2025) Changed paths: M src/burp/restore.epp Log Message: ----------- Fixed use of not initialized data, as shown by test bugs\gh_6785_test.py Thanks to Pavel Zotov for reporting. There could be more such places. @asfernandes: please, check usage of QualifiedMetaString with gpre-processed fields. Compare: https://github.com/FirebirdSQL/firebird/compare/4e629e3efe75...32465dd1ec2d To unsubscribe from these emails, change your notification settings at https://github.com/FirebirdSQL/firebird/settings/notifications |