From: Warren Young Date: July 20 2010 9:10pm Subject: Re: Problem with ReconnectOption on CentOS 5.5 List-Archive: http://lists.mysql.com/plusplus/8995 Message-Id: <4C4610CB.9000300@etr-usa.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit On 7/20/2010 10:03 AM, Martin Dubuc wrote: > What is the race condition that can occur if one sets the reconnect option > after the connection comes up? There's a nonzero chance that the connection will succeed but then be dropped before the reconnect option is applied. (mysqld core dump, power outage, network switch explodes...) I'm sure this is why they now allow it set before the connection comes up.