renamed backup to backup_and_restore in c_test for clarity
This commit is contained in:
parent
7e50ed8c24
commit
9651308307
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user