提交 7e608e2f 编写于 作者: Y Yueh-Hsuan Chiang

Block plain_table_index.cc in ROCKSDB_LITE

Summary: Block plain_table_index.cc in ROCKSDB_LITE

Test Plan:
make clean
make OPT=-DROCKSDB_LITE shared_lib -j32
make clean
make shared_lib -j32

Reviewers: ljin, igor

Reviewed By: igor

Subscribers: dhruba, leveldb

Differential Revision: https://reviews.facebook.net/D29535
上级 13de000f
......@@ -3,6 +3,8 @@
// LICENSE file in the root directory of this source tree. An additional grant
// of patent rights can be found in the PATENTS file in the same directory.
#ifndef ROCKSDB_LITE
#ifndef __STDC_FORMAT_MACROS
#define __STDC_FORMAT_MACROS
#endif
......@@ -209,3 +211,5 @@ Slice PlainTableIndexBuilder::FillIndexes(
const std::string PlainTableIndexBuilder::kPlainTableIndexBlock =
"PlainTableIndexBlock";
}; // namespace rocksdb
#endif // ROCKSDB_LITE
......@@ -5,6 +5,8 @@
#pragma once
#ifndef ROCKSDB_LITE
#include <string>
#include <vector>
......@@ -219,3 +221,5 @@ class PlainTableIndexBuilder {
};
}; // namespace rocksdb
#endif // ROCKSDB_LITE
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册