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

Merge MySQL 5.5.53 #1148

Merged
merged 5 commits into from
Oct 31, 2016
Merged

Conversation

laurynas-biveinis
Copy link
Contributor

bkandasa and others added 5 commits August 8, 2016 15:15
              RESTRICTED IN ALL GA RELEASES

Back port of WL#6782 to 5.5 and 5.6. This also includes
back port of Bug#20771331, Bug#20741572 and Bug#20770671.
Bug#24695274 and Bug#24679907 are also handled along with
this.
This implements
https://blueprints.launchpad.net/percona-server/+spec/merge-5.5.53.

Upstream secure_file_priv changes
(https://dev.mysql.com/doc/relnotes/mysql/5.5/en/news-5-5-53.html) and
our extension for the same
(https://www.percona.com/doc/percona-server/5.5/management/secure_file_priv_extended.html)
reconciled as follows:
- --secure-file-priv without an option passed (not even a '') becomes
  an alias for NULL value: both disable LOAD_FILE(), LOAD DATA INFILE,
  and SELECT INTO OUTFILE;
- it is no longer possible to disable security checks by omitting the
  option as that would take some default value, depending on the
  package used. Instead, --secure-file-priv='' (or =/) should be used.
Copy link
Collaborator

@percona-ysorokin percona-ysorokin left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@laurynas-biveinis laurynas-biveinis merged commit e70d7dd into percona:5.5 Oct 31, 2016
@laurynas-biveinis laurynas-biveinis deleted the merge-5.5.53 branch October 31, 2016 11:34
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.

4 participants