Changeset: 34d158502db0 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=34d158502db0 Modified Files: sql/backends/monet5/sql_gencode.c Branch: remote_auth Log Message:
Change the plan generation to use the new connect diffs (19 lines): diff --git a/sql/backends/monet5/sql_gencode.c b/sql/backends/monet5/sql_gencode.c --- a/sql/backends/monet5/sql_gencode.c +++ b/sql/backends/monet5/sql_gencode.c @@ -356,12 +356,12 @@ static int lret[i] = getArg(p, 0); } - /* q := remote.connect("uri", "user", "pass", "language"); */ + /* q := remote.connect("uri"); */ p = newStmt(curBlk, remoteRef, connectRef); p = pushStr(curBlk, p, uri); - p = pushStr(curBlk, p, "monetdb"); + /*p = pushStr(curBlk, p, "monetdb"); p = pushStr(curBlk, p, "monetdb"); - p = pushStr(curBlk, p, "msql"); + p = pushStr(curBlk, p, "msql");*/ q = getArg(p, 0); /* remote.exec(q, "sql", "register", "mod", "name", "relational_plan", "signature"); */ _______________________________________________ checkin-list mailing list checkin-list@monetdb.org https://www.monetdb.org/mailman/listinfo/checkin-list