mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
Rework doxygen documentation for the function mysql_ha_close_table.
sql/sql_handler.cc: Add missing parameter to the @param tag and fix style.
This commit is contained in:
@ -120,15 +120,15 @@ static void mysql_ha_hash_free(TABLE_LIST *tables)
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Close a HANDLER table.
|
Close a HANDLER table.
|
||||||
*
|
|
||||||
* @param thd Thread identifier.
|
@param thd Thread identifier.
|
||||||
* @param A list of tables with the first entry to close.
|
@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
|
@note Though this function takes a list of tables, only the first list entry
|
||||||
* will be closed.
|
will be closed.
|
||||||
* @note Broadcasts refresh if it closed the table.
|
@note Broadcasts refresh if it closed the table.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
static void mysql_ha_close_table(THD *thd, TABLE_LIST *tables)
|
static void mysql_ha_close_table(THD *thd, TABLE_LIST *tables)
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user