Hi!

>>>>> "Sergey" == Sergey S Kostyliov <[EMAIL PROTECTED]> writes:

>> Description:
Sergey>         Server hang when trying to test field=AES_DECRYPT(filed, key)
Sergey>         in case when filed contain garbage.
>> How-To-Repeat:
        
Sergey>         CREATE TABLE  atest(
Sergey>                 id int(11) NOT NULL auto_increment,
Sergey>                 tmp text NOT NULL,
Sergey>                 KEY id (id)
Sergey>         ) TYPE=MyISAM;

Sergey>         INSERT INTO atest VALUES (1, 'a545f661efdd1fb66fdee3aab79945bf');

Sergey>         SELECT * FROM atest WHERE  tmp=AES_DECRYPT(tmp,"password");
        
Thanks for the test case.  This is now fixed in the upcoming 4.0.4
release.

Regards,
Monty

-- 
For technical support contracts, goto https://order.mysql.com/
   __  ___     ___ ____  __
  /  |/  /_ __/ __/ __ \/ /    Mr. Michael Widenius <[EMAIL PROTECTED]>
 / /|_/ / // /\ \/ /_/ / /__   MySQL AB, CTO
/_/  /_/\_, /___/\___\_\___/   Helsinki, Finland
       <___/   www.mysql.com

---------------------------------------------------------------------
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