Changeset: 6e2a537987d6 for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB/rev/6e2a537987d6
Modified Files:
monetdb5/mal/mal_client.c
monetdb5/mal/mal_client.h
Branch: resource_management
Log Message:
remove mal client temp allocator (wasn't used anymore)
diffs (22 lines):
diff --git a/monetdb5/mal/mal_client.c b/monetdb5/mal/mal_client.c
--- a/monetdb5/mal/mal_client.c
+++ b/monetdb5/mal/mal_client.c
@@ -439,7 +439,6 @@ MCcloseClient(Client c)
c->idx = -1;
}
ma_destroy(c->ma);
- c->ta = NULL;
c->ma = NULL;
MT_lock_unset(&mal_contextLock);
}
diff --git a/monetdb5/mal/mal_client.h b/monetdb5/mal/mal_client.h
--- a/monetdb5/mal/mal_client.h
+++ b/monetdb5/mal/mal_client.h
@@ -161,7 +161,6 @@ typedef struct CLIENT {
Symbol backup; /* saving the parser context
for functions,commands/patterns */
MalStkPtr glb; /* global variable stack */
- allocator *ta; /* temporary memory allocator
used during parsing and optimization */
allocator *ma; /* main client memory allocator
*/
/*
* Here are pointers to scenario backends contexts. For the time
_______________________________________________
checkin-list mailing list -- [email protected]
To unsubscribe send an email to [email protected]