Changeset: 221d288ac17d for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=221d288ac17d
Modified Files:
sql/storage/bat/bat_storage.c
Branch: Jul2015
Log Message:
disable (again) the early bat unfixes
diffs (21 lines):
diff --git a/sql/storage/bat/bat_storage.c b/sql/storage/bat/bat_storage.c
--- a/sql/storage/bat/bat_storage.c
+++ b/sql/storage/bat/bat_storage.c
@@ -20,7 +20,7 @@ timestamp_delta( sql_delta *d, int ts)
{
while (d->next && d->wtime > ts)
d = d->next;
- if (d && d->cached) {
+ if (0 && d && d->cached) {
bat_destroy(d->cached);
d->cached = NULL;
}
@@ -32,7 +32,7 @@ timestamp_dbat( sql_dbat *d, int ts)
{
while (d->next && d->wtime > ts)
d = d->next;
- if (d && d->cached) {
+ if (0 && d && d->cached) {
bat_destroy(d->cached);
d->cached = NULL;
}
_______________________________________________
checkin-list mailing list
[email protected]
https://www.monetdb.org/mailman/listinfo/checkin-list