Altered database storage engine to MYISAM
authorLeonidas Poulopoulos <leopoul@noc.grnet.gr>
Fri, 10 Feb 2012 13:42:01 +0000 (15:42 +0200)
committerLeonidas Poulopoulos <leopoul@noc.grnet.gr>
Fri, 10 Feb 2012 13:42:01 +0000 (15:42 +0200)
settings.py.dist

index c0708c5..147050c 100644 (file)
@@ -26,7 +26,7 @@ DATABASES = {
         'HOST': '',                      # Set to empty string for localhost. Not used with sqlite3.
         'PORT': '',                      # Set to empty string for default. Not used with sqlite3.
         'OPTIONS':  {
-        "init_command": "SET storage_engine=INNODB",
+        "init_command": "SET storage_engine=MYISAM",
         }
     }
 }