From 95f796e8c75aeb13f4e1190d9ec08feecc35aba6 Mon Sep 17 00:00:00 2001 From: Bibiko Date: Mon, 15 Jun 2009 19:37:25 +0000 Subject: =?UTF-8?q?=E2=80=A2=20different=20log=20message=20for=20changing?= =?UTF-8?q?=20max=5Fallowed=5Fpacket=20for=20increasing=20it=20and=20for?= =?UTF-8?q?=20resetting=20it=20(a=20bit=20more=20transparent=20info)=20-?= =?UTF-8?q?=20now=20also=20check=20the=20delegate=20if=20queryGaveError:?= =?UTF-8?q?=20method=20is=20implemented=20=E2=80=A2=20while=20adding/updat?= =?UTF-8?q?ing=20a=20row=20to=20the=20db=20Table=20Content's=20pane=20now?= =?UTF-8?q?=20indicates=20that=20process=20better=20via=20spinning=20wheel?= =?UTF-8?q?=20=E2=80=A2=20after=20TRUNCATE=20TABLE=20reload=20that=20table?= =?UTF-8?q?=20content?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Source/CMMCPConnection.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Source/CMMCPConnection.h') 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; -- cgit v1.2.3