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
e484e6ef
Commit
e484e6ef
authored
9 years ago
by
ocelot-inc
Browse files
Options
Downloads
Patches
Plain Diff
trivial typos
parent
fc90974e
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
doc/sphinx/book/app_c_lua_tutorial.rst
+1
-1
1 addition, 1 deletion
doc/sphinx/book/app_c_lua_tutorial.rst
doc/sphinx/book/app_d_plugins.rst
+1
-1
1 addition, 1 deletion
doc/sphinx/book/app_d_plugins.rst
with
2 additions
and
2 deletions
doc/sphinx/book/app_c_lua_tutorial.rst
+
1
−
1
View file @
e484e6ef
...
...
@@ -323,7 +323,7 @@ with two fields. The first field will be 1. The second field will be a random
10-letter string. Once again the ``string_function(``) can be invoked from
``main_function()`` which can be invoked with ``main_function()!``. But
``main_function()`` won't tell the whole story, because it does not return t, it
nly puts t into the database. To confirm that something got inserted, we'll use
o
nly puts t into the database. To confirm that something got inserted, we'll use
a SELECT request.
.. code-block:: lua
...
...
This diff is collapsed.
Click to expand it.
doc/sphinx/book/app_d_plugins.rst
+
1
−
1
View file @
e484e6ef
...
...
@@ -76,7 +76,7 @@ mysqld server is already running on the local host 127.0.0.1.
Query OK, 0 rows affected (0.13 sec)
mysql> INSERT INTO test.test VALUES (1,'MySQL row');
Query OK, 1 row affected (0.02 sec)
mysql>
**
QUIT
**
mysql> QUIT
Bye
# Build the Tarantool server. Make certain that "cmake" gets the right
...
...
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