瀏覽代碼

#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');