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
eb0ae211
Commit
eb0ae211
authored
Jan 19, 2004
by
konstantin@mysql.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
more clear (grammar mistake)
parent
c74cd37c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
sql/sql_class.h
sql/sql_class.h
+2
-2
No files found.
sql/sql_class.h
View file @
eb0ae211
...
@@ -627,13 +627,13 @@ class THD :public ilink,
...
@@ -627,13 +627,13 @@ class THD :public ilink,
/*
/*
During a MySQL session, one can lock tables in two modes: automatic
During a MySQL session, one can lock tables in two modes: automatic
or manual. In automatic mode all necessary tables are locked just before
or manual. In automatic mode all necessary tables are locked just before
statement execution, and all acquired locks are stored in
a
'lock'
statement execution, and all acquired locks are stored in 'lock'
member. Unlocking takes place automatically as well, when the
member. Unlocking takes place automatically as well, when the
statement ends.
statement ends.
Manual mode comes into play when a user issues a 'LOCK TABLES'
Manual mode comes into play when a user issues a 'LOCK TABLES'
statement. In this mode the user can only use the locked tables.
statement. In this mode the user can only use the locked tables.
Trying to use any other tables will give an error. The locked tables are
Trying to use any other tables will give an error. The locked tables are
stored in
a
'locked_tables' member. Manual locking is described in
stored in 'locked_tables' member. Manual locking is described in
the 'LOCK_TABLES' chapter of the MySQL manual.
the 'LOCK_TABLES' chapter of the MySQL manual.
See also lock_tables() for details.
See also lock_tables() for details.
*/
*/
...
...
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