[Tarantool-patches] [PATCH v3 3/4] schema: add box_space_field_MAX

Roman Khabibov roman.habibov at tarantool.org
Tue Aug 11 03:33:37 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.21.0 (Apple Git-122)



More information about the Tarantool-patches mailing list