renamed backup to backup_and_restore in c_test for clarity

This commit is contained in:
Marko Kevac 2015-02-09 12:11:42 +03:00
parent 7e50ed8c24
commit 9651308307

View File

@ -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);