aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--engine/schema/mysql.sql2
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/schema/mysql.sql b/engine/schema/mysql.sql
index a4c4ddc61..beec6ddfe 100644
--- a/engine/schema/mysql.sql
+++ b/engine/schema/mysql.sql
@@ -139,7 +139,7 @@ CREATE TABLE `prefix_users_entity` (
PRIMARY KEY (`guid`),
KEY `password` (`password`),
FULLTEXT KEY `name` (`name`)
-) ;
+) ENGINE=MyISAM;
-- TODO: Collection