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

libmysql: 2.3.4 -> 3.0.3 #37510

Closed
wants to merge 1 commit into from

Conversation

ryantm
Copy link
Member

@ryantm ryantm commented Mar 21, 2018

Semi-automatic update generated by https://github.com/ryantm/nix-update tools. These checks were done:

  • built on NixOS
  • ran /nix/store/5q3n98r2lvf7q589mhqs7df23yj2b100-mariadb-connector-c-3.0.3/bin/mariadb_config -h got 0 exit code
  • ran /nix/store/5q3n98r2lvf7q589mhqs7df23yj2b100-mariadb-connector-c-3.0.3/bin/mariadb_config --help got 0 exit code
  • ran /nix/store/5q3n98r2lvf7q589mhqs7df23yj2b100-mariadb-connector-c-3.0.3/bin/mariadb_config help got 0 exit code
  • ran /nix/store/5q3n98r2lvf7q589mhqs7df23yj2b100-mariadb-connector-c-3.0.3/bin/mariadb_config --help and found version 3.0.3
  • found 3.0.3 with grep in /nix/store/5q3n98r2lvf7q589mhqs7df23yj2b100-mariadb-connector-c-3.0.3
  • directory tree listing: https://gist.github.com/aa0782fcdef6d85d003c2b7ec9fc81f0

cc @globin for review

Semi-automatic update generated by https://github.com/ryantm/nix-update tools. These checks were done:

- built on NixOS
- ran `/nix/store/5q3n98r2lvf7q589mhqs7df23yj2b100-mariadb-connector-c-3.0.3/bin/mariadb_config -h` got 0 exit code
- ran `/nix/store/5q3n98r2lvf7q589mhqs7df23yj2b100-mariadb-connector-c-3.0.3/bin/mariadb_config --help` got 0 exit code
- ran `/nix/store/5q3n98r2lvf7q589mhqs7df23yj2b100-mariadb-connector-c-3.0.3/bin/mariadb_config help` got 0 exit code
- ran `/nix/store/5q3n98r2lvf7q589mhqs7df23yj2b100-mariadb-connector-c-3.0.3/bin/mariadb_config --help` and found version 3.0.3
- found 3.0.3 with grep in /nix/store/5q3n98r2lvf7q589mhqs7df23yj2b100-mariadb-connector-c-3.0.3
- directory tree listing: https://gist.github.com/aa0782fcdef6d85d003c2b7ec9fc81f0
@ryantm ryantm changed the base branch from master to staging April 1, 2018 03:59
@ryantm ryantm deleted the auto-update/mariadb-connector-c branch April 17, 2018 16:46
@florianjacob
Copy link
Contributor

@matthewbauer could you explain to me why this was closed?

As mysql-connector 2.3.4 hardcodes its MYSQL_CLIENT_VERSION it reports to 5.5.1, this breaks using utf8mb4 (what is known as regular utf8 for everybody else, utf8 in mysql actually can't store 4 bytes) from php applications, at least with wordpress.

It seems like newer versions report something newer as well, which would fix that.

This currently results in e.g. all emoji being mangled into ???? when storing them in the database.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants