Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Add code to disable mysql protocol compression (no UI) to connect to …
…Amazon Aurora (see #2122)
- Loading branch information
Showing
with
49 additions
and 6 deletions.
- +1 −0 Frameworks/SPMySQLFramework/Source/SPMySQLConnection Categories/Copying.m
- +10 −0 Frameworks/SPMySQLFramework/Source/SPMySQLConnection.h
- +21 −5 Frameworks/SPMySQLFramework/Source/SPMySQLConnection.m
- +7 −0 Frameworks/SPMySQLFramework/Source/SPMySQLConstants.h
- +2 −0 Source/SPConnectionController.h
- +3 −1 Source/SPConnectionController.m
- +3 −0 Source/SPConnectionHandler.m
- +1 −0 Source/SPConstants.h
- +1 −0 Source/SPConstants.m