Changeset: 50ca02ad5314 for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB/rev/50ca02ad5314
Modified Files:
sql/backends/monet5/sql_result.c
Branch: nilmask
Log Message:
set nildata as its used in the tablet code now
diffs (11 lines):
diff --git a/sql/backends/monet5/sql_result.c b/sql/backends/monet5/sql_result.c
--- a/sql/backends/monet5/sql_result.c
+++ b/sql/backends/monet5/sql_result.c
@@ -1253,6 +1253,7 @@ mvc_export_table_(mvc *m, int output_for
fmt[i].ws = 0;
fmt[i].quote = ssep ? ssep[0] : 0;
fmt[i].nullstr = ns;
+ fmt[i].nildata = ATOMnilptr(fmt[i].adt);
if (c->type.type->eclass == EC_DEC) {
fmt[i].tostr = &dec_tostr;
fmt[i].frstr = &dec_frstr;
_______________________________________________
checkin-list mailing list -- [email protected]
To unsubscribe send an email to [email protected]