Author: Dmitri Email: [EMAIL PROTECTED] Message: I just faced this problem when using Htdb mode. I need to index the forum on my site. The table post has over 160,000 posts
When I limit the number of records to approximately 10,000, indexer works fine. WHen I don't limit the number of records or even when I try to limit it to 20,000, I get segmentation fault error. Examples: Works: HTDBList select postid from post order by postid desc limit 10000 Does not work: HTDBList select postid from post order by postid desc limit 20000 Is this a known problem? I use 3.1.19 with mySQL 3.23.38 on RedHat 6.22 Reply: <http://www.mnogosearch.org/board/message.php?id=4283> ___________________________________________ If you want to unsubscribe send "unsubscribe general" to [EMAIL PROTECTED]
