| Bug #34872 | 5.0.x-64bit crash by SQL select photo_id from t_tribe_photo_map where tribe_id . | ||
|---|---|---|---|
| Submitted: | 27 Feb 2008 5:30 | Modified: | 27 Feb 2008 10:23 |
| Reporter: | w ww | Email Updates: | |
| Status: | Can't repeat | Impact on me: | |
| Category: | MySQL Server: General | Severity: | S3 (Non-critical) |
| Version: | 5.0.51a | OS: | Linux (opensuse 10 64bit) |
| Assigned to: | CPU Architecture: | Any | |
| Tags: | crash, SQL | ||
[27 Feb 2008 5:30]
w ww
[27 Feb 2008 5:31]
w ww
insert data from data.sql please
Attachment: data.sql (text/plain), 24.52 KiB.
[27 Feb 2008 10:23]
MySQL Verification Team
Thank you for the bug report. I wasn't able to repeat with server built
with the current source tree, so please wait for the next release and
test again. Thanks in advance.
Query OK, 1 row affected (0.00 sec)
mysql> select photo_id from t_tribe_photo_map where tribe_id = 1900414 and category_id = 103 and
-> photo_id < 76 order by photo_id desc limit 1
-> ;
Empty set (0.02 sec)
mysql> show variables like "%version%";
+-------------------------+---------------------+
| Variable_name | Value |
+-------------------------+---------------------+
| protocol_version | 10 |
| version | 5.0.58-debug |
| version_comment | Source distribution |
| version_compile_machine | x86_64 |
| version_compile_os | unknown-linux-gnu |
+-------------------------+---------------------+
5 rows in set (0.00 sec)
mysql>
