Changeset: c961e87717e5 for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=c961e87717e5
Modified Files:
        sql/backends/monet5/sql_scenario.c
Branch: Dec2016
Log Message:

Pass on error.


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
@@ -1148,7 +1148,7 @@ SQLparser(Client c)
 
                /* in case we had produced a non-cachable plan, the optimizer 
should be called */
                if (opt ) {
-                       str msg = SQLoptimizeQuery(c, c->curprg->def);
+                       msg = SQLoptimizeQuery(c, c->curprg->def);
 
                        if (msg != MAL_SUCCEED) {
                                sqlcleanup(m, err);
_______________________________________________
checkin-list mailing list
[email protected]
https://www.monetdb.org/mailman/listinfo/checkin-list

Reply via email to