Changeset: 2b5759d6cddd for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=2b5759d6cddd Modified Files: sql/backends/monet5/sql_scenario.c Branch: embedded Log Message:
clearly not minor changes diffs (19 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 @@ -463,6 +463,7 @@ SQLinitClient(Client c) } if (m->session->tr) reset_functions(m->session->tr); +#ifndef HAVE_EMBEDDED /* pass through credentials of the user if not console */ schema = monet5_user_set_def_schema(m, c->user); if (!schema) { @@ -470,6 +471,7 @@ SQLinitClient(Client c) throw(PERMD, "SQLinitClient", "08004!schema authorization error"); } _DELETE(schema); +#endif /*expect SQL text first */ be->language = 'S'; _______________________________________________ checkin-list mailing list checkin-list@monetdb.org https://www.monetdb.org/mailman/listinfo/checkin-list