Changeset: 2086b25b3ea4 for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB/rev/2086b25b3ea4
Modified Files:
        sql/storage/bat/bat_logger.c
Branch: Jan2022
Log Message:

use proper lenght (todo.. code needs to move into GDK_bbp)


diffs (12 lines):

diff --git a/sql/storage/bat/bat_logger.c b/sql/storage/bat/bat_logger.c
--- a/sql/storage/bat/bat_logger.c
+++ b/sql/storage/bat/bat_logger.c
@@ -3418,7 +3418,7 @@ snapshot_bats(stream *plan, const char *
                int scanned = sscanf(line,
                                // Taken from the sscanf in BBPreadEntries() in 
gdk_bbp.c.
                                // 8 fields, we need field 1 (batid) and field 
4 (filename)
-                               "%" SCNu64 " %*s %*s %19s %*s %*s %*s %*s"
+                               "%" SCNu64 " %*s %*s %23s %*s %*s %*s %*s"
 
                                // Taken from the sscanf in heapinit() in 
gdk_bbp.c.
                                // 14 fields, we need fields 1 (type), 2 
(width), 10 (free)
_______________________________________________
checkin-list mailing list -- checkin-list@monetdb.org
To unsubscribe send an email to checkin-list-le...@monetdb.org

Reply via email to