Updated Branches: refs/heads/cassandra-1.2 a6ca5d496 -> 40112ec95
Ninja-fix native proto spec typo Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/40112ec9 Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/40112ec9 Diff: http://git-wip-us.apache.org/repos/asf/cassandra/diff/40112ec9 Branch: refs/heads/cassandra-1.2 Commit: 40112ec953298de894a57d27895202488b3b5c3d Parents: a6ca5d4 Author: Aleksey Yeschenko <[email protected]> Authored: Wed Jun 26 00:09:41 2013 +0300 Committer: Aleksey Yeschenko <[email protected]> Committed: Wed Jun 26 00:09:41 2013 +0300 ---------------------------------------------------------------------- doc/native_protocol.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cassandra/blob/40112ec9/doc/native_protocol.spec ---------------------------------------------------------------------- diff --git a/doc/native_protocol.spec b/doc/native_protocol.spec index fb709e3..b7a1de5 100644 --- a/doc/native_protocol.spec +++ b/doc/native_protocol.spec @@ -273,7 +273,7 @@ Table of Contents Prepare a query for later execution (through EXECUTE). The body consists of the CQL query to prepare as a [long string]. - The server will respond with a RESULT message with a `prepared` kind (0x00003, + The server will respond with a RESULT message with a `prepared` kind (0x0004, see Section 4.2.5).
