N°2456 - Deadlock during concurrent updates

This commit is contained in:
Eric
2019-09-26 18:18:52 +02:00
parent 85971ea9f3
commit 3f165c9803
3 changed files with 279 additions and 165 deletions

View File

@@ -819,6 +819,13 @@ class CMDBSource
return false;
}
/**
* @param $sSQLQuery
*
* @throws \CoreException
* @throws \MySQLException
* @throws \MySQLHasGoneAwayException
*/
public static function DeleteFrom($sSQLQuery)
{
self::Query($sSQLQuery);