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
02d5925e
Commit
02d5925e
authored
10 years ago
by
Konstantin Osipov
Browse files
Options
Downloads
Patches
Plain Diff
Add a couple of files to gitignore. Always include the header first.
Build Sophia before trying to link with it.
parent
5b4eb005
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
cmake/BuildSophia.cmake
+1
-0
1 addition, 0 deletions
cmake/BuildSophia.cmake
src/box/sophia_engine.cc
+1
-2
1 addition, 2 deletions
src/box/sophia_engine.cc
src/box/sophia_engine.h
+1
-0
1 addition, 0 deletions
src/box/sophia_engine.h
third_party/sophia
+1
-1
1 addition, 1 deletion
third_party/sophia
with
4 additions
and
3 deletions
cmake/BuildSophia.cmake
+
1
−
0
View file @
02d5925e
...
...
@@ -30,4 +30,5 @@ macro(sophia_build)
)
message
(
STATUS
"Use bundled Sophia:
${
PROJECT_SOURCE_DIR
}
/third_party/sophia/"
)
set
(
sophia_lib
"
${
PROJECT_BINARY_DIR
}
/third_party/sophia/libsophia.a"
)
add_dependencies
(
build_bundled_libs libsophia
)
endmacro
(
sophia_build
)
This diff is collapsed.
Click to expand it.
src/box/sophia_engine.cc
+
1
−
2
View file @
02d5925e
...
...
@@ -26,12 +26,11 @@
* THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*/
#include
"sophia_engine.h"
#include
"cfg.h"
#include
"xrow.h"
#include
"tuple.h"
#include
"scoped_guard.h"
#include
"engine.h"
#include
"sophia_engine.h"
#include
"txn.h"
#include
"index.h"
#include
"sophia_index.h"
...
...
This diff is collapsed.
Click to expand it.
src/box/sophia_engine.h
+
1
−
0
View file @
02d5925e
...
...
@@ -28,6 +28,7 @@
* THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*/
#include
"engine.h"
struct
SophiaFactory
:
public
EngineFactory
{
SophiaFactory
();
...
...
This diff is collapsed.
Click to expand it.
sophia
@
3f313230
Compare
2eb63189
...
3f313230
Subproject commit
2eb631891536c2e2df57639991bee86fde7488d
9
Subproject commit
3f313230c8305859a8a14a45dace37415ee1247
9
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