Bug #21214 | SP returns garbage in out-parameter of type TEXT | ||
---|---|---|---|
Submitted: | 21 Jul 2006 14:29 | Modified: | 21 Jul 2006 14:52 |
Reporter: | Paul Lucassen | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Server | Severity: | S3 (Non-critical) |
Version: | 5.0.22 pro gpl | OS: | Linux (SLES9) |
Assigned to: | CPU Architecture: | Any | |
Tags: | out-parameter, return value, stored procedure |
[21 Jul 2006 14:29]
Paul Lucassen
[21 Jul 2006 14:52]
MySQL Verification Team
Thank you for your bug report. This issue has been committed to our source repository of that product and will be incorporated into the next release. If necessary, you can access the source repository and build the latest available version, including the bug fix. More information about accessing the source trees is available at http://www.mysql.com/doc/en/Installing_source_tree.html mysql> CALL proc_search_text(); +---------------------+---------------------+ | xvarchar | xtext | +---------------------+---------------------+ | Text data 1 2 3 4 5 | Text data 1 2 3 4 5 | +---------------------+---------------------+ 1 row in set (0.02 sec) Query OK, 0 rows affected (0.02 sec) mysql> select version(); +--------------+ | version() | +--------------+ | 5.0.25-debug | +--------------+ 1 row in set (0.00 sec) mysql>