I tracked down the bug

I have one table with BLOB field in it
Then I execute queries like

SELECT * FROM _search WHERE (LOWER(keywords) LIKE LOWER('% blabla %'))

here, keywords is a blob fields

when (LOWER(keywords) LIKE LOWER('% blabla %')) is true, mysql dies

hope this helps

-- 
Paul P 'Stingray' Komkoff 'Greatest' Jr /// (icq)23200764 /// (http)stingr.net
  When you're invisible, the only one really watching you is you (my keychain)

---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to