]> 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:28:05 +0000 (14:28 -0700)
commit56c63159681bf881c078e79350b753bd850f698d
tree7b7e2b28fdfbdd98e21073e59ae1d3ec65ad4245
parent5463c7f4f57c5780cc5c9b109d17d75fd2e5180c
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