Author: xiewer
Email: [EMAIL PROTECTED]
Message:
I use mnogosearch-3.1.12 to search in mysql database, I hava a MySQL table about 40000 
row, I do a db search in it and I found when return row numbers >= 35650 ,indexer 
report Segmentation fault.

my index.conf:
--------------------------------
DBAddr mysql://ruiboyao:P9M8WkQm@localhost/test1/

DBMode crc-multi

DeleteBad yes
DeleteNoServer yes

HTDBList SELECT prod_id FROM mic_products_search_en

HTDBDoc \
SELECT concat( \
'HTTP/1.0 200 OK\\r\\n',\
'Content-type: text/html\\r\\n',\
'Last-Modified: ',Date_format(prod_update_time,'%a, %d %b %Y %T'),' GMT\\r\\n',\
'\\r\\n',\
'<HTML><HEAD>',\
'<meta name=\"keywords\" content=\"', prod_keywords,'\">', \
'<TITLE>',prod_name,'</TITLE>',\
'</HEAD>\\n',\
'<BODY>\\n',prod_descript,'\\n</BODY></HTML>'\
) \
FROM mic_products_search_en \
WHERE prod_id='$1'

Server  htdb:/
--------------------------------------

Reply: <http://search.mnogo.ru/board/message.php?id=1786>

___________________________________________
If you want to unsubscribe send "unsubscribe general"
to [EMAIL PROTECTED]

Reply via email to