Skip to content

fix test unix_socket for MariaDB-10.4 #907

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Dec 10, 2020
Merged

Conversation

grooverdan
Copy link
Contributor

unix_socket is inbuilt in MariaDB-10.4+.

MariaDB-10.0 and 10.1 are out of support so replace these with MariaDB supported versions.

Like MySQL-5.5 keep MariaDB-5.5 as an oldest working version.

MariaDB-10.4+ has unix_socket plugin compiled in.

Server version: 10.4.18-MariaDB Source distribution

Copyright (c) 2000, 2018, Oracle, MariaDB Corporation Ab and others.

Type 'help;' or '\h' for help. Type '\c' to clear the current input statement.

MariaDB [(none)]> show plugins;
+-------------------------------+----------+--------------------+---------+---------+
| Name                          | Status   | Type               | Library | License |
+-------------------------------+----------+--------------------+---------+---------+
...
| unix_socket                   | ACTIVE   | AUTHENTICATION     | NULL    | GPL     |
..
MariaDB 10.0 and 10.1 are out of support.
Replace these with current MariaDB GA versions.

Keep MariaDB 5.5 so minimium compatibility is maintained.
@methane methane closed this Dec 9, 2020
@methane methane reopened this Dec 9, 2020
@grooverdan
Copy link
Contributor Author

crypography-3.3 fails to compile against openssl-1.0.2 in xenial.

Bump travis to bionic to avoid the compile failure.

Ref: pyca/cryptography#5612
@methane methane merged commit 99b703c into PyMySQL:master Dec 10, 2020
@grooverdan
Copy link
Contributor Author

Thank you @methane

@grooverdan grooverdan deleted the mdb10.4 branch December 10, 2020 03:41
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Dec 11, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants