aboutsummaryrefslogtreecommitdiffstats
path: root/Frameworks/SPMySQLFramework/Source/SPMySQLConnection.h
diff options
context:
space:
mode:
authorMax <post@wickenrode.com>2015-08-07 23:45:15 +0200
committerMax <post@wickenrode.com>2015-08-07 23:45:15 +0200
commitc7b5e880003153e599a452151ee1f3a3e40aff4c (patch)
tree14fa6a7c648e08c5a08ab4225a61148709aff17d /Frameworks/SPMySQLFramework/Source/SPMySQLConnection.h
parent5befad85ccd6d22900942ea73f4018d71038f516 (diff)
downloadsequelpro-c7b5e880003153e599a452151ee1f3a3e40aff4c.tar.gz
sequelpro-c7b5e880003153e599a452151ee1f3a3e40aff4c.tar.bz2
sequelpro-c7b5e880003153e599a452151ee1f3a3e40aff4c.zip
Added fallback code for server version identification.
Good news: Sequel Pro can now connect to sphinxql server. Bad news: It will treat it like a MySQL 2 server (or whatever version of Sphinx is running)
Diffstat (limited to 'Frameworks/SPMySQLFramework/Source/SPMySQLConnection.h')
-rw-r--r--Frameworks/SPMySQLFramework/Source/SPMySQLConnection.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Frameworks/SPMySQLFramework/Source/SPMySQLConnection.h b/Frameworks/SPMySQLFramework/Source/SPMySQLConnection.h
index 8fe79573..c65ec2fb 100644
--- a/Frameworks/SPMySQLFramework/Source/SPMySQLConnection.h
+++ b/Frameworks/SPMySQLFramework/Source/SPMySQLConnection.h
@@ -100,7 +100,7 @@
BOOL previousEncodingUsesLatin1Transport;
// Server details
- NSString *serverVersionString;
+ NSString *serverVariableVersion;
// Error state for the last query or connection state
NSUInteger queryErrorID;