Changeset: 8a2c63419574 for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB/rev/8a2c63419574
Modified Files:
        gdk/gdk_logger.c
Branch: Jan2022
Log Message:

Merge with Jul2021 branch.


diffs (41 lines):

diff --git a/clients/ChangeLog.Jul2021 b/clients/ChangeLog.Jul2021
--- a/clients/ChangeLog.Jul2021
+++ b/clients/ChangeLog.Jul2021
@@ -1,3 +1,7 @@
 # ChangeLog file for clients
 # This file is updated with Maddlog
 
+* Mon Dec 13 2021 Sjoerd Mullender <[email protected]>
+- Dumping the database now also dumps the read-only and insert-only
+  states of tables.
+
diff --git a/gdk/ChangeLog.Jul2021 b/gdk/ChangeLog.Jul2021
--- a/gdk/ChangeLog.Jul2021
+++ b/gdk/ChangeLog.Jul2021
@@ -1,3 +1,8 @@
 # ChangeLog file for GDK
 # This file is updated with Maddlog
 
+* Mon Dec 13 2021 Sjoerd Mullender <[email protected]>
+- Sometimes when the server was restarted, it wouldn't start anymore due
+  to an error from BBPcheckbats.  We finally found and fixed a (hopefully
+  "the") cause of this problem.
+
diff --git a/gdk/gdk_logger.c b/gdk/gdk_logger.c
--- a/gdk/gdk_logger.c
+++ b/gdk/gdk_logger.c
@@ -614,14 +614,6 @@ la_bat_update_count(logger *lg, log_id i
                                MT_rwlock_rdunlock(&cni.b->thashlock);
                                return GDK_FAIL;
                        }
-#ifndef NDEBUG
-                       if (ocnt < cnt) {
-                               log_bid bid = *(log_bid *) 
Tloc(lg->catalog_bid, cp);
-                               BAT *b = BBP_record(bid).cache;
-                               if (!(b == NULL || b->theap == NULL || b->ttype 
== 0 || b->theap->dirty) && (!b->batTransient))
-                                       fprintf(stderr, "update count: sqlid: 
%d, cnt: "LLFMT"->"LLFMT", "ALGOBATFMT"\n", id, ocnt, cnt, ALGOBATPAR(b));
-                       }
-#endif
                }
                MT_rwlock_rdunlock(&cni.b->thashlock);
        }
_______________________________________________
checkin-list mailing list
[email protected]
https://www.monetdb.org/mailman/listinfo/checkin-list

Reply via email to