From 9651308307234b6eb08b3cdf62324b10df1e94e9 Mon Sep 17 00:00:00 2001 From: Marko Kevac Date: Mon, 9 Feb 2015 12:11:42 +0300 Subject: [PATCH] renamed backup to backup_and_restore in c_test for clarity --- db/c_test.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/db/c_test.c b/db/c_test.c index 4f9bd4ebf..b8f0ea186 100644 --- a/db/c_test.c +++ b/db/c_test.c @@ -403,7 +403,7 @@ int main(int argc, char** argv) { CheckNoError(err); CheckGet(db, roptions, "foo", "hello"); - StartPhase("backup"); + StartPhase("backup_and_restore"); { rocksdb_destroy_db(options, dbbackupname, &err); CheckNoError(err);