Re: [Devel] mysql module failed to reconnect after mysql restart

2006-01-13 Thread Bogdan-Andrei Iancu
PROTECTED] On Behalf Of Dan Pascu Sent: Friday, January 13, 2006 1:33 PM To: devel@openser.org Subject: Re: [Devel] mysql module failed to reconnect after mysql restart On Friday 13 January 2006 21:18, Norman Brandinger wrote: Hi Daniel / Raymond Note that upon connection, mysql_real_connect(

Re: [Devel] mysql module failed to reconnect after mysql restart

2006-01-13 Thread Bogdan-Andrei Iancu
for this to work? Thanks Ray -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Dan Pascu Sent: Friday, January 13, 2006 1:33 PM To: devel@openser.org Subject: Re: [Devel] mysql module failed to reconnect after mysql restart On Friday 13 January 2006 21:18,

Re: [Devel] mysql module failed to reconnect after mysql restart

2006-01-13 Thread Norman Brandinger
bject: Re: [Devel] mysql module failed to reconnect after mysql restart On Friday 13 January 2006 21:18, Norman Brandinger wrote: Hi Daniel / Raymond Note that upon connection, mysql_real_connect() sets the reconnect flag (part of the MYSQL structure) to a value of 1 in versions of the API

RE: [Devel] mysql module failed to reconnect after mysql restart

2006-01-13 Thread Raymond Chen
EMAIL PROTECTED] On Behalf Of Dan Pascu Sent: Friday, January 13, 2006 1:33 PM To: devel@openser.org Subject: Re: [Devel] mysql module failed to reconnect after mysql restart On Friday 13 January 2006 21:18, Norman Brandinger wrote: > Hi Daniel / Raymond > > Note that upon connection, mysql_real_

Re: [Devel] mysql module failed to reconnect after mysql restart

2006-01-13 Thread Dan Pascu
On Friday 13 January 2006 21:18, Norman Brandinger wrote: > Hi Daniel / Raymond > > Note that upon connection, mysql_real_connect() sets the reconnect flag > (part of the MYSQL structure) to a value of 1 in versions of the API > older than 5.0.3, or 0 in newer versions. A value of 1 for this flag >

Re: [Devel] mysql module failed to reconnect after mysql restart

2006-01-13 Thread Norman Brandinger
openser.org Subject: Re: [Devel] mysql module failed to reconnect after mysql restart Hi Ray, do you get into debug mode some logs about any attempt to reconnect? regards, bogdan Raymond Chen wrote: Dear all, We have noticed openser's mysql module failed to reconnect after we in

Re: [Devel] mysql module failed to reconnect after mysql restart

2006-01-13 Thread Daniel-Constantin Mierla
-Andrei Iancu [mailto:[EMAIL PROTECTED] Sent: Tuesday, January 10, 2006 11:58 AM To: Raymond Chen Cc: devel@openser.org Subject: Re: [Devel] mysql module failed to reconnect after mysql restart Hi Ray, do you get into debug mode some logs about any attempt to reconnect? regards, bogdan Raymond

Re: [Devel] mysql module failed to reconnect after mysql restart

2006-01-12 Thread Bogdan-Andrei Iancu
@openser.org Subject: Re: [Devel] mysql module failed to reconnect after mysql restart Hi Ray, do you get into debug mode some logs about any attempt to reconnect? regards, bogdan Raymond Chen wrote: Dear all, We have noticed openser's mysql module failed to reconnect after we intentio

RE: [Devel] mysql module failed to reconnect after mysql restart

2006-01-11 Thread Raymond Chen
Ray -Original Message- From: Bogdan-Andrei Iancu [mailto:[EMAIL PROTECTED] Sent: Tuesday, January 10, 2006 11:58 AM To: Raymond Chen Cc: devel@openser.org Subject: Re: [Devel] mysql module failed to reconnect after mysql restart Hi Ray, do you get into debug mode some logs about any

Re: [Devel] mysql module failed to reconnect after mysql restart

2006-01-10 Thread Bogdan-Andrei Iancu
Hi Ray, do you get into debug mode some logs about any attempt to reconnect? regards, bogdan Raymond Chen wrote: Dear all, We have noticed openser's mysql module failed to reconnect after we intentionally restart mysql server. Thereafter, all registration process failed to work. Is openser

[Devel] mysql module failed to reconnect after mysql restart

2006-01-10 Thread Raymond Chen
Dear all, We have noticed openser's mysql module failed to reconnect after we intentionally restart mysql server. Thereafter, all registration process failed to work. Is openser behaving as designed or just mis-configuration problem on our part? Thanks Ray __