You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafodion.apache.org by se...@apache.org on 2016/10/14 14:02:45 UTC

[1/2] incubator-trafodion git commit: [TRAFODION-2278] rmscheck should use relative path

Repository: incubator-trafodion
Updated Branches:
  refs/heads/master ea16d3818 -> ca00ea231


[TRAFODION-2278] rmscheck should use relative path

rmscheck should use relative path of sql file location.

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

Branch: refs/heads/master
Commit: 56e498ff081b70d967f83f5379c197ef2d3db3b1
Parents: 43b005f
Author: Eason <hf...@gmail.com>
Authored: Wed Oct 12 11:11:41 2016 +0800
Committer: GitHub <no...@github.com>
Committed: Wed Oct 12 11:11:41 2016 +0800

----------------------------------------------------------------------
 core/sqf/sql/scripts/rmscheck | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-trafodion/blob/56e498ff/core/sqf/sql/scripts/rmscheck
----------------------------------------------------------------------
diff --git a/core/sqf/sql/scripts/rmscheck b/core/sqf/sql/scripts/rmscheck
index 7ee206f..ac06524 100755
--- a/core/sqf/sql/scripts/rmscheck
+++ b/core/sqf/sql/scripts/rmscheck
@@ -24,4 +24,4 @@
 # Most of this was stolen from WMScheck...  which may have started as NDCScheck
 
 echo "Timestamp                           Id    Status "
-sqlci -i rmscheck.sql | grep 'Node\|ERROR' | grep -v varchar
+sqlci -i $MY_SQROOT/sql/scripts/rmscheck.sql | grep 'Node\|ERROR' | grep -v varchar


[2/2] incubator-trafodion git commit: Merge [TRAFODION-2278] rmscheck should use relative path

Posted by se...@apache.org.
Merge [TRAFODION-2278] rmscheck should use relative path


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

Branch: refs/heads/master
Commit: ca00ea231b1ba1e1099788a6481bd2788314f2eb
Parents: ea16d38 56e498f
Author: selvaganesang <se...@apache.org>
Authored: Fri Oct 14 14:01:09 2016 +0000
Committer: selvaganesang <se...@apache.org>
Committed: Fri Oct 14 14:01:09 2016 +0000

----------------------------------------------------------------------
 core/sqf/sql/scripts/rmscheck | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------