Bug #42233 | console mysql client lost connection during query | ||
---|---|---|---|
Submitted: | 21 Jan 2009 6:45 | Modified: | 29 Jan 2009 3:47 |
Reporter: | Yuriy Ohonin | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Server | Severity: | S2 (Serious) |
Version: | 5.1.30 | OS: | Linux (client - FreeBSD) |
Assigned to: | CPU Architecture: | Any |
[21 Jan 2009 6:45]
Yuriy Ohonin
[21 Jan 2009 7:35]
Valeriy Kravchuk
Thank you for a probem report. Please, send exact MySQL versions (5.x.y) for both servers and mysql --version results for client. Send also SHOW CREATE TABLE results for the table used. Do you have any related messages in server's error log?
[22 Jan 2009 5:25]
Yuriy Ohonin
SHOW CREATE TABLE result ------------------------------------------------------------------------------ CREATE TABLE `switches` ( `id` int(11) NOT NULL AUTO_INCREMENT, `street_id` int(11) DEFAULT NULL, `building` varchar(50) CHARACTER SET utf8 DEFAULT NULL, `location` varchar(50) CHARACTER SET utf8 DEFAULT NULL, `type_id` int(11) DEFAULT NULL, `producer_id` int(11) DEFAULT NULL, `model` varchar(50) CHARACTER SET utf8 DEFAULT NULL, `serial` varchar(50) CHARACTER SET utf8 DEFAULT NULL, `comment` varchar(50) CHARACTER SET utf8 DEFAULT NULL, `add_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `change_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `ip` varchar(15) NOT NULL DEFAULT '', `creator_id` int(11) NOT NULL DEFAULT '0', `editor_id` int(11) NOT NULL DEFAULT '0', `subnet_id` int(11) NOT NULL DEFAULT '0', `sendsms` tinyint(4) NOT NULL DEFAULT '1', `is_main` tinyint(4) NOT NULL DEFAULT '0', `type` tinyint(4) NOT NULL DEFAULT '0', `is_deleted` tinyint(4) NOT NULL DEFAULT '0', PRIMARY KEY (`id`), KEY `MODEL` (`model`), KEY `IDS` (`street_id`,`type_id`,`producer_id`,`creator_id`,`editor_id`,`subnet_id`), KEY `NONIDS` (`building`,`location`,`comment`,`add_date`,`change_date`,`ip`) ) ENGINE=MyISAM AUTO_INCREMENT=296 DEFAULT CHARSET=latin1 ---------------------------------------------------------------------------- Server version 5.1.30 Client version # ./mysql --version mysql Ver 14.14 Distrib 5.1.30, for unknown-freebsd6.2 (x86_64) using EditLine wrapper ------------------------------------------------------------------------------ No, i have no related messages in <servername>.err log, nor in mysqlbinlog. In bin log i have only messages about "good" query. ------------------------------------------------------------------------------ PS: Валерий, может имеет смысл гороврить по русски? Я чуствую себя донельзя глупо..
[23 Jan 2009 7:03]
Sveta Smirnova
Thank you for the feedback. Please send real queries you use, so we can know which fields you update. Please also send full server error log file and configuration file. Regarding to speaking in Russian bug database used by people around the world and some of them could not understand discussion in native languages. This is why official language here in English and why we prefer have all discussion here in English.
[29 Jan 2009 3:47]
Yuriy Ohonin
It was a hardware problem with network environment. Sorry about that.