Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
M
MariaDB
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
nexedi
MariaDB
Commits
50bf28a5
Commit
50bf28a5
authored
Apr 09, 2002
by
arjen@george.bitbike.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
manual.texi:
Text cleanup (by Colin Faber).
parent
fa66d680
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
6 deletions
+6
-6
Docs/manual.texi
Docs/manual.texi
+6
-6
No files found.
Docs/manual.texi
View file @
50bf28a5
...
...
@@ -33594,12 +33594,12 @@ in data file) matching @code{WHERE} condition. It is faster than
The last form closes the table, opened with @code{HANDLER ... OPEN}.
@code{HANDLER} is somewhat
low-level statement, for example it does not
provide consistency. T
hat is @code{HANDLER ... OPEN} does @strong{NOT}
take
s a snapshot of the table, and does @strong{NOT} locks the table. The
above means, that after @code{HANDLER ... OPEN}
table data can be
modified (by this or
other thread) and these modifications may appear
only
partially in @code{HANDLER ... NEXT} or @code{HANDLER ... PREV} scans.
@code{HANDLER} is somewhat
of a low-level statement, for example it does
not provide consistency, t
hat is @code{HANDLER ... OPEN} does @strong{NOT}
take
a snapshot of the table, and does @strong{NOT} lock the table. This
means that after a @code{HANDLER ... OPEN} is issued,
table data can be
modified (by this or
an other thread) and these modifications may
only
partially
appear
in @code{HANDLER ... NEXT} or @code{HANDLER ... PREV} scans.
@node INSERT, INSERT DELAYED, HANDLER, Data Manipulation
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment