You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by yu...@apache.org on 2013/08/13 21:55:16 UTC

[5/9] git commit: Added lines for BATCH response to v2 spec

Added lines for BATCH response to v2 spec


Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo
Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/830507b0
Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/830507b0
Diff: http://git-wip-us.apache.org/repos/asf/cassandra/diff/830507b0

Branch: refs/heads/trunk
Commit: 830507b0312fad5f418deb5f34bd50c8636ebca6
Parents: 56bd81a
Author: Yuki Morishita <yu...@apache.org>
Authored: Tue Aug 13 14:40:55 2013 -0500
Committer: Yuki Morishita <yu...@apache.org>
Committed: Tue Aug 13 14:51:03 2013 -0500

----------------------------------------------------------------------
 doc/native_protocol_v2.spec | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cassandra/blob/830507b0/doc/native_protocol_v2.spec
----------------------------------------------------------------------
diff --git a/doc/native_protocol_v2.spec b/doc/native_protocol_v2.spec
index 649d493..8f081df 100644
--- a/doc/native_protocol_v2.spec
+++ b/doc/native_protocol_v2.spec
@@ -369,6 +369,9 @@ Table of Contents
        - <value_1>...<value_n> are the [bytes] to use for bound variables.
     - <consistency> is the [consistency] level for the operation.
 
+  The server will respond with a RESULT message with a `Void` kind (0x0001,
+  see Section 4.2.5).
+
 
 4.1.8. REGISTER
 
@@ -440,7 +443,7 @@ Table of Contents
 
 4.2.5. RESULT
 
-  The result to a query (QUERY, PREPARE or EXECUTE messages).
+  The result to a query (QUERY, PREPARE, EXECUTE or BATCH messages).
 
   The first element of the body of a RESULT message is an [int] representing the
   `kind` of result. The rest of the body depends on the kind. The kind can be