소스 검색

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


이 변경점에서 너무 많은 파일들이 변경되어 몇몇 파일들은 표시되지 않았습니다.