[Tarantool-patches] [PATCH 1/8] replication: introduce space.is_sync option
Vladislav Shpilevoy
v.shpilevoy at tarantool.org
Sun Jun 21 19:24:35 MSK 2020
Hi! Thanks for the review!
> Maybe, it is needed to add is_sync to the box_space_mt() function in
> schema.lua
> LGTM.
Added in a separate commit:
====================
commit 8ea5476e1c34a7592567644b9d58af838e97317c
Author: Vladislav Shpilevoy <v.shpilevoy at tarantool.org>
Date: Sun Jun 21 18:07:40 2020 +0200
replication: add is_sync to space serialization
[TO BE SQUASHED INTO THE PREVIOUS COMMIT]
diff --git a/src/box/lua/schema.lua b/src/box/lua/schema.lua
index a91b4fbad..2edf25fae 100644
--- a/src/box/lua/schema.lua
+++ b/src/box/lua/schema.lua
@@ -2706,6 +2706,7 @@ local function box_space_mt(tab)
engine = v.engine,
is_local = v.is_local,
temporary = v.temporary,
+ is_sync = v.is_sync,
}
end
end
More information about the Tarantool-patches
mailing list