1. 20 Mar, 2021 2 commits
    • Marko Mäkelä's avatar
      CMake cleanup: Make WITH_URING, WITH_PMEM Boolean · e8113f75
      Marko Mäkelä authored
      The new default values WITH_URING:BOOL=OFF, WITH_PMEM:BOOL=OFF imply
      that the dependencies are optional.
      An explicit request WITH_URING=ON or WITH_PMEM=ON will cause the
      build to fail if the requested dependencies are not available.
      
      Last, to prevent a feature to be built in even though the built-time
      dependencies are available, the following can be used:
      
      cmake -DCMAKE_DISABLE_FIND_PACKAGE_URING=1
      cmake -DCMAKE_DISABLE_FIND_PACKAGE_PMEM=1
      
      This cleanup was suggested by Vladislav Vaintroub.
      e8113f75
    • Daniel Black's avatar
      MDEV-25207 mysql_install_db doesn't create sys schema (fix) · 4eeea4e2
      Daniel Black authored
      Fix for out-of-tree builds.
      
      mysql_sys_schema.sql is a CMAKE_CURRENT_BINARY_DIR file so
      use the buildpkgdatadir.
      4eeea4e2
  2. 19 Mar, 2021 11 commits
  3. 18 Mar, 2021 27 commits