Bug #11587 | trigger causes lost connection error | ||
---|---|---|---|
Submitted: | 27 Jun 2005 10:21 | Modified: | 17 Aug 2005 17:26 |
Reporter: | Yoshiaki Tajika (Basic Quality Contributor) | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Server | Severity: | S2 (Serious) |
Version: | 5.0.7-beta-nightly-20050521 | OS: | Linux (linux) |
Assigned to: | Michael Widenius | CPU Architecture: | Any |
[27 Jun 2005 10:21]
Yoshiaki Tajika
[27 Jun 2005 12:10]
MySQL Verification Team
Verified against 5.0.9 Bk source. Packets out of order (Found: 6, expected 1) ERROR 2013 (HY000): Lost connection to MySQL server during query mysql> delete from t1; insert into t1(c1) values(1); select * from t1; ERROR 2006 (HY000): MySQL server has gone away No connection. Trying to reconnect... Connection id: 3
[15 Aug 2005 17:33]
Michael Widenius
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: Fix will be in 5.0.12
[17 Aug 2005 17:26]
Paul DuBois
Noted in 5.0.12 changelog.