Tõnu Samuel wrote:
 
> I found that there is no mention in Changelog about serious speed
> improvement in last mnogosearch while it exists in code. Today I
> investigated again MySQL logs made by mnogosearch I tried to eliminate
> ¨INSERT INTO url ...¨ commands from there. I implemented it using global
> buffer to keep url-s to be inserted and flushing it when needed.
> 
> patch attached which worked for me nice 10 minutes :) , so bugs can be
> inside. I am anyway not going to test it very carefully so you can
> experiment with it and if found usable, use it.
> 

Well, found bug in sql.c in line 2728 - break; should precede default: 

  Tõnu

-- 
MySQL Development Team
   __  ___     ___ ____  __
  /  |/  /_ __/ __/ __ \/ /   Tonu Samuel <[EMAIL PROTECTED]>
 / /|_/ / // /\ \/ /_/ / /__  MySQL AB, http://www.mysql.com/
/_/  /_/\_, /___/\___\_\___/  Tallinn, Estonia
       <___/
___________________________________________
If you want to unsubscribe send "unsubscribe general"
to [EMAIL PROTECTED]

Reply via email to