Changeset: 7edf014615ec for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=7edf014615ec
Modified Files:
monetdb5/modules/mal/querylog.c
Branch: default
Log Message:
Create bat in correct farm.
diffs (12 lines):
diff --git a/monetdb5/modules/mal/querylog.c b/monetdb5/modules/mal/querylog.c
--- a/monetdb5/modules/mal/querylog.c
+++ b/monetdb5/modules/mal/querylog.c
@@ -145,7 +145,7 @@ QLOGcreate(str hnme, str tnme, int tt)
if (b)
return b;
- b = BATnew(TYPE_void, tt, 1 << 16, TRANSIENT);
+ b = BATnew(TYPE_void, tt, 1 << 16, PERSISTENT);
if (b == NULL)
return NULL;
_______________________________________________
checkin-list mailing list
[email protected]
https://www.monetdb.org/mailman/listinfo/checkin-list