From 0ab12b37ebb881380f6dc48adb9362208a748322 Mon Sep 17 00:00:00 2001 From: kanoi Date: Thu, 7 Aug 2014 12:39:37 +1000 Subject: [PATCH] ckdb - update reload_from code comment --- src/ckdb.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ckdb.c b/src/ckdb.c index 1f13c677..831d5ac8 100644 --- a/src/ckdb.c +++ b/src/ckdb.c @@ -7471,7 +7471,7 @@ jilted: // 10Mb for now #define MAX_READ (10 * 1024 * 1024) -/* To handle a new database with no data: +/* If the reload start file is missing and -r was specified correctly: * touch the filename reported in "Failed to open 'filename'" * when ckdb aborts at the beginning of the reload */ static bool reload_from(tv_t *start)