Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
sds-keyval
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
2
Issues
2
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
sds
sds-keyval
Commits
68e789bb
Commit
68e789bb
authored
Sep 13, 2018
by
Matthieu Dorier
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
corrected some errors
parent
9f6f10d7
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
src/sdskv-server.cc
src/sdskv-server.cc
+3
-3
No files found.
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