From 3f0b5ca63ac02813277c0a74ed2c0684e6d7fa07 Mon Sep 17 00:00:00 2001 From: Romain Quetiez Date: Wed, 8 Sep 2010 13:47:45 +0000 Subject: [PATCH] #123 Switch back to the InnoDB engine, which shows better performances (moreover we did far more testing with this engine) SVN:trunk[798] --- core/metamodel.class.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/metamodel.class.php b/core/metamodel.class.php index 144b6ada32..9c3e428fd7 100644 --- a/core/metamodel.class.php +++ b/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');