summaryrefslogtreecommitdiff
path: root/sql/lock.cc
diff options
context:
space:
mode:
authorkostja@bodhi.(none) <>2007-08-15 17:43:08 +0400
committerkostja@bodhi.(none) <>2007-08-15 17:43:08 +0400
commit91fe15bb9d9fd8e6788dc8b2180c57c6a432faad (patch)
tree0f4ea9d823335095b2d13f142391ac69213c2e77 /sql/lock.cc
parent9bf39c6fe9b4db1da9c0b50339d58eb0aa198243 (diff)
downloadmariadb-git-91fe15bb9d9fd8e6788dc8b2180c57c6a432faad.tar.gz
Fix doxygen warnings.
Diffstat (limited to 'sql/lock.cc')
-rw-r--r--sql/lock.cc13
1 files changed, 9 insertions, 4 deletions
diff --git a/sql/lock.cc b/sql/lock.cc
index 20fb7d73c1c..8b98c2303a8 100644
--- a/sql/lock.cc
+++ b/sql/lock.cc
@@ -472,6 +472,9 @@ void mysql_unlock_read_tables(THD *thd, MYSQL_LOCK *sql_lock)
unlock_external() we call handler::external_lock(F_UNLCK) only
if table->current_lock is not F_UNLCK.
+ @param thd thread context
+ @param locked list of locked tables
+ @param table the table to unlock
@param always_unlock specify explicitly if the legacy side
effect is desired.
*/
@@ -1174,8 +1177,9 @@ bool lock_table_names_exclusively(THD *thd, TABLE_LIST *table_list)
/**
@brief Test is 'table' is protected by an exclusive name lock.
- @param[in] thd The current thread handler
- @param[in] table Table container containing the single table to be tested
+ @param[in] thd The current thread handler
+ @param[in] table_list Table container containing the single table to be
+ tested
@note Needs to be protected by LOCK_open mutex.
@@ -1201,8 +1205,9 @@ is_table_name_exclusively_locked_by_this_thread(THD *thd,
/**
@brief Test is 'table key' is protected by an exclusive name lock.
- @param[in] thd The current thread handler.
- @param[in] table Table container containing the single table to be tested.
+ @param[in] thd The current thread handler.
+ @param[in] key
+ @param[in] key_length
@note Needs to be protected by LOCK_open mutex