From 369465e4fa8db8bf975e7454587f016c3d2772a3 Mon Sep 17 00:00:00 2001 From: Konstantin Osipov <kostja.osipov@gmail.com> Date: Fri, 11 Feb 2011 17:38:04 +0300 Subject: [PATCH] iproto protocol description: fix a bug in UPDATE Specify the type of op_code parameter of UPDATE operation. --- doc/silverbox-protocol.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/silverbox-protocol.txt b/doc/silverbox-protocol.txt index d7a669aaab..242d3df8b4 100644 --- a/doc/silverbox-protocol.txt +++ b/doc/silverbox-protocol.txt @@ -248,7 +248,7 @@ ; 3 - bitwise XOR of argument and field <field_no> ; 4 - bitwise OR of argument and field <field_no> -<op_code> ::= 0 | 1 | 2 | 3 +<op_code> ::= <int8> # 0 | 1 | 2 | 3 ; ; It's an error to specify an argument of a type that -- GitLab