Reviewed benchmark tool (split creation of structure / CIs / Tickets)

SVN:trunk[686]
This commit is contained in:
Romain Quetiez
2010-08-23 13:03:18 +00:00
parent 80439759b7
commit 95b27bfcf4
3 changed files with 474 additions and 635 deletions

View File

@@ -338,7 +338,7 @@ abstract class CMDBObject extends DBObject
$aChanges = $this->ListChanges();
if (count($aChanges) == 0)
{
throw new CoreWarning("Attempting to update an unchanged object");
//throw new CoreWarning("Attempting to update an unchanged object");
return;
}

View File

@@ -948,7 +948,7 @@ abstract class DBObject
$aChanges = $this->ListChanges();
if (count($aChanges) == 0)
{
throw new CoreWarning("Attempting to update an unchanged object");
//throw new CoreWarning("Attempting to update an unchanged object");
return;
}
$bHasANewExternalKeyValue = false;

File diff suppressed because it is too large Load Diff