Changeset: d06718b84c37 for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB/rev/d06718b84c37
Modified Files:
monetdb5/modules/atoms/str.c
Branch: sw_ew_c_sorting
Log Message:
Assert result cols are there
diffs (12 lines):
diff --git a/monetdb5/modules/atoms/str.c b/monetdb5/modules/atoms/str.c
--- a/monetdb5/modules/atoms/str.c
+++ b/monetdb5/modules/atoms/str.c
@@ -6010,6 +6010,8 @@ startswith_join(BAT **rl_ptr, BAT **rr_p
timeoffset = (qry_ctx->starttime && qry_ctx->querytimeout) ?
(qry_ctx->starttime + qry_ctx->querytimeout) : 0;
+ assert(*rl_ptr && *rr_ptr);
+
BAT *sorted_l = NULL, *sorted_r = NULL,
*sorted_cl = NULL, *sorted_cr = NULL,
*ord_sorted_l = NULL, *ord_sorted_r = NULL,
_______________________________________________
checkin-list mailing list -- [email protected]
To unsubscribe send an email to [email protected]