[Tarantool-patches] [PATCH v4 3/6] schema: add box_space_field_MAX
Roman Khabibov
roman.habibov at tarantool.org
Sat Sep 12 00:51:12 MSK 2020
Just add box_space_field_MAX to the _space fields enum.
Needed for #3075
---
src/box/schema_def.h | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/box/schema_def.h b/src/box/schema_def.h
index f86cd42f1..238d9f1e4 100644
--- a/src/box/schema_def.h
+++ b/src/box/schema_def.h
@@ -131,6 +131,7 @@ enum {
BOX_SPACE_FIELD_FIELD_COUNT = 4,
BOX_SPACE_FIELD_OPTS = 5,
BOX_SPACE_FIELD_FORMAT = 6,
+ box_space_field_MAX = 7,
};
/** _index fields. */
--
2.24.3 (Apple Git-128)
More information about the Tarantool-patches
mailing list