alecpl
2010-09-14 fc552950d30d752f856a7c686c4cbc74e4b0da4b
- Added warning about tables engine, per discussion in #1486794


1 files modified
3 ■■■■ changed files
SQL/mysql.update.sql 3 ●●●● patch | view | raw | blame | history
SQL/mysql.update.sql
@@ -53,7 +53,6 @@
ALTER TABLE `contacts` ENGINE=InnoDB;
ALTER TABLE `identities` ENGINE=InnoDB;
-- Updates from version 0.3-stable
TRUNCATE `messages`;
@@ -68,6 +67,8 @@
    ADD INDEX `user_contacts_index` (`user_id`,`email`);
-- Updates from version 0.3.1
-- WARNING: Make sure that all tables are using InnoDB engine!!!
--          If not, use: ALTER TABLE xxx ENGINE=InnoDB;
/* MySQL bug workaround: http://bugs.mysql.com/bug.php?id=46293 */
/*!40014 SET FOREIGN_KEY_CHECKS=0 */;