[PATCH v3 4/7] lib: update msgpuck library

Kirill Shcherbatov kshcherbatov at tarantool.org
Tue Apr 2 18:49:35 MSK 2019


The msgpack dependency has been updated because the new version
introduces the new method mp_stack_top for the mp_stack class
which we will use to store a pointer for a multikey frame to
initialize a field_map in case of multikey index.

Needed for #1012
---
 src/lib/msgpuck | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/lib/msgpuck b/src/lib/msgpuck
index 222b71aa6..316cea905 160000
--- a/src/lib/msgpuck
+++ b/src/lib/msgpuck
@@ -1 +1 @@
-Subproject commit 222b71aa63e8de6d0015588442d828460560d9be
+Subproject commit 316cea905dca2ac8db8b1adb9d0040a9c338dc5c
-- 
2.21.0




More information about the Tarantool-patches mailing list