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 9553bb0 commit 681fdb3Copy full SHA for 681fdb3
src/jrd/btr.h
@@ -114,11 +114,10 @@ inline constexpr int idx_offset_intl_range = (0x7FFF + idx_first_intl_string);
114
115
inline constexpr int idx_unique = 1;
116
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;
+inline constexpr int idx_foreign = 4;
+inline constexpr int idx_primary = 8;
+inline constexpr int idx_expression = 16;
+inline constexpr int idx_condition = 32;
122
123
// these flags are for idx_runtime_flags
124
0 commit comments