From 830507b0312fad5f418deb5f34bd50c8636ebca6 Mon Sep 17 00:00:00 2001 From: Yuki Morishita Date: Tue, 13 Aug 2013 14:40:55 -0500 Subject: [PATCH] Added lines for BATCH response to v2 spec --- doc/native_protocol_v2.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/doc/native_protocol_v2.spec b/doc/native_protocol_v2.spec index 649d493233..8f081dff79 100644 --- a/doc/native_protocol_v2.spec +++ b/doc/native_protocol_v2.spec @@ -369,6 +369,9 @@ Table of Contents - ... are the [bytes] to use for bound variables. - 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