]> git-server-git.apps.pok.os.sepia.ceph.com Git - rocksdb.git/log
rocksdb.git
10 years agoInitialize options.row_cache
sdong [Mon, 30 Nov 2015 18:30:22 +0000 (10:30 -0800)]
Initialize options.row_cache

Summary: options.row_cache should already been initialized as null by default. Still try to set it following current convention, because one valgrind failure reports a failure related to it.

Test Plan: Run all unit tests

Reviewers: yhchiang, kradhakrishnan, igor

Reviewed By: igor

Subscribers: leveldb, dhruba

Differential Revision: https://reviews.facebook.net/D51303

10 years agoFix clang build
Islam AbdelRahman [Mon, 30 Nov 2015 18:03:07 +0000 (10:03 -0800)]
Fix clang build

Summary: Fix clang

Test Plan: make check

Reviewers: sdong, yhchiang, rven

Subscribers: dhruba

Differential Revision: https://reviews.facebook.net/D51417