Bug #60687 | dramatic slowdown of execution of PROCEDURE w/ LOCATE and string var | ||
---|---|---|---|
Submitted: | 29 Mar 2011 10:30 | Modified: | 27 Apr 2011 18:12 |
Reporter: | Paul Lucassen | Email Updates: | |
Status: | Duplicate | Impact on me: | |
Category: | MySQL Server: Stored Routines | Severity: | S1 (Critical) |
Version: | 5.5.10 | OS: | Linux |
Assigned to: | CPU Architecture: | Any | |
Tags: | LOCATE, memory leak, performance loss |
[29 Mar 2011 10:30]
Paul Lucassen
[29 Mar 2011 12:39]
MySQL Verification Team
Thank you for the bug report. Verified as described on Windows Vista X86_64: mysql 5.5 > mysql 5.5 >DELIMITER ; mysql 5.5 >call string_bug_test(); Query OK, 0 rows affected (3.02 sec) mysql 5.5 >call string_bug_test(); Query OK, 0 rows affected (13.07 sec) mysql 5.5 >call string_bug_test(); Query OK, 0 rows affected (24.57 sec) mysql 5.5 >call string_bug_test(); Query OK, 0 rows affected (35.86 sec) mysql 5.5 >show variables like "%version%"; +-------------------------+---------------------+ | Variable_name | Value | +-------------------------+---------------------+ | innodb_version | 1.1.6 | | protocol_version | 10 | | slave_type_conversions | | | version | 5.5.11 | | version_comment | Source distribution | | version_compile_machine | x86 | | version_compile_os | Win64 | +-------------------------+---------------------+ 7 rows in set (0.03 sec) mysql 5.5 >
[31 Mar 2011 21:04]
MySQL Verification Team
related: bug #60025
[27 Apr 2011 18:12]
MySQL Verification Team
Duplicate of bug: http://bugs.mysql.com/bug.php?id=60025.