diff options
author | rowanbeentje <rowan@beent.je> | 2010-09-25 00:59:36 +0000 |
---|---|---|
committer | rowanbeentje <rowan@beent.je> | 2010-09-25 00:59:36 +0000 |
commit | 23ff1e6015d06e3158c20a5a9a191dced2bc33d5 (patch) | |
tree | 48c77c1ae506d318a02a14a2acb0b9314231284f /Resources | |
parent | c5b9f95e0ba0cb0ef7bfa045b3e1a771674f01c1 (diff) | |
download | sequelpro-23ff1e6015d06e3158c20a5a9a191dced2bc33d5.tar.gz sequelpro-23ff1e6015d06e3158c20a5a9a191dced2bc33d5.tar.bz2 sequelpro-23ff1e6015d06e3158c20a5a9a191dced2bc33d5.zip |
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
Diffstat (limited to 'Resources')
-rw-r--r-- | Resources/English.lproj/IndexesView.strings | bin | 6154 -> 6390 bytes |
-rw-r--r-- | Resources/English.lproj/Localizable.strings | bin | 179780 -> 179780 bytes |
2 files changed, 0 insertions, 0 deletions
diff --git a/Resources/English.lproj/IndexesView.strings b/Resources/English.lproj/IndexesView.strings Binary files differindex 6847ffd7..ebbaab67 100644 --- a/Resources/English.lproj/IndexesView.strings +++ b/Resources/English.lproj/IndexesView.strings diff --git a/Resources/English.lproj/Localizable.strings b/Resources/English.lproj/Localizable.strings Binary files differindex 20d5128d..d255fe52 100644 --- a/Resources/English.lproj/Localizable.strings +++ b/Resources/English.lproj/Localizable.strings |