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
b90d4de0
Commit
b90d4de0
authored
13 years ago
by
Dmitry E. Oboukhov
Browse files
Options
Downloads
Plain Diff
Merge branch 'master' of github.com:mailru/tarantool into debian
parents
a9919cb8
1579774b
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
doc/user/connectors.xml
+1
-1
1 addition, 1 deletion
doc/user/connectors.xml
doc/user/stored-programs.xml
+14
-2
14 additions, 2 deletions
doc/user/stored-programs.xml
doc/user/target.db
+1
-1
1 addition, 1 deletion
doc/user/target.db
with
16 additions
and
4 deletions
doc/user/connectors.xml
+
1
−
1
View file @
b90d4de0
...
...
@@ -25,7 +25,7 @@
<section>
<title>
Perl
</title>
<para>
Please refer to CPAN module
<link
xlink:href=
"
http://search.cpan.org/search?query=Tarantool&mode=all
"
>
MR::Tarantool::Box
</link>
.
Please refer to CPAN module
<link
xlink:href=
'
http://search.cpan.org/search?query=Tarantool&
amp;
mode=all
'
>
MR::Tarantool::Box
</link>
.
</para>
</section>
...
...
This diff is collapsed.
Click to expand it.
doc/user/stored-programs.xml
+
14
−
2
View file @
b90d4de0
...
...
@@ -229,11 +229,11 @@ pack: function
<link
xlink:href=
"https://github.com/mailru/tarantool/blob/master/doc/box-protocol.txt"
>
<filename>
doc/box-protocol.txt
</filename></link>
,
</member>
<member><code>
request
</code>
—
a request packed in binary format
</member>
<member><code>
request
</code>
—
a request packed in binary format
.
</member>
</simplelist>
<bridgehead
renderas=
"sect4"
>
Returns
</bridgehead>
This function returns zero or more tuples. In Lua, a
tuple is represented by
tuple is represented by
a
<emphasis>
userdata
</emphasis>
object of type
<code>
box.tuple
</code>
. If a Lua procedure
is called from the administrative console, tuples
...
...
@@ -389,6 +389,18 @@ Note: the administrative console output must be YAML-compatible.
</varlistentry>
</variablelist>
<variablelist>
<title>
Package
<code
xml:id=
"box.tuple"
xreflabel=
"box.tuple"
>
box.tuple
</code></title>
<para>
The package contains no functions, but stands for
<code>
box.tuple
</code>
userdata type. It is possible to access individual
tuple fields using an index, or iterate over all fields in a
tuple. Tuples are immutable.
</para>
<varlistentry>
<term><emphasis
role=
"lua"
>
</emphasis></term>
<listitem><simpara></simpara></listitem>
</varlistentry>
</variablelist>
<variablelist>
<title>
Packages
<code>
box.space
</code>
and
<code>
box.index
</code></title>
<para>
These packages combine access to space and index
...
...
This diff is collapsed.
Click to expand it.
doc/user/target.db
+
1
−
1
View file @
b90d4de0
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