Bug #46798 | SHOW CREATE VIEW causes segmentation fault | ||
---|---|---|---|
Submitted: | 18 Aug 2009 22:36 | Modified: | 25 Jun 2011 8:33 |
Reporter: | Chris Hennick | Email Updates: | |
Status: | No Feedback | Impact on me: | |
Category: | MySQL Server | Severity: | S2 (Serious) |
Version: | 5.1.31-1ubuntu2 | OS: | Linux |
Assigned to: | CPU Architecture: | Any |
[18 Aug 2009 22:36]
Chris Hennick
[18 Aug 2009 23:58]
MySQL Verification Team
Thank you for the bug report. Could you please upgrade to latest 5.1.XX release and verify if the issue still exists. Thanks in advance.
[19 Sep 2009 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".
[20 Oct 2009 16:03]
Scott Taylor
I was experiencing a similar issue under mysql 5.1.32 under OS X: http://gist.github.com/214362 As can be seen from the output, only one of the view definitions is causing mysql to crash. This seems to be happening consistently. After upgrading to the latest point release (mysql Ver 14.14 Distrib 5.1.39, for apple-darwin9.5.0 (i386) using readline 5.1), restarting the server, and reimporting the database from a mysql dump, this error no longer seems to be occurring. Thanks for the bug fix.
[25 May 2011 6:26]
Madhura Jayaratne
Unfortunately I found the bug again in version 5.5.8. mysql> SHOW CREATE VIEW `sakila`.`actor_info`; ERROR 2013 (HY000): Lost connection to MySQL server during query And the same problem occurred when SHOW CREATE TABLE command, which, according to the specs should work for views as well, is executed for views. mysql> SHOW CREATE TABLE `sakila`.`actor_info`; ERROR 2013 (HY000): Lost connection to MySQL server during query Version - 5.5.8 OS - Windows 7
[25 May 2011 8:33]
MySQL Verification Team
Madhura, please upload the mysql error log so we can see the stack trace of the crash. also send us the "actor_info.frm" file. Thanks!
[25 Jun 2011 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".