You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafodion.apache.org by an...@apache.org on 2018/04/20 20:38:50 UTC

[1/2] trafodion git commit: added create schema sch to regrinit.sql

Repository: trafodion
Updated Branches:
  refs/heads/master 027c7f5ae -> 611bc92be


added create schema sch to regrinit.sql


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

Branch: refs/heads/master
Commit: 9cb86c0e20e1cbd0a67e79c32a706abbee5726f7
Parents: 027c7f5
Author: Anoop Sharma <an...@esgyn.com>
Authored: Fri Apr 20 17:44:53 2018 +0000
Committer: Anoop Sharma <an...@esgyn.com>
Committed: Fri Apr 20 17:44:53 2018 +0000

----------------------------------------------------------------------
 core/sqf/sql/scripts/regrinit.sql | 4 ++++
 1 file changed, 4 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/trafodion/blob/9cb86c0e/core/sqf/sql/scripts/regrinit.sql
----------------------------------------------------------------------
diff --git a/core/sqf/sql/scripts/regrinit.sql b/core/sqf/sql/scripts/regrinit.sql
index bde8aa7..a1fdcaa 100755
--- a/core/sqf/sql/scripts/regrinit.sql
+++ b/core/sqf/sql/scripts/regrinit.sql
@@ -24,6 +24,10 @@ upsert into TRAFODION."_MD_".DEFAULTS
      values
      ('SCHEMA ', 'TRAFODION.SCH ', 'inserted during seabase regressions run', 0);
 
+create shared schema trafodion.sch;
+
+alter user DB__ROOT set external name trafodion;
+
 initialize authorization;
 
 register user sql_user1 as sql_user1;


[2/2] trafodion git commit: PR-1531 Added create schema sch stmt to regrinit.sql

Posted by an...@apache.org.
PR-1531 Added create schema sch stmt to regrinit.sql


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

Branch: refs/heads/master
Commit: 611bc92be50cb782292e3bd14b76bed56c13e57e
Parents: 027c7f5 9cb86c0
Author: Anoop Sharma <an...@esgyn.com>
Authored: Fri Apr 20 20:38:34 2018 +0000
Committer: Anoop Sharma <an...@esgyn.com>
Committed: Fri Apr 20 20:38:34 2018 +0000

----------------------------------------------------------------------
 core/sqf/sql/scripts/regrinit.sql | 4 ++++
 1 file changed, 4 insertions(+)
----------------------------------------------------------------------