Skip to content
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

Remove Makefile.PL options which are not needed and fix env names #17

Merged
merged 7 commits into from Feb 19, 2018

Conversation

pali
Copy link
Member

@pali pali commented Feb 15, 2018

No description provided.

DBD::MariaDB already correctly detects SSL/TLS support at compile time and
runtime, so there is no need to manually disabling SSL/TLS at configure
time.
Behavior from this option can be already configured at runtime via
mariadb_client_found_rows connection attribute. And --nofoundrows was
broken in DBD::mysql since commit f2aa689.
All relevant tests are already written in way that test both server side
prepared statements and client side placeholder emulation. So there is no
need to explicitly set mariadb_server_prepare=1 just for test suite.
Despite its description in Makefile.PL it affected only test suite. As
there are already tests which check that mariadb_bind_type_guessing is
working, there is no need for such option in Makefile.PL anymore.
Setting this variable does nothing since commit
0937d8c.

Also option --ps-protocol was removed from Makefile.PL therefore we do not
need this functionality anymore.
This is needed to ensure that DBD::mysql and DBD::MariaDB can coexist and
be installed at the same time on one machine without any collision.
@branislav-zahradnik-gdc branislav-zahradnik-gdc merged commit 306fe42 into perl5-dbi:master Feb 19, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants