Bug #31235 | ORDER BY on MEMORY table does not working in Cursor in Stored Procedure | ||
---|---|---|---|
Submitted: | 27 Sep 2007 12:49 | Modified: | 27 Sep 2007 13:07 |
Reporter: | Jeroen Binnekamp | Email Updates: | |
Status: | Can't repeat | Impact on me: | |
Category: | MySQL Server: Stored Routines | Severity: | S3 (Non-critical) |
Version: | MySQL 5.0.45-community-nt | OS: | Windows (Vista) |
Assigned to: | CPU Architecture: | Any |
[27 Sep 2007 12:49]
Jeroen Binnekamp
[27 Sep 2007 13:07]
MySQL Verification Team
Thank you for the bug report. I can't repeat the issue reported with latest Windows source server running on Windows Vista, maybe it was fixed somehow: mysql> show variables like "%version%"; +-------------------------+---------------------+ | Variable_name | Value | +-------------------------+---------------------+ | protocol_version | 10 | | version | 5.0.50-nt | | version_comment | Source distribution | | version_compile_machine | unknown | | version_compile_os | Win64 | +-------------------------+---------------------+ 5 rows in set (0.00 sec) mysql> select * from targetdates; +------------+ | MyDate | +------------+ | 2007-01-01 | | 2007-02-01 | | 2007-03-01 | | 2007-04-01 | +------------+ 4 rows in set (0.00 sec)