diff options
author | Bibiko <bibiko@eva.mpg.de> | 2009-06-11 12:33:13 +0000 |
---|---|---|
committer | Bibiko <bibiko@eva.mpg.de> | 2009-06-11 12:33:13 +0000 |
commit | a4911754d0fba5909c5bb35157aff8032c47bc2b (patch) | |
tree | 9b5800d294ec69e1c13842aae28cbb4a28ffe445 /Source/CMMCPConnection.h | |
parent | c281b67fc313c54839b106b7910daa3c21ca297e (diff) | |
download | sequelpro-a4911754d0fba5909c5bb35157aff8032c47bc2b.tar.gz sequelpro-a4911754d0fba5909c5bb35157aff8032c47bc2b.tar.bz2 sequelpro-a4911754d0fba5909c5bb35157aff8032c47bc2b.zip |
• introduced these methods to CMMCPConnection
- (int) getMaxAllowedPacket;
- (BOOL) isMaxAllowedPacketEditable;
- (int) setMaxAllowedPacketTo:(int)newSize;
Diffstat (limited to 'Source/CMMCPConnection.h')
-rw-r--r-- | Source/CMMCPConnection.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Source/CMMCPConnection.h b/Source/CMMCPConnection.h index 962e315a..4b0330ec 100644 --- a/Source/CMMCPConnection.h +++ b/Source/CMMCPConnection.h @@ -96,6 +96,9 @@ - (void) keepAlive:(NSTimer *)theTimer; - (void) threadedKeepAlive; - (const char *) cStringFromString:(NSString *) theString usingEncoding:(NSStringEncoding) encoding; +- (int) getMaxAllowedPacket; +- (BOOL) isMaxAllowedPacketEditable; +- (int) setMaxAllowedPacketTo:(int)newSize; /* return server major version number or -1 on fail */ - (int)serverMajorVersion; |