Repository: cassandra Updated Branches: refs/heads/cassandra-3.0 6b994cabe -> 02f78f658 refs/heads/cassandra-3.7 5a7ff5e32 -> 5fde342c2 refs/heads/trunk 672874c08 -> 007a3f57a
Correct section number of opcode section in protocol spec patch by Amos Jianjun Kong; reviewed by Aleksey Yeschenko for CASSANDRA-11915 Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/02f78f65 Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/02f78f65 Diff: http://git-wip-us.apache.org/repos/asf/cassandra/diff/02f78f65 Branch: refs/heads/cassandra-3.0 Commit: 02f78f658ce96fe2acec903535c3b677d20ee6cb Parents: 6b994ca Author: Amos Jianjun Kong <[email protected]> Authored: Sat May 28 23:39:43 2016 +0800 Committer: Aleksey Yeschenko <[email protected]> Committed: Fri Jun 3 19:29:19 2016 +0100 ---------------------------------------------------------------------- doc/native_protocol_v3.spec | 2 +- doc/native_protocol_v4.spec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cassandra/blob/02f78f65/doc/native_protocol_v3.spec ---------------------------------------------------------------------- diff --git a/doc/native_protocol_v3.spec b/doc/native_protocol_v3.spec index 4876772..c38e26c 100644 --- a/doc/native_protocol_v3.spec +++ b/doc/native_protocol_v3.spec @@ -65,7 +65,7 @@ Table of Contents Each frame contains a fixed size header (9 bytes) followed by a variable size body. The header is described in Section 2. The content of the body depends on the header opcode value (the body can in particular be empty for some - opcode values). The list of allowed opcode is defined Section 2.3 and the + opcode values). The list of allowed opcode is defined Section 2.4 and the details of each corresponding message is described Section 4. The protocol distinguishes 2 types of frames: requests and responses. Requests http://git-wip-us.apache.org/repos/asf/cassandra/blob/02f78f65/doc/native_protocol_v4.spec ---------------------------------------------------------------------- diff --git a/doc/native_protocol_v4.spec b/doc/native_protocol_v4.spec index 7fcf1d8..1889202 100644 --- a/doc/native_protocol_v4.spec +++ b/doc/native_protocol_v4.spec @@ -65,7 +65,7 @@ Table of Contents Each frame contains a fixed size header (9 bytes) followed by a variable size body. The header is described in Section 2. The content of the body depends on the header opcode value (the body can in particular be empty for some - opcode values). The list of allowed opcodes is defined in Section 2.3 and the + opcode values). The list of allowed opcodes is defined in Section 2.4 and the details of each corresponding message are described Section 4. The protocol distinguishes two types of frames: requests and responses. Requests
