aboutsummaryrefslogtreecommitdiffstats
path: root/Frameworks/SPMySQLFramework/Source/SPMySQL Private APIs.h
diff options
context:
space:
mode:
authorMax Lohrmann <dmoagx@users.noreply.github.com>2018-02-14 02:30:50 +0100
committerMax Lohrmann <dmoagx@users.noreply.github.com>2018-02-14 02:30:50 +0100
commitfb210cb9d0458d8b3d0fc1c5f7c13d60ae32042d (patch)
treed663e79ec6344fb81acf7061dece747a46917222 /Frameworks/SPMySQLFramework/Source/SPMySQL Private APIs.h
parent42e6f7ecc66fe97f4a7f623b8b8ba60dfcaded70 (diff)
downloadsequelpro-fb210cb9d0458d8b3d0fc1c5f7c13d60ae32042d.tar.gz
sequelpro-fb210cb9d0458d8b3d0fc1c5f7c13d60ae32042d.tar.bz2
sequelpro-fb210cb9d0458d8b3d0fc1c5f7c13d60ae32042d.zip
Experiment with #2979
* Updated libmysqlclient from 5.5.56 -> 5.5.59 * Changed the way the connection password is passed between SPMySQL and libmysqlclient
Diffstat (limited to 'Frameworks/SPMySQLFramework/Source/SPMySQL Private APIs.h')
-rw-r--r--Frameworks/SPMySQLFramework/Source/SPMySQL Private APIs.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Frameworks/SPMySQLFramework/Source/SPMySQL Private APIs.h b/Frameworks/SPMySQLFramework/Source/SPMySQL Private APIs.h
index 8fdf4e7e..b2fa9f5d 100644
--- a/Frameworks/SPMySQLFramework/Source/SPMySQL Private APIs.h
+++ b/Frameworks/SPMySQLFramework/Source/SPMySQL Private APIs.h
@@ -41,6 +41,7 @@
- (BOOL)_connect;
- (MYSQL *)_makeRawMySQLConnectionWithEncoding:(NSString *)encodingName isMasterConnection:(BOOL)isMaster;
+- (void)_mysqlConnection:(MYSQL *)connection wantsPassword:(void (^)(const char *passwd))inBlock withPlugin:(const char *)pluginName;
- (BOOL)_reconnectAllowingRetries:(BOOL)canRetry;
- (BOOL)_reconnectAfterBackgroundConnectionLoss;
- (BOOL)_waitForNetworkConnectionWithTimeout:(double)timeoutSeconds;