]> 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:31 +0000 (14:28 -0700)
commit1acb0c227dab546799131c824d57c6e5d58a5802
tree75e47d5ae15d912e893119973e64189e8a086c56
parenta394f795394dce64d504a7b0eb32779a3a98ab5f
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