Rework; fix comment

Project: http://git-wip-us.apache.org/repos/asf/incubator-trafodion/repo
Commit: 
http://git-wip-us.apache.org/repos/asf/incubator-trafodion/commit/20953fe7
Tree: http://git-wip-us.apache.org/repos/asf/incubator-trafodion/tree/20953fe7
Diff: http://git-wip-us.apache.org/repos/asf/incubator-trafodion/diff/20953fe7

Branch: refs/heads/master
Commit: 20953fe74d70349bc1a7600bbcf6565d94defe25
Parents: 25e64a8
Author: Dave Birdsall <dbirds...@apache.org>
Authored: Tue Nov 21 17:19:16 2017 +0000
Committer: Dave Birdsall <dbirds...@apache.org>
Committed: Tue Nov 21 17:19:16 2017 +0000

----------------------------------------------------------------------
 core/sql/optimizer/IndexDesc.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-trafodion/blob/20953fe7/core/sql/optimizer/IndexDesc.cpp
----------------------------------------------------------------------
diff --git a/core/sql/optimizer/IndexDesc.cpp b/core/sql/optimizer/IndexDesc.cpp
index 949308c..df22a49 100644
--- a/core/sql/optimizer/IndexDesc.cpp
+++ b/core/sql/optimizer/IndexDesc.cpp
@@ -823,7 +823,7 @@ IndexProperty::compareIndexPromise(const IndexProperty 
*ixProp) const
             else if ( indexCol->getDefinition() != 
otherIndexCol->getDefinition() )
               return INCOMPATIBLE;
             else
-              done = TRUE;  // leading column (ignoring "_SALT_" if both have 
"_SALT_") is different
+              done = TRUE;  // leading column (ignoring "_SALT_" if both have 
"_SALT_") is the same; do Kb checks
           }
       }
 

Reply via email to