Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
sds
sds-keyval
Commits
68e789bb
Commit
68e789bb
authored
Sep 13, 2018
by
Matthieu Dorier
Browse files
corrected some errors
parent
9f6f10d7
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/sdskv-server.cc
View file @
68e789bb
...
...
@@ -231,7 +231,7 @@ extern "C" int sdskv_provider_register(
return
SDSKV_ERR_REMI
;
}
ret
=
remi_provider_register_migration_class
(
tmp_svr_ctx
->
remi_provider
,
"
bake
"
,
sdskv_pre_migration_callback
,
"
sdskv
"
,
sdskv_pre_migration_callback
,
sdskv_post_migration_callback
,
NULL
,
tmp_svr_ctx
);
if
(
ret
!=
REMI_SUCCESS
)
{
return
SDSKV_ERR_REMI
;
...
...
@@ -2033,8 +2033,8 @@ static void sdskv_migrate_database_ult(hg_handle_t handle)
}
/* create a fileset */
remi_fileset_t
fileset
=
database
->
create_and_populate_fileset
();
if
(
fileset
==
REMI_FILESET_NULL
)
{
local_
fileset
=
database
->
create_and_populate_fileset
();
if
(
local_
fileset
==
REMI_FILESET_NULL
)
{
out
.
ret
=
SDSKV_OP_NOT_IMPL
;
break
;
}
...
...
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