Skip to content

Commit 681fdb3

Browse files
committed
Match flags with the irt_flags (ods.h)
1 parent 9553bb0 commit 681fdb3

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

src/jrd/btr.h

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -114,11 +114,10 @@ inline constexpr int idx_offset_intl_range = (0x7FFF + idx_first_intl_string);
114114

115115
inline constexpr int idx_unique = 1;
116116
inline constexpr int idx_descending = 2;
117-
inline constexpr int idx_in_progress = 4;
118-
inline constexpr int idx_foreign = 8;
119-
inline constexpr int idx_primary = 16;
120-
inline constexpr int idx_expression = 32;
121-
inline constexpr int idx_condition = 64;
117+
inline constexpr int idx_foreign = 4;
118+
inline constexpr int idx_primary = 8;
119+
inline constexpr int idx_expression = 16;
120+
inline constexpr int idx_condition = 32;
122121

123122
// these flags are for idx_runtime_flags
124123

0 commit comments

Comments
 (0)