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

SVN:trunk[798]
This commit is contained in:
Romain Quetiez
2010-09-08 13:47:45 +00:00
parent c91b99c6a3
commit 3f0b5ca63a

View File

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