You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by if...@apache.org on 2017/11/08 12:13:20 UTC

cassandra git commit: Ninja: fix v5 protocol spec, paging state and metadata id order in result metadata.

Repository: cassandra
Updated Branches:
  refs/heads/trunk 976f48fb0 -> 65ff3e6d9


Ninja: fix v5 protocol spec, paging state and metadata id order in result metadata.

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

Branch: refs/heads/trunk
Commit: 65ff3e6d9e15060786fe5fdec92005b9932cab08
Parents: 976f48f
Author: Alex Petrov <ol...@gmail.com>
Authored: Wed Nov 8 13:13:00 2017 +0100
Committer: Alex Petrov <ol...@gmail.com>
Committed: Wed Nov 8 13:13:00 2017 +0100

----------------------------------------------------------------------
 doc/native_protocol_v5.spec | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cassandra/blob/65ff3e6d/doc/native_protocol_v5.spec
----------------------------------------------------------------------
diff --git a/doc/native_protocol_v5.spec b/doc/native_protocol_v5.spec
index 0addbc4..7f6ba42 100644
--- a/doc/native_protocol_v5.spec
+++ b/doc/native_protocol_v5.spec
@@ -586,7 +586,7 @@ Table of Contents
     <metadata><rows_count><rows_content>
   where:
     - <metadata> is composed of:
-        <flags><columns_count>[<new_metadata_id>][<paging_state>][<global_table_spec>?<col_spec_1>...<col_spec_n>]
+        <flags><columns_count>[<paging_state>][<new_metadata_id>][<global_table_spec>?<col_spec_1>...<col_spec_n>]
       where:
         - <flags> is an [int]. The bits of <flags> provides information on the
           formatting of the remaining information. A flag is set if the bit


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cassandra.apache.org
For additional commands, e-mail: commits-help@cassandra.apache.org