forked from brianmario/mysql2
-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' into force_latin1_to_utf8
* master: (21 commits) Bump version to 0.5.0 README note that MariaDB 10.3 and Ruby 2.6 are supported Initialize params_enc variable to resolve a warning Travis CI add MariaDB 10.3 Travis CI add Ruby 2.6 Use a local scope to avoid leaking the temporary variable for bind_count Revert "Layout/IndentHeredoc" Bump RuboCop limits for spec file length Style nit fix for brianmario#943 Use a typedef my_bool to improve compatibility across MySQL versions Revert "Use `bool` instead of `my_bool` which has been removed since MySQL 8.0.1 (brianmario#840)" Style nit for brianmario#943 Expose the `mysql_set_server_option`: (brianmario#943) Update usage section of README.md (brianmario#939) Travis CI should run MySQL 5.5 tests on Trusty Looks like Windows Ruby 2.0 still has the buggy mkmf Use CLIENT_CONNECT_ATTRS flag to test the connection attributes feature README note that MariaDB 10.2 is supported Travis CI drop tests for MySQL 5.1 on Ubuntu Precise Fix Ruby 2.4 on Appveyor ...
- Loading branch information
Showing
22 changed files
with
209 additions
and
116 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
#!/usr/bin/env bash | ||
|
||
set -eux | ||
|
||
apt-get purge -qq '^mysql*' '^libmysql*' | ||
rm -fr /etc/mysql | ||
rm -fr /var/lib/mysql | ||
apt-get install -qq mysql-server-5.5 mysql-client-core-5.5 mysql-client-5.5 libmysqlclient-dev |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.