Changeset: 70319b325e7d for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=70319b325e7d
Modified Files:
sql/backends/monet5/sql_execute.c
Branch: jit
Log Message:
typo
diffs (17 lines):
diff --git a/sql/backends/monet5/sql_execute.c
b/sql/backends/monet5/sql_execute.c
--- a/sql/backends/monet5/sql_execute.c
+++ b/sql/backends/monet5/sql_execute.c
@@ -481,10 +481,9 @@ SQLstatementIntern(Client c, str *expr,
if( backend_callinline(be, c) < 0 ||
backend_dumpstmt(be, c->curprg->def, s, 1, 1) < 0)
err = 1;
- else{
- SQLaddQueryToCache(c);
- SQLoptimizeFunction(c,c->curprg->def);
- }
+ /* always keep it around for inspection */
+ SQLaddQueryToCache(c);
+ SQLoptimizeFunction(c,c->curprg->def);
if (err ||c->curprg->def->errors) {
/* restore the state */
_______________________________________________
checkin-list mailing list
[email protected]
https://www.monetdb.org/mailman/listinfo/checkin-list