This website works better with JavaScript.
Home
Explore
帮助
返回水杉在线
登录水杉在线
登录水杉码园
10225501435
/
LSM_tree_KV_Separation
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Merge remote-tracking branch 'origin/master'
master
马也驰
8 months ago
parent
c31a662210
commit
0c75d0dadc
2 changed files
with
1 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
db/db_impl.h
+0
-1
db/vlog_set.cpp
+ 1
- 1
db/db_impl.h
View File
@ -120,7 +120,7 @@ class DBImpl : public DB {
}
;
Status
get_slot_num
(
const
ReadOptions
&
options
,
const
Slice
&
key
,
size_t
*
slot_num
)
;
size_t
*
slot_num
)
override
;
Iterator
*
NewInternalIterator
(
const
ReadOptions
&
,
SequenceNumber
*
latest_snapshot
,
+ 0
- 1
db/vlog_set.cpp
View File
@ -103,7 +103,6 @@ VlogSet::~VlogSet() {
vlog_file_handler
.
flush
(
)
;
vlog_file_handler
.
close
(
)
;
// FIXME: SIGSEGV
std
:
:
cout
<
<
"
vlog_set.cpp line 102
"
<
<
std
:
:
endl
;
vlog_handler
-
>
vlog_latch_
.
hard_unlock
(
)
;
}
Write
Preview
Loading…
Cancel
Save