You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafodion.apache.org by db...@apache.org on 2017/02/08 16:48:46 UTC

[2/3] incubator-trafodion git commit: fix for feedback comments.

fix for feedback comments.


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

Branch: refs/heads/master
Commit: 2f41e353b0b237bb7f7f8ebc2342451679441239
Parents: b4c3201
Author: Prashant Vasudev <pr...@esgyn.com>
Authored: Wed Feb 8 14:09:11 2017 +0000
Committer: Prashant Vasudev <pr...@esgyn.com>
Committed: Wed Feb 8 14:09:11 2017 +0000

----------------------------------------------------------------------
 core/sql/generator/GenPreCode.cpp | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-trafodion/blob/2f41e353/core/sql/generator/GenPreCode.cpp
----------------------------------------------------------------------
diff --git a/core/sql/generator/GenPreCode.cpp b/core/sql/generator/GenPreCode.cpp
index 84e913a..fddcbf5 100644
--- a/core/sql/generator/GenPreCode.cpp
+++ b/core/sql/generator/GenPreCode.cpp
@@ -2845,6 +2845,7 @@ short DDLExpr::ddlXnsInfo(NABoolean &isDDLxn, NABoolean &xnCanBeStarted)
              (ddlNode->getOperatorType() == DDL_POPULATE_INDEX) ||
              (ddlNode->getOperatorType() == DDL_ALTER_TABLE_ALTER_COLUMN_DATATYPE) ||
              (ddlNode->getOperatorType() == DDL_ALTER_TABLE_ALTER_HBASE_OPTIONS) ||
+             (ddlNode->getOperatorType() == DDL_ALTER_INDEX_ALTER_HBASE_OPTIONS) ||
              (ddlNode->getOperatorType() == DDL_ALTER_TABLE_RENAME)))
      {
         // transaction will be started and commited in called methods.