]> git-server-git.apps.pok.os.sepia.ceph.com Git - rocksdb.git/commit
Initialize options.row_cache
authorsdong <siying.d@fb.com>
Mon, 30 Nov 2015 18:30:22 +0000 (10:30 -0800)
committersdong <siying.d@fb.com>
Mon, 30 Nov 2015 18:30:35 +0000 (10:30 -0800)
commitd27ea4c9e535626de68f9847b6298db79f8f49ee
treea593d00ff774a1d6b0856becc5acdb2ca3be7501
parent72930485b5ed2885f7916570a7579d9ef47dc51c
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
util/options.cc