Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
base: 78309be0f34f
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: f5fade94bd2b
Choose a head ref
  • 4 commits
  • 4 files changed
  • 1 contributor

Commits on Mar 12, 2020

  1. Copy the full SHA
    eacf018 View commit details
    Browse the repository at this point in the history
  2. libmysqlconnectorcpp: 1.1.9 → 8.0.19

    This has been seriously outdated:
    
    * https://dev.mysql.com/doc/relnotes/connector-cpp/en/news-1-1-10.html
    * https://dev.mysql.com/doc/relnotes/connector-cpp/en/news-1-1-11.html
    * https://dev.mysql.com/doc/relnotes/connector-cpp/en/news-1-1-12.html
    * https://dev.mysql.com/doc/relnotes/connector-cpp/en/news-1-1-13.html
    * https://dev.mysql.com/doc/relnotes/connector-cpp/en/news-2-0-1.html
    * https://dev.mysql.com/doc/relnotes/connector-cpp/en/news-2-0-2.html
    * https://dev.mysql.com/doc/relnotes/connector-cpp/en/news-2-0-3.html
    * https://dev.mysql.com/doc/relnotes/connector-cpp/en/news-2-0-4.html
    * https://dev.mysql.com/doc/relnotes/connector-cpp/en/news-8-0-5.html
    * https://dev.mysql.com/doc/relnotes/connector-cpp/en/news-8-0-6.html
    * https://dev.mysql.com/doc/relnotes/connector-cpp/en/news-8-0-7.html
    * https://dev.mysql.com/doc/relnotes/connector-cpp/en/news-8-0-8-through-10.html
    * https://dev.mysql.com/doc/relnotes/connector-cpp/en/news-8-0-11.html
    * https://dev.mysql.com/doc/relnotes/connector-cpp/en/news-8-0-12.html
    * https://dev.mysql.com/doc/relnotes/connector-cpp/en/news-8-0-13.html
    * https://dev.mysql.com/doc/relnotes/connector-cpp/en/news-8-0-14.html
    * https://dev.mysql.com/doc/relnotes/connector-cpp/en/news-8-0-15.html
    * https://dev.mysql.com/doc/relnotes/connector-cpp/en/news-8-0-16.html
    * https://dev.mysql.com/doc/relnotes/connector-cpp/en/news-8-0-17.html
    * https://dev.mysql.com/doc/relnotes/connector-cpp/en/news-8-0-18.html
    * https://dev.mysql.com/doc/relnotes/connector-cpp/en/news-8-0-19.html
    
    Expression changes:
    
    * Format with nixpkgs-fmt.
    * Move cmake to nativeBuildInputs.
    * Use OpenSSL from the system as using the bundled version is now optional.
    * Use MysQL 8.0 since this is supposed to be used with that version.
    * Explicitly enable the now legacy JDBC library used by mysql-workbench.
    * Remove unnecessary MYSQL_LIB_DIR flag. MySQL will be found automatically.
        * We just need the build script know it is not a static library.
    jtojnar committed Mar 12, 2020
    Copy the full SHA
    23d6991 View commit details
    Browse the repository at this point in the history
  3. mysql-workbench: 8.0.15 → 8.0.19

    * https://dev.mysql.com/doc/relnotes/workbench/en/news-8-0-16.html
    * https://dev.mysql.com/doc/relnotes/workbench/en/news-8-0-17.html
    * https://dev.mysql.com/doc/relnotes/workbench/en/news-8-0-18.html
    * https://dev.mysql.com/doc/relnotes/workbench/en/news-8-0-19.html
    
    The release notes contain the following:
    
    Important Note: MySQL Workbench 8.0.19 is unable to open a new connection to MySQL Server from the home screen if the server is not started and you cannot start a server by using the Workbench Administration feature. Administrative and SQL editing tasks require an online server for the duration of this issue. Feature tasks that you performed with an offline server in previous releases now return an error message indicating that the server is unreachable.
    
    but it is clearly better than having it broken.
    jtojnar committed Mar 12, 2020
    Copy the full SHA
    070b49e View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2020

  1. Merge pull request #82362 from jtojnar/mysql-wb

    mysql-workbench: 8.0.15 → 8.0.19
    jtojnar committed Mar 14, 2020
    Copy the full SHA
    f5fade9 View commit details
    Browse the repository at this point in the history