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 2016/02/02 17:57:45 UTC

[11/25] incubator-trafodion git commit: jira1729

jira1729


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

Branch: refs/heads/master
Commit: 0dbaf3b3164069587a854968869211d1b69c3434
Parents: 6e0193a
Author: mashengchen <ma...@gmail.com>
Authored: Mon Jan 11 05:52:45 2016 +0000
Committer: mashengchen <ma...@gmail.com>
Committed: Mon Jan 11 05:52:45 2016 +0000

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


http://git-wip-us.apache.org/repos/asf/incubator-trafodion/blob/0dbaf3b3/core/sqf/sql/scripts/sqgen
----------------------------------------------------------------------
diff --git a/core/sqf/sql/scripts/sqgen b/core/sqf/sql/scripts/sqgen
index 6258fde..39aeec2 100755
--- a/core/sqf/sql/scripts/sqgen
+++ b/core/sqf/sql/scripts/sqgen
@@ -187,7 +187,7 @@ else
 fi
 
 ./gensqstatem2lenv > $SQETC_DIR/sqstatem2l.env
-
+cp ./trafcoprocess.properties $SQETC_DIR/
 # Create configuration database tables
 rm -f sqconfig.db
 sqlite3 -init createConfigDb sqconfig.db <<eof