mirror of
https://github.com/Combodo/iTop.git
synced 2026-05-18 23:08:46 +02:00
#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:
@@ -102,8 +102,8 @@ define('OPT_ATT_MUSTPROMPT', 16);
|
|||||||
*
|
*
|
||||||
* @package iTopORM
|
* @package iTopORM
|
||||||
*/
|
*/
|
||||||
//define('MYSQL_ENGINE', 'innodb');
|
define('MYSQL_ENGINE', 'innodb');
|
||||||
define('MYSQL_ENGINE', 'myisam');
|
//define('MYSQL_ENGINE', 'myisam');
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user