Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
sds
sds-keyval
Commits
efff4c32
Commit
efff4c32
authored
Oct 09, 2017
by
David Rich
Committed by
Rob Latham
Nov 22, 2017
Browse files
Fix db name for ParSplice testing.
parent
00de161a
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/kv-server.cc
View file @
efff4c32
...
...
@@ -160,7 +160,7 @@ BwTree<uint64_t, std::vector<char>,
my_equal_to
,
my_hash
>
*
TREE
=
NULL
;
const
char
*
my_db
=
"
kv-test-db
"
;
const
char
*
my_db
=
"
minima_store
"
;
static
hg_return_t
open_handler
(
hg_handle_t
handle
)
{
...
...
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