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
168f18f5
Commit
168f18f5
authored
9 years ago
by
ocelot-inc
Browse files
Options
Downloads
Patches
Plain Diff
Small changes re build requirements + sophia limitations
parent
97b1882b
Loading
Loading
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
doc/sphinx/book/box/limitations.rst
+1
-2
1 addition, 2 deletions
doc/sphinx/book/box/limitations.rst
doc/sphinx/dev_guide/building_from_source.rst
+5
-2
5 additions, 2 deletions
doc/sphinx/dev_guide/building_from_source.rst
with
6 additions
and
4 deletions
doc/sphinx/book/box/limitations.rst
+
1
−
2
View file @
168f18f5
...
...
@@ -39,8 +39,7 @@ Length of an index name or space name or user name
32 (``box.schema.NAME_MAX``).
Limitations which are only applicable for the sophia storage engine
The maximum number of fields in an index is always 1, that is, multi-part
indexes are not supported. The maximum number of indexes in a space is
The maximum number of indexes in a space is
always 1, that is, secondary indexes are not supported. Indexes must be
type=TREE, that is, the options type=HASH or type=RTREE or type=BITSET are
not supported. Indexes must be unique, that is, the option unique=false
...
...
This diff is collapsed.
Click to expand it.
doc/sphinx/dev_guide/building_from_source.rst
+
5
−
2
View file @
168f18f5
...
...
@@ -25,8 +25,9 @@ explain what the steps are, then on the Internet you can look at some example sc
Here are names of tools and libraries which may have to be installed in advance,
using ``sudo apt-get`` (for Ubuntu), ``sudo yum install`` (for CentOS), or the
equivalent on other platforms. Different platforms may use slightly different
names. Do not worry about the ones marked `optional, only in Mac OS scripts`
unless your platform is Mac OS.
names. Ignore the ones marked `optional, only in Mac OS scripts`
unless the platform is Mac OS. Ignore the one marked `optional,
only for documentation` unless the intent is to use the ``-DENABLE_DOC`` option in step 5.
* **gcc and g++, or clang** # see above
* **git** # see above
...
...
@@ -34,6 +35,7 @@ explain what the steps are, then on the Internet you can look at some example sc
* **libreadline-dev or libreadline6-dev or readline-devel** # for interactive mode
* **autoconf** # optional, only in Mac OS scripts
* **zlib1g** or **zlib** # optional, only in Mac OS scripts
* **doxygen** # optional, only for documentation
2. Set up python modules for running the test suite or creating documentation.
This step is optional. Python modules are not necessary for building Tarantool
...
...
@@ -108,6 +110,7 @@ explain what the steps are, then on the Internet you can look at some example sc
pip install tarantool\>0.4 --user
# For documentation
sudo pip install pelican
sudo pip install breathe
sudo pip install -U sphinx
3. Use :code:`git` to download the latest source code from the
...
...
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