Changeset: 299b755d0fdf for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB/rev/299b755d0fdf
Branch: triggers
Log Message:
merged
diffs (12 lines):
diff --git a/sql/backends/monet5/sql_scenario.c
b/sql/backends/monet5/sql_scenario.c
--- a/sql/backends/monet5/sql_scenario.c
+++ b/sql/backends/monet5/sql_scenario.c
@@ -496,7 +496,7 @@ SQLinit(Client c, const char *initpasswd
const char *opt_pipe;
master_password = NULL;
- if (!GDKembedded()) {
+ if (!GDKembedded() && !GDKinmemory(0)) {
msg = msab_pickSecret(&master_password);
if (msg)
return msg;
_______________________________________________
checkin-list mailing list -- [email protected]
To unsubscribe send an email to [email protected]