rocksdb/include/rocksdb/utilities
Adam Retter 1b0c9ce396 Fix Windows broken build error due to non-const override (#4798)
Summary:
1) `transaction_base.h` overrides from `transaction.h` with a `const boolean do_validate`.
The non-const base declaration, which I cannot see the need for, causes a compilation error on Microsoft Windows.

2) Implicit cast from `double` to `uint64_t` causes a compilation error on Microsoft Windows.
Pull Request resolved: https://github.com/facebook/rocksdb/pull/4798

Differential Revision: D13519734

Pulled By: sagar0

fbshipit-source-id: 6e8cb80e9a589b1122e1500c21b8e3a3a472b459
2018-12-19 13:29:51 -08:00
..
lua comment unused parameters to turn on -Wunused-parameter flag 2018-04-12 17:59:16 -07:00
backupable_db.h protect valid backup files when max_valid_backups_to_open is set 2018-04-05 21:13:21 -07:00
checkpoint.h Change RocksDB License 2017-07-15 16:11:23 -07:00
convenience.h Change RocksDB License 2017-07-15 16:11:23 -07:00
date_tiered_db.h Change RocksDB License 2017-07-15 16:11:23 -07:00
db_ttl.h Add possibility to change ttl on open DB 2018-01-18 10:42:15 -08:00
debug.h GetAllKeyVersions() to take an extra argument of max_num_ikeys. (#4271) 2018-08-16 15:57:08 -07:00
document_db.h Change RocksDB License 2017-07-15 16:11:23 -07:00
env_librados.h env_librados.h: drop redundant #endif (#4354) 2018-09-07 11:12:44 -07:00
env_mirror.h Update all unique/shared_ptr instances to be qualified with namespace std (#4638) 2018-11-09 11:19:58 -08:00
geo_db.h Comment out unused variables 2018-03-05 13:13:41 -08:00
info_log_finder.h Change RocksDB License 2017-07-15 16:11:23 -07:00
json_document.h Change RocksDB License 2017-07-15 16:11:23 -07:00
ldb_cmd.h Add SST ingestion to ldb (#4205) 2018-08-09 14:29:11 -07:00
ldb_cmd_execute_result.h Change RocksDB License 2017-07-15 16:11:23 -07:00
leveldb_options.h Change RocksDB License 2017-07-15 16:11:23 -07:00
memory_util.h Change RocksDB License 2017-07-15 16:11:23 -07:00
object_registry.h Update all unique/shared_ptr instances to be qualified with namespace std (#4638) 2018-11-09 11:19:58 -08:00
optimistic_transaction_db.h Make Optimistic Tx database stackable 2018-04-03 15:28:40 -07:00
option_change_migration.h Change RocksDB License 2017-07-15 16:11:23 -07:00
options_util.h Change RocksDB License 2017-07-15 16:11:23 -07:00
sim_cache.h CacheActivityLogger, component to log cache activity into a file 2017-07-28 12:36:48 -07:00
spatial_db.h Change RocksDB License 2017-07-15 16:11:23 -07:00
stackable_db.h Get CompactionJobInfo from CompactFiles 2018-12-13 14:21:24 -08:00
table_properties_collectors.h Allow dynamic modification of window size and deletion trigger (#4403) 2018-09-20 15:15:28 -07:00
transaction.h Fix Windows broken build error due to non-const override (#4798) 2018-12-19 13:29:51 -08:00
transaction_db.h Small issues (#4564) 2018-10-23 10:35:57 -07:00
transaction_db_mutex.h Change RocksDB License 2017-07-15 16:11:23 -07:00
utility_db.h Ensure Windows build w/o port/port.h in public headers 2015-07-16 12:10:16 -07:00
write_batch_with_index.h Revert "BaseDeltaIterator: always check valid() before accessing key(… (#4744) 2018-12-03 23:38:27 -08:00