aboutsummaryrefslogtreecommitdiffstats
path: root/Source/CMMCPConnection.h
diff options
context:
space:
mode:
authorBibiko <bibiko@eva.mpg.de>2009-06-15 19:37:25 +0000
committerBibiko <bibiko@eva.mpg.de>2009-06-15 19:37:25 +0000
commit95f796e8c75aeb13f4e1190d9ec08feecc35aba6 (patch)
treed93cc99bcc1ed043c313dcc5188adfe252c1e82f /Source/CMMCPConnection.h
parent6f267c8d8f6c12663e16d30f4cd4a1a6677fccd5 (diff)
downloadsequelpro-95f796e8c75aeb13f4e1190d9ec08feecc35aba6.tar.gz
sequelpro-95f796e8c75aeb13f4e1190d9ec08feecc35aba6.tar.bz2
sequelpro-95f796e8c75aeb13f4e1190d9ec08feecc35aba6.zip
• different log message for changing max_allowed_packet for increasing it and for resetting it (a bit more transparent info)
- now also check the delegate if queryGaveError: method is implemented • while adding/updating a row to the db Table Content's pane now indicates that process better via spinning wheel • after TRUNCATE TABLE reload that table content
Diffstat (limited to 'Source/CMMCPConnection.h')
-rw-r--r--Source/CMMCPConnection.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/CMMCPConnection.h b/Source/CMMCPConnection.h
index 2a24aea8..f9b8b022 100644
--- a/Source/CMMCPConnection.h
+++ b/Source/CMMCPConnection.h
@@ -97,7 +97,7 @@
- (const char *) cStringFromString:(NSString *) theString usingEncoding:(NSStringEncoding) encoding;
- (int) getMaxAllowedPacket;
- (BOOL) isMaxAllowedPacketEditable;
-- (int) setMaxAllowedPacketTo:(int)newSize;
+- (int) setMaxAllowedPacketTo:(int)newSize resetSize:(BOOL)reset;
/* return server major version number or -1 on fail */
- (int)serverMajorVersion;