Bug 659609
| Summary: | mysqld segfaults during SHOW CREATE TABLE | ||
|---|---|---|---|
| Product: | Red Hat Enterprise Linux 5 | Reporter: | RHEL Program Management <pm-rhel> |
| Component: | mysql | Assignee: | Tom Lane <tgl> |
| Status: | CLOSED ERRATA | QA Contact: | qe-baseos-daemons |
| Severity: | high | Docs Contact: | |
| Priority: | urgent | ||
| Version: | 5.4 | CC: | azelinka, bmason, byte, cww, hhorak, jbastian, kvolny, pm-eus, tao, tgl |
| Target Milestone: | rc | Keywords: | ZStream |
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: |
Prior to this update, an attempt to show a "CREATE TABLE" statement that defines a view with a missing table, or to explain an incorrect query caused the MySQL server to terminate with a segmentation fault due to an incorrect null pointer dereference. This error has been fixed, a guard to prevent a null pointer from being dereferenced has been added, and MySQL server no longer crashes.
|
Story Points: | --- |
| Clone Of: | Environment: | ||
| Last Closed: | 2011-01-31 08:50:20 UTC | Type: | --- |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
| Bug Depends On: | 543730 | ||
| Bug Blocks: | |||
|
Description
RHEL Program Management
2010-12-03 07:26:28 UTC
Technical note added. If any revisions are required, please edit the "Technical Notes" field
accordingly. All revisions will be proofread by the Engineering Content Services team.
New Contents:
Prior to this update, an attempt to show a "CREATE TABLE" statement that defines a view with a missing table, or to explain an incorrect query caused the MySQL server to terminate with a segmentation fault due to an incorrect null pointer dereference. This error has been fixed, a guard to prevent a null pointer from being dereferenced has been added, and MySQL server no longer crashes.
An advisory has been issued which should help the problem described in this bug report. This report is therefore being closed with a resolution of ERRATA. For more information on therefore solution and/or where to find the updated files, please follow the link below. You may reopen this bug report if the solution does not work for you. http://rhn.redhat.com/errata/RHBA-2011-0184.html |