Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
T
tarantool
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
core
tarantool
Commits
6d454185
Commit
6d454185
authored
10 years ago
by
Dmitry Simonenko
Browse files
Options
Downloads
Patches
Plain Diff
sophia: create repository on a write.
parent
05c31233
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
src/box/engine_sophia.cc
+1
-0
1 addition, 0 deletions
src/box/engine_sophia.cc
third_party/sophia
+1
-1
1 addition, 1 deletion
third_party/sophia
with
2 additions
and
1 deletion
src/box/engine_sophia.cc
+
1
−
0
View file @
6d454185
...
...
@@ -94,6 +94,7 @@ SophiaFactory::init()
panic
(
"failed to create sophia environment"
);
void
*
conf
=
sp_ctl
(
env
,
"conf"
);
sp_set
(
conf
,
"env.dir"
,
"sophia"
);
sp_set
(
conf
,
"env.create_on_write"
,
1
);
}
void
...
...
This diff is collapsed.
Click to expand it.
sophia
@
3889eb47
Compare
cdbdf9be
...
3889eb47
Subproject commit
cdbdf9bed8eef51d4f852f6881eed9267b9bd13e
Subproject commit
3889eb4777fdff520c140467eab477c0af3ca7c9
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment