Steve, yeah - the upgrade to .8 should fix that. You can, of course, already now write a simple PHP/MySQL script to fix the index keys on all of your tables, which I'd recommend.
Regards,
Garvin
Scalability Performance - Thousands of entries
-
garvinhicking
- Core Developer
- Posts: 30022
- Joined: Tue Sep 16, 2003 9:45 pm
- Location: Cologne, Germany
- Contact:
Re: tired_one - Garvin - Tom - tnx
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
Code: Select all
create fulltext index entry_idx on serendipity_entries (title, body, extended);-Robyn