فهرست منبع

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

git-svn-id: http://svn.code.sf.net/p/itop/code/trunk@686 a333f486-631f-4898-b8df-5754b55c2be0
romainq 15 سال پیش
والد
کامیت
61cfea6b04
3فایلهای تغییر یافته به همراه263 افزوده شده و 456 حذف شده
  1. 1 1
      core/cmdbobject.class.inc.php
  2. 1 1
      core/dbobject.class.php
  3. 261 454
      setup/benchmark.php

+ 1 - 1
core/cmdbobject.class.inc.php

@@ -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;
 		}
 		

+ 1 - 1
core/dbobject.class.php

@@ -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;

تفاوت فایلی نمایش داده نمی شود زیرا این فایل بسیار بزرگ است
+ 261 - 454
setup/benchmark.php


برخی فایل ها در این مقایسه diff نمایش داده نمی شوند زیرا تعداد فایل ها بسیار زیاد است