Changeset: 020d16145f9f for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=020d16145f9f
Modified Files:
monetdb5/modules/mal/tokenizer.c
Branch: default
Log Message:
Get rid of unnecessary call to BATkey.
diffs (11 lines):
diff --git a/monetdb5/modules/mal/tokenizer.c b/monetdb5/modules/mal/tokenizer.c
--- a/monetdb5/modules/mal/tokenizer.c
+++ b/monetdb5/modules/mal/tokenizer.c
@@ -127,7 +127,6 @@ TKNZRopen(void *ret, str *in)
b = BATnew(TYPE_void, TYPE_oid, 1024, PERSISTENT);
if (b == NULL)
throw(MAL, "tokenizer.open", MAL_MALLOC_FAIL);
- BATkey(b, FALSE);
BATseqbase(b, 0);
tokenBAT[INDEX].val = b;
if (BKCsetName(&r, &b->batCacheid, (const char*const*)
&batname) != MAL_SUCCEED)
_______________________________________________
checkin-list mailing list
[email protected]
https://www.monetdb.org/mailman/listinfo/checkin-list