You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by ja...@apache.org on 2013/12/17 20:03:39 UTC

git commit: ninja-correcting the the constant for LOCAL_ONE.

Updated Branches:
  refs/heads/cassandra-1.2 13348c47a -> 1b4c9b45c


ninja-correcting the the constant for LOCAL_ONE.


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

Branch: refs/heads/cassandra-1.2
Commit: 1b4c9b45cbf32a72318c42c1ec6154dc1371e8e2
Parents: 13348c4
Author: Jason Brown <ja...@gmail.com>
Authored: Tue Dec 17 11:02:42 2013 -0800
Committer: Jason Brown <ja...@gmail.com>
Committed: Tue Dec 17 11:02:42 2013 -0800

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


http://git-wip-us.apache.org/repos/asf/cassandra/blob/1b4c9b45/doc/native_protocol.spec
----------------------------------------------------------------------
diff --git a/doc/native_protocol.spec b/doc/native_protocol.spec
index 0d2ff05..08cb91e 100644
--- a/doc/native_protocol.spec
+++ b/doc/native_protocol.spec
@@ -201,7 +201,7 @@ Table of Contents
                      0x0005    ALL
                      0x0006    LOCAL_QUORUM
                      0x0007    EACH_QUORUM
-                     0x0010    LOCAL_ONE
+                     0x000A    LOCAL_ONE
 
     [string map]      A [short] n, followed by n pair <k><v> where <k> and <v>
                       are [string].