List:Commits« Previous MessageNext Message »
From:mmatthews Date:June 22 2008 3:08pm
Subject:Connector/J commit: r6788 - branches/branch_5_1/src/com/mysql/jdbc
View as plain text  
Modified:
   branches/branch_5_1/src/com/mysql/jdbc/LocalizedErrorMessages.properties
Log:
Last packet received/sent is reported by the driver in millis, not seconds.

Modified: branches/branch_5_1/src/com/mysql/jdbc/LocalizedErrorMessages.properties
===================================================================
--- branches/branch_5_1/src/com/mysql/jdbc/LocalizedErrorMessages.properties	2008-06-03
15:44:40 UTC (rev 6787)
+++ branches/branch_5_1/src/com/mysql/jdbc/LocalizedErrorMessages.properties	2008-06-22
13:08:48 UTC (rev 6788)
@@ -163,9 +163,9 @@
 CommunicationsException.7='wait_timeout' or 'interactive_timeout' configuration values
from 
 CommunicationsException.8=the server.
 CommunicationsException.9_1=The last packet successfully received from the server was
-CommunicationsException.9_2=\ seconds ago.
+CommunicationsException.9_2=\ milliseconds ago.
 CommunicationsException.9=The last packet sent successfully to the server was 
-CommunicationsException.10=\ seconds ago, which 
+CommunicationsException.10=\ milliseconds ago, which 
 CommunicationsException.11=. You should consider either expiring and/or testing
connection validity 
 CommunicationsException.12=before use in your application, increasing the server
configured values for client timeouts, 
 CommunicationsException.13=or using the Connector/J connection property
'autoReconnect=true' to avoid this problem.

Thread
Connector/J commit: r6788 - branches/branch_5_1/src/com/mysql/jdbcmmatthews22 Jun