Bug #950 Aborted Connects
Submitted: 30 Jul 2003 2:12 Modified: 4 Aug 2003 7:35
Reporter: whoever whoever Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Server Severity:S3 (Non-critical)
Version:4.0.14 OS:Linux (Linux)
Assigned to: CPU Architecture:Any

[30 Jul 2003 2:12] whoever whoever
Description:
when mysqld started with "--log-warnings" or "--warnings" or "-W" there are no messages about aborted connects to database in file <hostname>.err, even though according to manual it should write these warnings
Tried with 4.0.13 and 4.0.14 on linux slackware 9.0 and 3.23.51 on FreeBSD 4.5

How to repeat:
--log-warnings

Suggested fix:
During startup some warning in .err file is written, aparently warnings are written in .err file, but Aborted Connects are not considered to be warnings.
[4 Aug 2003 7:35] MySQL Verification Team
You are quite right.

Our documentation is not clear on this matter.

With warnings logged, the error log gets only entries if connection is aborted
on the client side.

There is no message if user can not login successfully.

Later messages are printed only in the general query and connections log.