aboutsummaryrefslogtreecommitdiffstats
path: root/Frameworks/SPMySQLFramework/MySQL Client Libraries/lib
Commit message (Collapse)AuthorAgeFilesLines
* Manually roll back all changes for #2979Max2018-02-271-0/+0
| | | | Those will be moved to a different branch for the time being since other stuff needs to be changed first
* Overlooked that mysql will attempt auth twice for any nonstandard pluginMax Lohrmann2018-02-161-0/+0
|
* Experiment with #2979Max Lohrmann2018-02-141-0/+0
| | | | | * Updated libmysqlclient from 5.5.56 -> 5.5.59 * Changed the way the connection password is passed between SPMySQL and libmysqlclient
* Because of a change in CMake the updated libmysqlclient was only runnable on ↵Max Lohrmann2017-05-221-0/+0
| | | | | | 10.12+, while 10.6+ was intended (Also adapted the build script)
* Update MySQL client to 5.5.56 (was 5.5.42)Max Lohrmann2017-05-211-0/+0
|
* !!! Update mysql client libs to 5.5.42Max2015-03-041-0/+0
| | | | | This enables SHA256 client certificates (issue #2071) and disables SSL2 and SSL3 connections. Please test carefully!
* - Alter the MySQL library build script to explicitly use the system zlib. ↵rowanbeentje2013-09-081-0/+0
| | | | | | | | This is documented as being the default, but setting this has resulted in a smaller binary and lower CPU usage with compressed MySQL connection transport. - Rebuild the libraries with the new setting - Update localisable strings
* - Update to the MySQL 5.5.33 client librariesrowanbeentje2013-09-081-0/+0
| | | | | - Tweak the build script to clarify it is now only building a two-way binary and to explicitly not build the server using the new syntax
* - Upgrade to the MySQL 5.5.22 client libraries, updating to a much more ↵rowanbeentje2012-04-091-0/+0
| | | | | | | | up-to-date codebase. - Update the build-mysql-client.sh MySQL build script within SPMySQL.framework to allow it to easily build 5.5 client libraries - Fix reconnection within SPMySQL.framework after a connection is lost for MySQL servers < 5 when a query is cancelled by killing the connection
* - Add missing libmysqlclient.a to build SPMySQL (ignored during initial add ↵rowanbeentje2012-02-201-0/+0
as it's a binary file?) - Add svn:ignore propsets for build, pbxuser and project mode files