summaryrefslogtreecommitdiff
path: root/sql/sql_handler.cc
diff options
context:
space:
mode:
authorunknown <davi@moksha.local>2007-08-15 17:12:09 -0300
committerunknown <davi@moksha.local>2007-08-15 17:12:09 -0300
commita0ed0ea12870e87316f9086b8a1152eb6c4c2b8b (patch)
tree5f523e729257dcccd22e23a5269c269f92601c76 /sql/sql_handler.cc
parent9c1ffac09a120989b438603fd89d110b95691bed (diff)
downloadmariadb-git-a0ed0ea12870e87316f9086b8a1152eb6c4c2b8b.tar.gz
Rework doxygen documentation for the function mysql_ha_close_table.
sql/sql_handler.cc: Add missing parameter to the @param tag and fix style.
Diffstat (limited to 'sql/sql_handler.cc')
-rw-r--r--sql/sql_handler.cc18
1 files changed, 9 insertions, 9 deletions
diff --git a/sql/sql_handler.cc b/sql/sql_handler.cc
index e00d9110378..4ff91bd40a6 100644
--- a/sql/sql_handler.cc
+++ b/sql/sql_handler.cc
@@ -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)
{