Skip to content

Commit

Permalink
Dev Removed recommendation for InnoDB
Browse files Browse the repository at this point in the history
git-svn-id: file:///Users/Shitiz/Downloads/lssvn/source/limesurvey@9939 b72ed6b6-b9f8-46b5-92b4-906544132732
  • Loading branch information
c-schmitz committed Mar 31, 2011
1 parent 32663e1 commit 2614238
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config-defaults.php
Expand Up @@ -39,7 +39,7 @@
$databasepass = ''; // Password of db user
$dbprefix = 'lime_'; // A global prefix that can be added to all LimeSurvey tables. Use this if you are sharing
// a database with other applications. Suggested prefix is 'lime_'
$databasetabletype = 'myISAM'; // Storage engine mysql should use when creating survey results tables and token tables (if mysql is used). If available, InnoDB is recommended. Default is myISAM.
$databasetabletype = 'myISAM'; // Storage engine mysql should use when creating survey results tables and token tables (if mysql is used). Default is myISAM.
$databasepersistent = false; // If you want to enable persistent database connections set this to 'true' - this might be faster for some database drivers. Default is false.

// FILE LOCATIONS
Expand Down

0 comments on commit 2614238

Please sign in to comment.