Tarantool development patches archive
 help / color / mirror / Atom feed
* [Tarantool-patches] [PATCH] iproto: stringify IPROTO_CONFIRM, IPROTO_ROLLBACK
@ 2020-07-23 12:57 Cyrill Gorcunov
  2020-07-24  8:32 ` Kirill Yukhin
  0 siblings, 1 reply; 2+ messages in thread
From: Cyrill Gorcunov @ 2020-07-23 12:57 UTC (permalink / raw)
  To: tml; +Cc: Vladislav Shpilevoy

Fixes #5199

Signed-off-by: Cyrill Gorcunov <gorcunov@gmail.com>
---
 branch gorcunov/gh-5199-xlog-syncro

 src/box/iproto_constants.h | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/src/box/iproto_constants.h b/src/box/iproto_constants.h
index 6b850f101..4f5a2b195 100644
--- a/src/box/iproto_constants.h
+++ b/src/box/iproto_constants.h
@@ -276,6 +276,10 @@ iproto_type_name(uint32_t type)
 		return iproto_type_strs[type];
 
 	switch (type) {
+	case IPROTO_CONFIRM:
+		return "CONFIRM";
+	case IPROTO_ROLLBACK:
+		return "ROLLBACK";
 	case VY_INDEX_RUN_INFO:
 		return "RUNINFO";
 	case VY_INDEX_PAGE_INFO:
-- 
2.26.2

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [Tarantool-patches] [PATCH] iproto: stringify IPROTO_CONFIRM, IPROTO_ROLLBACK
  2020-07-23 12:57 [Tarantool-patches] [PATCH] iproto: stringify IPROTO_CONFIRM, IPROTO_ROLLBACK Cyrill Gorcunov
@ 2020-07-24  8:32 ` Kirill Yukhin
  0 siblings, 0 replies; 2+ messages in thread
From: Kirill Yukhin @ 2020-07-24  8:32 UTC (permalink / raw)
  To: Cyrill Gorcunov; +Cc: tml, Vladislav Shpilevoy

Hello,

On 23 июл 15:57, Cyrill Gorcunov wrote:
> Fixes #5199
> 
> Signed-off-by: Cyrill Gorcunov <gorcunov@gmail.com>
> ---
>  branch gorcunov/gh-5199-xlog-syncro

I've checked your patch into 2.5 and master as obvious.

--
Regards, Kirill Yukhin

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-07-24  8:32 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-07-23 12:57 [Tarantool-patches] [PATCH] iproto: stringify IPROTO_CONFIRM, IPROTO_ROLLBACK Cyrill Gorcunov
2020-07-24  8:32 ` Kirill Yukhin

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox