Bug #11337 | Check table for two views crashes server | ||
---|---|---|---|
Submitted: | 15 Jun 2005 3:24 | Modified: | 7 Jul 2005 16:07 |
Reporter: | James Day | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Server | Severity: | S1 (Critical) |
Version: | 5.0.6 | OS: | Linux (RHEL AS2.1, Windows XP) |
Assigned to: | Oleksandr Byelkin | CPU Architecture: | Any |
[15 Jun 2005 3:24]
James Day
[18 Jun 2005 18:34]
Oleksandr Byelkin
I got crash even early: mysql> CREATE TABLE t1 (col1 integer) ENGINE=InnoDB; Query OK, 0 rows affected, 1 warning (0.01 sec) mysql> CREATE TABLE t2 (col1 integer) ENGINE=InnoDB; Query OK, 0 rows affected, 1 warning (0.01 sec) mysql> CREATE OR REPLACE VIEW v1 AS SELECT col1 FROM t1; Query OK, 0 rows affected (0.00 sec) mysql> CREATE OR REPLACE VIEW v2 AS SELECT col1 FROM t2; Query OK, 0 rows affected (0.00 sec) mysql> CHECK TABLE v1, v2; ERROR 2013 (HY000): Lost connection to MySQL server during query mysql>
[22 Jun 2005 7:48]
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/26276
[25 Jun 2005 8:26]
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/26424
[5 Jul 2005 10:36]
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/26672
[5 Jul 2005 13:04]
Oleksandr Byelkin
pushed to 5.0.9
[7 Jul 2005 16:07]
Jon Stephens
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: Documented bugfix in 5.0.9 change history; closed.