rocksdb/env
Yanqin Jin 231fffd07c Add Env::SanitizeEnvOptions (#5885)
Summary:
Add Env::SanitizeEnvOptions to allow underlying environments properly
configure env options.
Pull Request resolved: https://github.com/facebook/rocksdb/pull/5885

Test Plan:
```
make check
```

Differential Revision: D17910327

Pulled By: riversand963

fbshipit-source-id: 86a1ac616e485742c35c4a9cc9f1227c529fc00f
2019-10-14 12:25:00 -07:00
..
env.cc Add Env::SanitizeEnvOptions (#5885) 2019-10-14 12:25:00 -07:00
env_basic_test.cc
env_chroot.cc
env_chroot.h
env_encryption.cc Fix EncryptedEnv assert (#5735) 2019-09-05 17:21:42 -07:00
env_hdfs.cc
env_posix.cc Avoid clock_gettime on pre-10.12 macOS versions (#5570) 2019-09-11 14:07:25 -07:00
env_test.cc Fix block cache ID uniqueness for Windows builds (#5844) 2019-10-11 18:19:31 -07:00
io_posix.cc Fixed FALLOC_FL_KEEP_SIZE undefined (#5614) 2019-09-05 17:37:21 -07:00
io_posix.h
mock_env.cc Use delete to disable automatic generated methods. (#5009) 2019-09-11 18:09:00 -07:00
mock_env.h
mock_env_test.cc