소스 검색

#123 Switch back to the InnoDB engine, which shows better performances (moreover we did far more testing with this engine)

git-svn-id: http://svn.code.sf.net/p/itop/code/trunk@798 a333f486-631f-4898-b8df-5754b55c2be0
romainq 15 년 전
부모
커밋
62fe284e81
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      core/metamodel.class.php

+ 2 - 2
core/metamodel.class.php

@@ -102,8 +102,8 @@ define('OPT_ATT_MUSTPROMPT', 16);
  *
  * @package     iTopORM
  */
-//define('MYSQL_ENGINE', 'innodb');
-define('MYSQL_ENGINE', 'myisam');
+define('MYSQL_ENGINE', 'innodb');
+//define('MYSQL_ENGINE', 'myisam');