Prashant D
34aa245dd8
Fix coverity issues version, write_batch
...
Summary:
db/version_builder.cc:
117 base_vstorage_->InternalComparator();
CID 1351713 (#1 of 1): Uninitialized pointer field (UNINIT_CTOR)
2. uninit_member: Non-static class member field level_zero_cmp_.internal_comparator is not initialized in this constructor nor in any functions that it calls.
db/version_edit.h:
145 FdWithKeyRange()
146 : fd(),
147 smallest_key(),
148 largest_key() {
CID 1418254 (#1 of 1): Uninitialized pointer field (UNINIT_CTOR)
2. uninit_member: Non-static class member file_metadata is not initialized in this constructor nor in any functions that it calls.
149 }
db/version_set.cc:
120 }
CID 1322789 (#1 of 1): Uninitialized pointer field (UNINIT_CTOR)
4. uninit_member: Non-static class member curr_file_level_ is not initialized in this constructor nor in any functions that it calls.
121 }
db/write_batch.cc:
939 assert(cf_mems_);
CID 1419862 (#1 of 1): Uninitialized scalar field (UNINIT_CTOR)
3. uninit_member: Non-static class member rebuilding_trx_seq_ is not initialized in this constructor nor in any functions that it calls.
940 }
Closes https://github.com/facebook/rocksdb/pull/3092
Differential Revision: D6505666
Pulled By: yiwu-arbug
fbshipit-source-id: fd2c68948a0280772691a419d72ac7e190951d86
2017-12-07 11:57:36 -08:00
..
2017-11-10 09:26:24 -08:00
2017-11-10 09:26:24 -08:00
2017-09-14 14:18:59 -07:00
2017-11-28 14:12:44 -08:00
2017-10-17 11:13:19 -07:00
2017-11-10 09:26:24 -08:00
2017-11-10 09:26:24 -08:00
2017-07-21 18:26:26 -07:00
2017-10-27 11:26:42 -07:00
2017-07-21 18:26:26 -07:00
2017-08-19 14:10:08 -07:00
2017-11-01 18:56:43 -07:00
2017-11-02 17:27:38 -07:00
2017-11-01 18:56:43 -07:00
2017-07-21 18:26:26 -07:00
2017-11-30 23:50:45 -08:00
2017-12-06 20:56:53 -08:00
2017-11-16 17:57:25 -08:00
2017-10-19 15:26:36 -07:00
2017-08-16 18:42:33 -07:00
2017-07-15 16:11:23 -07:00
2017-11-09 17:42:00 -08:00
2017-09-13 15:41:38 -07:00
2017-10-27 15:56:35 -07:00
2017-07-15 16:11:23 -07:00
2017-07-21 18:26:26 -07:00
2017-08-09 15:58:13 -07:00
2017-08-11 12:29:14 -07:00
2017-10-19 10:57:12 -07:00
2017-10-19 10:57:12 -07:00
2017-10-17 08:57:09 -07:00
2017-07-21 18:26:26 -07:00
2017-07-21 18:26:26 -07:00
2017-10-20 15:42:07 -07:00
2017-12-07 11:12:43 -08:00
2017-07-21 18:26:26 -07:00
2017-07-15 16:11:23 -07:00
2017-07-18 11:56:57 -07:00
2017-07-21 18:26:26 -07:00
2017-11-16 17:57:25 -08:00
2017-11-30 23:50:45 -08:00
2017-10-05 18:11:43 -07:00
2017-11-10 17:28:12 -08:00
2017-11-30 23:50:45 -08:00
2017-10-09 17:15:28 -07:00
2017-07-21 18:26:26 -07:00
2017-11-30 23:50:45 -08:00
2017-12-06 18:56:54 -08:00
2017-11-30 23:50:45 -08:00
2017-07-15 16:11:23 -07:00
2017-07-15 16:11:23 -07:00
2017-07-15 16:11:23 -07:00
2017-07-26 21:11:47 -07:00
2017-11-29 22:56:29 -08:00
2017-12-06 11:56:39 -08:00
2017-10-09 17:15:28 -07:00
2017-11-29 22:56:29 -08:00
2017-07-15 16:11:23 -07:00
2017-07-21 18:26:26 -07:00
2017-12-06 11:56:39 -08:00
2017-11-16 17:57:25 -08:00
2017-10-23 15:27:27 -07:00
2017-08-29 18:41:35 -07:00
2017-11-17 11:58:17 -08:00
2017-07-15 16:11:23 -07:00
2017-09-28 18:17:30 -07:00
2017-07-21 18:26:26 -07:00
2017-11-09 17:42:00 -08:00
2017-11-10 17:28:12 -08:00
2017-11-21 20:11:38 -08:00
2017-11-02 22:28:10 -07:00
2017-08-16 18:42:33 -07:00
2017-11-30 23:50:45 -08:00
2017-11-28 11:42:48 -08:00
2017-07-15 16:11:23 -07:00
2017-11-01 18:56:43 -07:00
2017-11-11 11:28:37 -08:00
2017-07-21 18:26:26 -07:00
2017-07-15 16:11:23 -07:00
2017-07-15 16:11:23 -07:00
2017-07-28 16:27:16 -07:00
2017-11-28 11:27:02 -08:00
2017-11-30 23:50:45 -08:00
2017-11-28 11:27:02 -08:00
2017-07-21 18:26:26 -07:00
2017-07-21 18:26:26 -07:00
2017-07-21 18:26:26 -07:00
2017-07-15 16:11:23 -07:00
2017-07-15 16:11:23 -07:00
2017-07-15 16:11:23 -07:00
2017-10-06 10:41:53 -07:00
2017-12-06 20:56:53 -08:00
2017-10-06 10:41:53 -07:00
2017-07-15 16:11:23 -07:00
2017-07-15 16:11:23 -07:00
2017-12-01 10:42:05 -08:00
2017-09-21 17:56:38 -07:00
2017-07-21 18:26:26 -07:00
2017-10-27 15:00:05 -07:00
2017-10-23 15:27:27 -07:00
2017-10-05 18:11:43 -07:00
2017-07-21 18:26:26 -07:00
2017-07-15 16:11:23 -07:00
2017-07-15 16:11:23 -07:00
2017-07-15 16:11:23 -07:00
2017-10-19 10:57:12 -07:00
2017-07-15 16:11:23 -07:00
2017-07-15 16:11:23 -07:00
2017-07-21 18:26:26 -07:00
2017-07-15 16:11:23 -07:00
2017-07-15 16:11:23 -07:00
2017-07-15 16:11:23 -07:00
2017-07-21 18:26:26 -07:00
2017-07-15 16:11:23 -07:00
2017-10-23 15:27:27 -07:00
2017-10-23 15:27:27 -07:00
2017-11-02 22:28:10 -07:00
2017-11-02 22:28:10 -07:00
2017-07-15 16:11:23 -07:00
2017-07-15 16:11:23 -07:00
2017-08-16 23:42:00 -07:00
2017-08-16 23:42:00 -07:00
2017-07-15 16:11:23 -07:00
2017-07-21 18:26:26 -07:00
2017-07-15 16:11:23 -07:00
2017-07-15 16:11:23 -07:00
2017-07-15 16:11:23 -07:00
2017-07-21 18:26:26 -07:00
2017-11-30 23:50:45 -08:00
2017-12-01 10:42:05 -08:00
2017-11-28 11:27:02 -08:00
2017-11-28 11:27:02 -08:00
2017-11-28 11:27:02 -08:00
2017-09-11 09:14:48 -07:00
2017-10-10 13:12:37 -07:00
2017-11-30 23:50:45 -08:00
2017-10-18 09:11:50 -07:00
2017-07-15 16:11:23 -07:00
2017-11-02 15:58:27 -07:00
2017-11-16 17:57:25 -08:00
2017-07-15 16:11:23 -07:00
2017-07-21 18:26:26 -07:00
2017-11-01 22:56:17 -07:00
2017-07-21 18:26:26 -07:00
2017-11-10 17:28:12 -08:00
2017-11-10 17:28:12 -08:00
2017-07-15 16:11:23 -07:00
2017-12-07 11:57:36 -08:00
2017-08-24 16:10:54 -07:00
2017-07-15 16:11:23 -07:00
2017-07-21 18:26:26 -07:00
2017-12-07 11:57:36 -08:00
2017-07-21 18:26:26 -07:00
2017-12-07 11:57:36 -08:00
2017-11-30 23:50:45 -08:00
2017-11-30 23:50:45 -08:00
2017-11-10 17:28:12 -08:00
2017-11-10 17:28:12 -08:00
2017-07-15 16:11:23 -07:00
2017-11-11 11:28:37 -08:00
2017-10-19 10:57:12 -07:00
2017-12-07 11:57:36 -08:00
2017-12-06 17:12:27 -08:00
2017-07-15 16:11:23 -07:00
2017-07-15 16:11:23 -07:00
2017-07-15 16:11:23 -07:00
2017-07-15 16:11:23 -07:00
2017-11-28 11:42:48 -08:00
2017-11-30 23:50:45 -08:00