Changeset: 7845cc82a485 for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB/rev/7845cc82a485
Modified Files:
sql/storage/bat/bat_logger.c
Branch: Jul2021
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
@@ -2915,7 +2915,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 -- [email protected]
To unsubscribe send an email to [email protected]