Bug #11028 | Crash on create table like | ||
---|---|---|---|
Submitted: | 2 Jun 2005 6:45 | Modified: | 2 Aug 2005 5:24 |
Reporter: | Peter Zaitsev (Basic Quality Contributor) | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Server | Severity: | S3 (Non-critical) |
Version: | 4.1.12 | OS: | Linux (Linux x86) |
Assigned to: | Antony Curtis | CPU Architecture: | Any |
[2 Jun 2005 6:45]
Peter Zaitsev
[2 Jun 2005 23:30]
Peter Zaitsev
OK. I finally found very simple test case which leads to 100% crash: shrek:/var/lib/mysql # mysql Welcome to the MySQL monitor. Commands end with ; or \g. Your MySQL connection id is 2 to server version: 4.1.12-standard-log Type 'help;' or '\h' for help. Type '\c' to clear the buffer. mysql> create table test.y like x; ERROR 2013 (HY000): Lost connection to MySQL server during query mysql> The main thing is there should be no active database for this crash to happen.
[2 Jun 2005 23:41]
MySQL Verification Team
miguel@hegel:~/dbs/4.1$ bin/mysql -uroot Welcome to the MySQL monitor. Commands end with ; or \g. Your MySQL connection id is 1 to server version: 4.1.13-debug Type 'help;' or '\h' for help. Type '\c' to clear the buffer. mysql> create table test.y like x; ERROR 2013 (HY000): Lost connection to MySQL server during query mysql>
[5 Jun 2005 17:25]
Bugs System
A patch for this bug has been committed. After review, it may be pushed to the relevant source trees for release in the next version. You can access the patch from: http://lists.mysql.com/internals/25617
[9 Jun 2005 15:06]
Bugs System
A patch for this bug has been committed. After review, it may be pushed to the relevant source trees for release in the next version. You can access the patch from: http://lists.mysql.com/internals/25821
[9 Jun 2005 18:48]
Antony Curtis
Thank you for your bug report. This issue has been committed to our source repository of that product and will be incorporated into the next release. If necessary, you can access the source repository and build the latest available version, including the bugfix, yourself. More information about accessing the source trees is available at http://www.mysql.com/doc/en/Installing_source_tree.html Additional info: pushed to 4.1.13 repo, merged to 5.0.8
[2 Aug 2005 5:24]
Jon Stephens
Fix documented in 4.1.13 and 5.0.8 changelogs.