Bug #21927 | mysqld crash | ||
---|---|---|---|
Submitted: | 30 Aug 2006 17:17 | Modified: | 1 Oct 2006 6:17 |
Reporter: | Daniele Gallina | Email Updates: | |
Status: | No Feedback | Impact on me: | |
Category: | MySQL Server | Severity: | S2 (Serious) |
Version: | 5.0.24 | OS: | Linux (CentOS 4.3) |
Assigned to: | Assigned Account | CPU Architecture: | Any |
[30 Aug 2006 17:17]
Daniele Gallina
[30 Aug 2006 17:54]
Sveta Smirnova
Thank you for the report. Could you please provide output of SHOW CREATE TABLE datastore; and SHOW TABLE STATUS LIKE 'datastore'; statements?
[31 Aug 2006 6:45]
Daniele Gallina
The table don't exist. I think it is a temporary table? mysql> use i-networks; Database changed mysql> SHOW CREATE TABLE datastore; ERROR 1146 (42S02): Table 'i-networks.datastore' doesn't exist mysql> show tables -> ; +----------------------+ | Tables_in_i-networks | +----------------------+ | foto_albums | | foto_banned | | foto_bridge | | foto_categories | | foto_comments | | foto_config | | foto_dict | | foto_ecards | | foto_exif | | foto_favpics | | foto_filetypes | | foto_hit_stats | | foto_pictures | | foto_plugins | | foto_sessions | | foto_temp_data | | foto_usergroups | | foto_users | | foto_vote_stats | | foto_votes | +----------------------+ 20 rows in set (0.05 sec) mysql>
[1 Sep 2006 6:16]
Sveta Smirnova
We have similar bug #21582 already fixed in 5.0.24a released today. Could you please try to repeat the problem with MySQL 5.0.24a? You can download it here: http://dev.mysql.com/downloads/mysql/5.0.html
[1 Oct 2006 23:00]
Bugs System
No feedback was provided for this bug for over a month, so it is being suspended automatically. If you are able to provide the information that was originally requested, please do so and change the status of the bug back to "Open".