Bug #46155 MySQL server has gone away
Submitted: 13 Jul 2009 18:27 Modified: 13 Aug 2009 20:21
Reporter: Mathieu Tremblay Email Updates:
Status: No Feedback Impact on me:
None 
Category:MySQL Query Browser Severity:S3 (Non-critical)
Version:1.2.17 OS:Windows (XP SP3 or Vista 64 SP1)
Assigned to: CPU Architecture:Any

[13 Jul 2009 18:27] Mathieu Tremblay
Description:
Execute any basics queries like selecting all row from table. Then push the "Edit" buttons to add a row, after entering all information, push the "apply changes" button and the error message will appear. "MySQL server has gone away".

Whwn close Query Browser error message appears to.

MySQL Server 5.1.35.

How to repeat:
Example:
1) CREATE TABLE `mois` (
  `Numero` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `Nom` varchar(20) NOT NULL,
  `Abr` varchar(4) NOT NULL,
  PRIMARY KEY (`Numero`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1;

2) Start "Query Browser"
3) SELECT * FROM Mois;
4) Push "Edit" button
5) Enter information on fields ,Nom and Abr.
6) Push "Apply changes" button
[13 Jul 2009 20:21] MySQL Verification Team
Thank you for the bug report. I couldn't repeat this issue in Vista 64-bit. If you use the mysql.exe client do you have the same behavior?. Thanks in advance.
[13 Aug 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".