We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d3c4841 commit 2fef99aCopy full SHA for 2fef99a
src/jrd/req.h
@@ -139,7 +139,7 @@ const USHORT RPB_just_deleted = 0x10; // record was just deleted by us
139
const USHORT RPB_uk_updated = 0x20; // set by IDX_modify if it insert key into any primary or unique index
140
141
const USHORT RPB_UNDO_FLAGS = (RPB_undo_data | RPB_undo_read | RPB_undo_deleted);
142
-const USHORT RPB_CLEAR_FLAGS = (RPB_UNDO_FLAGS | RPB_just_deleted);
+const USHORT RPB_CLEAR_FLAGS = (RPB_UNDO_FLAGS | RPB_just_deleted | RPB_uk_updated);
143
144
// List of active blobs controlled by request
145
0 commit comments