network commit

2002-12-10 Thread John David Duncan
Hello, I am wondering about the case where a client sends mysql_query(commit) but never gets a response. Is the transaction complete, or not? Perhaps the commit was lost in the network -- but, on the other hand, perhaps the server committed the transaction and the reply was lost in the

Re: network commit

2002-12-10 Thread Benjamin Pflugmann
Hello. On Tue 2002-12-10 at 21:30:21 -0800, [EMAIL PROTECTED] wrote: Hello, I am wondering about the case where a client sends mysql_query(commit) but never gets a response. Is the transaction complete, or not? Perhaps the commit was lost in the network -- but, on the other hand,