Below is the list of changes that have just been committed into a local
5.0 repository of davi. When davi does a push these changes will
be propagated to the main repository and, within 24 hours after the
push, to the public repository.
For information on how to access the public repository
see http://dev.mysql.com/doc/mysql/en/installing-source-tree.html
ChangeSet@stripped, 2007-08-15 17:12:09-03:00, davi@stripped +1 -0
Rework doxygen documentation for the function mysql_ha_close_table.
sql/sql_handler.cc@stripped, 2007-08-15 17:12:07-03:00, davi@stripped +9 -9
Add missing parameter to the @param tag and fix style.
diff -Nrup a/sql/sql_handler.cc b/sql/sql_handler.cc
--- a/sql/sql_handler.cc 2007-08-15 12:13:31 -03:00
+++ b/sql/sql_handler.cc 2007-08-15 17:12:07 -03:00
@@ -120,15 +120,15 @@ static void mysql_ha_hash_free(TABLE_LIS
}
/**
- * 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)
{