Changeset: 163c8b7a2e71 for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=163c8b7a2e71
Modified Files:
MonetDB4/src/modules/plain/decimal.mx
Branch: Jun2010
Log Message:
Initialize new Heap structure.
diffs (12 lines):
diff -r 29b1e8077e9c -r 163c8b7a2e71 MonetDB4/src/modules/plain/decimal.mx
--- a/MonetDB4/src/modules/plain/decimal.mx Thu May 20 13:27:02 2010 +0200
+++ b/MonetDB4/src/modules/plain/decimal.mx Fri May 21 12:57:19 2010 +0200
@@ -1887,6 +1887,8 @@
return GDK_FAIL;
bm = BATmirror(bn);
+ memset(&hp, 0, sizeof hp);
+
/* create space for decimals */
if (prec) {
yy = MIN(PREC(dv) + MAX(1, *prec) - 1, PRECISION_MAX) + 1;
_______________________________________________
Checkin-list mailing list
[email protected]
http://mail.monetdb.org/mailman/listinfo/checkin-list