rocksdb/utilities/backupable
Andrew Kryczka 114a1b8792 Fix build errors for windows
Summary:
- Need to use unsigned long long for 64-bit literals on windows
- Need size_t for backup meta-file length since clang doesn't let us assign size_t to int

Test Plan: backupable_db_test and options_test

Reviewers: IslamAbdelRahman, yhchiang, sdong

Reviewed By: sdong

Subscribers: andrewkr, dhruba, leveldb

Differential Revision: https://reviews.facebook.net/D56391
2016-04-08 13:09:19 -07:00
..
backupable_db.cc Fix build errors for windows 2016-04-08 13:09:19 -07:00
backupable_db_test.cc Rocksdb backup can store optional application specific metadata 2016-04-01 10:56:52 -07:00