From 23ff1e6015d06e3158c20a5a9a191dced2bc33d5 Mon Sep 17 00:00:00 2001 From: rowanbeentje Date: Sat, 25 Sep 2010 00:59:36 +0000 Subject: Consolidate and improve ping code: - Foreground and keepalive pings now use the same code, which has been tidied and improved - Global variables are no longer incorrectly shared across multiple instances - If a ping thread blocks in a state where pthread_cancel no longer functions, the connection is assumed to have failed (network issues etc) This should further improve MySQL crashes linked to pings, and will hopefully address Issue #830. Also update localizable strings --- Resources/English.lproj/Localizable.strings | Bin 179780 -> 179780 bytes 1 file changed, 0 insertions(+), 0 deletions(-) (limited to 'Resources/English.lproj/Localizable.strings') diff --git a/Resources/English.lproj/Localizable.strings b/Resources/English.lproj/Localizable.strings index 20d5128d..d255fe52 100644 Binary files a/Resources/English.lproj/Localizable.strings and b/Resources/English.lproj/Localizable.strings differ -- cgit v1.2.3