Changeset: f0ccdf758a4d for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB/rev/f0ccdf758a4d
Modified Files:
sql/backends/monet5/sql.c
Branch: sql_profiler
Log Message:
Fix rel_opt event "start" and "done" vars.
diffs (21 lines):
diff --git a/sql/backends/monet5/sql.c b/sql/backends/monet5/sql.c
--- a/sql/backends/monet5/sql.c
+++ b/sql/backends/monet5/sql.c
@@ -157,7 +157,7 @@ sql_symbol2relation(backend *be, symbol
NULL,
NULL,
0 },
- 1);
+ 0);
}
storage_based_opt = value_based_opt && rel && !is_ddl(rel->op);
@@ -178,7 +178,7 @@ sql_symbol2relation(backend *be, symbol
NULL,
NULL,
rel ? 1 : 0},
- 0);
+ 1);
return rel;
}
_______________________________________________
checkin-list mailing list -- [email protected]
To unsubscribe send an email to [email protected]