From 4ca6aa1930f65120162a692c4cb86f5becb4ae7f Mon Sep 17 00:00:00 2001 From: Evan Prodromou Date: Tue, 23 Jun 2009 09:16:41 -0700 Subject: a little sql script to drop full-text index and use innodb for profile and notice --- db/innodb.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 db/innodb.sql diff --git a/db/innodb.sql b/db/innodb.sql new file mode 100644 index 000000000..f3ab6cd69 --- /dev/null +++ b/db/innodb.sql @@ -0,0 +1,2 @@ +alter table profile drop index nickname, engine=InnoDB; +alter table notice drop index content, engine=InnoDB; -- cgit v1.2.3-54-g00ecf