Mutex : add some comments

SVN:trunk[5141]
This commit is contained in:
Pierre Goiffon
2017-11-27 17:00:03 +00:00
parent b071f920e9
commit 6b9c038b31

View File

@@ -82,7 +82,9 @@ class iTopMutex
}
/**
* Acquire the mutex
* Acquire the mutex. Uses a MySQL lock. <b>Warn</b> : can have an abnormal behavior on MySQL clusters (see R-016204)
*
* @see https://dev.mysql.com/doc/refman/5.7/en/miscellaneous-functions.html#function_get-lock
*/
public function Lock()
{