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: b255cd7f7f98
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: e89b1063fb58
Choose a head ref
  • 8 commits
  • 4 files changed
  • 2 contributors

Commits on Apr 3, 2020

  1. mariadb: build server with NUMA

    (cherry picked from commit c6d159d)
    Izorkin authored and flokli committed Apr 3, 2020
    Copy the full SHA
    988bb1f View commit details
    Browse the repository at this point in the history
  2. mariadb: add needed packages

    (cherry picked from commit 982a23d)
    Izorkin authored and flokli committed Apr 3, 2020
    Copy the full SHA
    95c2e02 View commit details
    Browse the repository at this point in the history
  3. mariadb: remove withoutClient

    When used as a global override, it breaks most of the options in the
    mysql module, such as ensureDatabases, ensureUsers, initialDatabases,
    initialScript.
    
    We could use `.client` there, but if the reasoning behind this was
    closure size reduction, we now end up with the same (or a bigger)
    runtime closure and more complexity.
    
    Apart from the options exposed by the mysql module, the client is also
    likely to be required for local backups or DBA tasks anyways.
    
    Instead of dealing with all the increased complexity of this for no
    arguable benefit, let's just remove the `withoutClient` argument.
    Storage space on mysql servers shouldn't be that much of an issue.
    
    Closes #82428.
    
    (cherry picked from commit 4b8d66a)
    flokli committed Apr 3, 2020
    Copy the full SHA
    a9d0d05 View commit details
    Browse the repository at this point in the history
  4. mariadb: add option to build server without tokudb storage

    (cherry picked from commit 0296e67)
    Izorkin authored and flokli committed Apr 3, 2020
    Copy the full SHA
    a05099d View commit details
    Browse the repository at this point in the history
  5. mariadb: add option to build server without rocksdb storage

    (cherry picked from commit eafdfc8)
    Izorkin authored and flokli committed Apr 3, 2020
    Copy the full SHA
    bf94267 View commit details
    Browse the repository at this point in the history
  6. mariadb: add zstd compression

    (cherry picked from commit 2435743)
    Izorkin authored and flokli committed Apr 3, 2020
    Copy the full SHA
    6254058 View commit details
    Browse the repository at this point in the history
  7. mariadb: fix deps build

    (cherry picked from commit 5abc729)
    Izorkin authored and flokli committed Apr 3, 2020
    Copy the full SHA
    c0c04ea View commit details
    Browse the repository at this point in the history
  8. Merge pull request #84164 from Izorkin/mariadb-tokudb-20.03

    [20.03] mariadb: backport updates
    flokli committed Apr 3, 2020
    Copy the full SHA
    e89b106 View commit details
    Browse the repository at this point in the history