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
d4aad350
Commit
d4aad350
authored
Aug 15, 2007
by
davi@moksha.local
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Rework doxygen documentation for the function mysql_ha_close_table.
parent
c290b26c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
9 deletions
+9
-9
sql/sql_handler.cc
sql/sql_handler.cc
+9
-9
No files found.
sql/sql_handler.cc
View file @
d4aad350
...
...
@@ -120,15 +120,15 @@ static void mysql_ha_hash_free(TABLE_LIST *tables)
}
/**
*
Close a HANDLER table.
*
*
@param thd Thread identifier.
* @param
A list of tables with the first entry to close.
*
*
@note Though this function takes a list of tables, only the first list entry
*
will be closed.
*
@note Broadcasts refresh if it closed the table.
*/
Close a HANDLER table.
@param thd Thread identifier.
@param tables
A list of tables with the first entry to close.
@note Though this function takes a list of tables, only the first list entry
will be closed.
@note Broadcasts refresh if it closed the table.
*/
static
void
mysql_ha_close_table
(
THD
*
thd
,
TABLE_LIST
*
tables
)
{
...
...
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