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:45 UTC

[1/3] incubator-trafodion git commit: [TRAFODION-2472] disable transactional alter command for hbase options.

Repository: incubator-trafodion
Updated Branches:
  refs/heads/master 099ce53cc -> bce610d72


[TRAFODION-2472] disable transactional alter command for hbase options.


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

Branch: refs/heads/master
Commit: b4c3201048bca0a2a9b6b4df98c075dda4d05a90
Parents: 09f3c9d
Author: Prashant Vasudev <pr...@esgyn.com>
Authored: Tue Feb 7 21:58:04 2017 +0000
Committer: Prashant Vasudev <pr...@esgyn.com>
Committed: Tue Feb 7 21:58:04 2017 +0000

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


http://git-wip-us.apache.org/repos/asf/incubator-trafodion/blob/b4c32010/core/sql/generator/GenPreCode.cpp
----------------------------------------------------------------------
diff --git a/core/sql/generator/GenPreCode.cpp b/core/sql/generator/GenPreCode.cpp
index 175736b..84e913a 100644
--- a/core/sql/generator/GenPreCode.cpp
+++ b/core/sql/generator/GenPreCode.cpp
@@ -2844,6 +2844,7 @@ short DDLExpr::ddlXnsInfo(NABoolean &isDDLxn, NABoolean &xnCanBeStarted)
              (ddlNode->getOperatorType() == DDL_CREATE_INDEX) ||
              (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_TABLE_RENAME)))
      {
         // transaction will be started and commited in called methods.


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

Posted by db...@apache.org.
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.


[3/3] incubator-trafodion git commit: Merge [TRAFODION-2472] PR 947 Disallow transactional ALTER xx HBASE_OPTIONS

Posted by db...@apache.org.
Merge [TRAFODION-2472] PR 947 Disallow transactional ALTER xx HBASE_OPTIONS


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

Branch: refs/heads/master
Commit: bce610d7272c574a0b79c36a1342e14af49da1d1
Parents: 099ce53 2f41e35
Author: Dave Birdsall <db...@apache.org>
Authored: Wed Feb 8 16:47:36 2017 +0000
Committer: Dave Birdsall <db...@apache.org>
Committed: Wed Feb 8 16:47:36 2017 +0000

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