]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
a little sql script to drop full-text index and use innodb for profile and notice
authorEvan Prodromou <evan@controlyourself.ca>
Tue, 23 Jun 2009 16:16:41 +0000 (09:16 -0700)
committerEvan Prodromou <evan@controlyourself.ca>
Tue, 23 Jun 2009 16:16:41 +0000 (09:16 -0700)
db/innodb.sql [new file with mode: 0644]

diff --git a/db/innodb.sql b/db/innodb.sql
new file mode 100644 (file)
index 0000000..f3ab6cd
--- /dev/null
@@ -0,0 +1,2 @@
+alter table profile drop index nickname, engine=InnoDB;
+alter table notice drop index content, engine=InnoDB;