From d5449cca42ca21f9f05c1fb2d069297e9c410be4 Mon Sep 17 00:00:00 2001 From: Pierre Goiffon Date: Fri, 8 Dec 2023 17:20:37 +0100 Subject: [PATCH] :bulb: iTopMutex: add link to mysql doc --- core/mutex.class.inc.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/core/mutex.class.inc.php b/core/mutex.class.inc.php index bd6c54d18..c54d4df8e 100644 --- a/core/mutex.class.inc.php +++ b/core/mutex.class.inc.php @@ -22,7 +22,9 @@ * A class to serialize the execution of some code sections * Emulates the API of PECL Mutex class * Relies on MySQL locks because the API sem_get is not always present in the - * installed PHP. + * installed PHP. + * + * @link https://dev.mysql.com/doc/refman/5.7/en/locking-functions.html MySQL locking functions documentation * * @copyright Copyright (C) 2013-2018 Combodo SARL * @license http://opensource.org/licenses/AGPL-3.0