]> git.mxchange.org Git - quix0rs-gnu-social.git/commit
Remove fulltext indexes from notice and profile tables. The default
authorZach Copley <zach@status.net>
Sun, 18 Sep 2011 21:17:41 +0000 (14:17 -0700)
committerZach Copley <zach@status.net>
Sun, 18 Sep 2011 21:17:41 +0000 (14:17 -0700)
commit3bf3b6686c699292fb86c9d24658eab0ce5beb71
treecd66ba1d0522dc8afbbbea42ad6a6b952ee07bac
parent116840a80e6d7e55084cb8afe89a1f932b44eb5a
Remove fulltext indexes from notice and profile tables. The default
for fulltext search is 'like' (MySQLLikeSearch) which doesn't require
them.
classes/Notice.php
classes/Profile.php