Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
T
titan
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
fangzongwu
titan
Commits
37298baa
Commit
37298baa
authored
May 11, 2019
by
Connor
Committed by
yiwu-arbug
May 11, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
rename version to blob_storage (#5)
Signed-off-by:
Connor1996
<
zbk602423539@gmail.com
>
parent
c673677c
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
4 additions
and
4 deletions
+4
-4
CMakeLists.txt
CMakeLists.txt
+1
-1
blob_gc_picker.h
src/blob_gc_picker.h
+1
-1
blob_storage.cc
src/blob_storage.cc
+1
-1
blob_storage.h
src/blob_storage.h
+0
-0
version_set.h
src/version_set.h
+1
-1
No files found.
CMakeLists.txt
View file @
37298baa
...
@@ -26,6 +26,7 @@ set(SOURCES
...
@@ -26,6 +26,7 @@ set(SOURCES
src/blob_gc.cc
src/blob_gc.cc
src/blob_gc_job.cc
src/blob_gc_job.cc
src/blob_gc_picker.cc
src/blob_gc_picker.cc
src/blob_storage.cc
src/db.cc
src/db.cc
src/db_impl.cc
src/db_impl.cc
src/db_impl_files.cc
src/db_impl_files.cc
...
@@ -34,7 +35,6 @@ set(SOURCES
...
@@ -34,7 +35,6 @@ set(SOURCES
src/table_builder.cc
src/table_builder.cc
src/table_factory.cc
src/table_factory.cc
src/util.cc
src/util.cc
src/version.cc
src/version_edit.cc
src/version_edit.cc
src/version_set.cc
)
src/version_set.cc
)
...
...
src/blob_gc_picker.h
View file @
37298baa
...
@@ -9,7 +9,7 @@
...
@@ -9,7 +9,7 @@
#include "blob_file_manager.h"
#include "blob_file_manager.h"
#include "blob_format.h"
#include "blob_format.h"
#include "blob_gc.h"
#include "blob_gc.h"
#include "
version
.h"
#include "
blob_storage
.h"
namespace
rocksdb
{
namespace
rocksdb
{
namespace
titandb
{
namespace
titandb
{
...
...
src/
version
.cc
→
src/
blob_storage
.cc
View file @
37298baa
#include "
version
.h"
#include "
blob_storage
.h"
#include "version_set.h"
#include "version_set.h"
namespace
rocksdb
{
namespace
rocksdb
{
...
...
src/
version
.h
→
src/
blob_storage
.h
View file @
37298baa
File moved
src/version_set.h
View file @
37298baa
...
@@ -14,7 +14,7 @@
...
@@ -14,7 +14,7 @@
#include "blob_file_cache.h"
#include "blob_file_cache.h"
#include "titan/options.h"
#include "titan/options.h"
#include "version_edit.h"
#include "version_edit.h"
#include "
version
.h"
#include "
blob_storage
.h"
namespace
rocksdb
{
namespace
rocksdb
{
namespace
titandb
{
namespace
titandb
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment