Bug #48202 Use compression protocol option will not turn off
Submitted: 21 Oct 12:10 Modified: 12 Nov 12:16
Reporter: Lee Fenlan
Status: Closed
Category:MySQL Workbench Severity:S2 (Serious)
Version:5.2.4 Alpha Revision 4030 OS:Microsoft Windows (XP x86 SP3)
Assigned to: Alfredo Kojima Target Version:wb52
Triage: Needs Triage: D3 (Medium)

[21 Oct 12:10] Lee Fenlan
Description:
The "Use compression protocol" option stays on even when unchecked.

How to repeat:
Create a new connection - method: standard tcp/ip over ssh.

Enter valid details an test the connection.

Click on advanced then check Use compression protocol.

Test connection - Recieve error message "no bool value passed for CLIENT_COMPRESS"

Uncheck Use compression protocol and re test connectiona nnd recieve the same error
message
[28 Oct 22:22] Johannes Taxacher
as workaround you can create a new profile which has this option disabled by default.
[11 Nov 23:07] Johannes Taxacher
both issues are fixed now. the correct disabling of the option as well as the problem that
caused the error when using the option. fixes will be included in 5.2.7
[12 Nov 12:16] Tony Bedford
An entry was added to the 5.2.7 changelog:

The Use compression protocol option was not working correctly when set in the Manage DB
Connections wizard.

When the checbox Use compression protocol was selected in the Advanced tab of the Manage
DB Connections wizard, the following error was generated when the connection was tested:

No bool value passed for CLIENT_COMPRESS

The same error occurred even if the Use compression protocol checkbox was subsequently
cleared.