Changeset: 05dc72d1d558 for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=05dc72d1d558
Modified Files:
        sql/storage/bat/bat_storage.c
Branch: Feb2013
Log Message:

merged with oct2012


diffs (13 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
@@ -305,7 +305,9 @@ void
 delta_append_val( sql_delta *bat, void *i ) 
 {
        BAT *b = temp_descriptor(bat->ibid);
+#ifndef NDEBUG
        BAT *c = BBPquickdesc(bat->bid, 0);
+#endif
 
        if (bat->cached) {
                bat_destroy(bat->cached);
_______________________________________________
checkin-list mailing list
[email protected]
http://mail.monetdb.org/mailman/listinfo/checkin-list

Reply via email to