1. 01 Feb, 2022 1 commit
  2. 31 Jan, 2022 3 commits
  3. 30 Jan, 2022 5 commits
  4. 29 Jan, 2022 4 commits
  5. 28 Jan, 2022 6 commits
  6. 27 Jan, 2022 18 commits
  7. 26 Jan, 2022 3 commits
    • Daniel Black's avatar
      MDEV-27635: selinux: allow read of /proc/sys/kernel/core_pattern · 8b3b7380
      Daniel Black authored
      Prevent the error:
      
      setroubleshoot[23678]: SELinux is preventing /usr/libexec/mysqld from read access on the file core_pattern.
      
      Reading of the core pattern occurs on crash as added in MDEV-15051
      
      RHEL-7.7
      
      $  ls -laZ /proc/sys/kernel/core_pattern
      -rw-r--r--. root root system_u:object_r:usermodehelper_t:s0 /proc/sys/kernel/core_pattern
      8b3b7380
    • Daniel Black's avatar
      MDEV-27289: mtr test for WITH_SERVER_EMBEDDED=ON reenable · 68b3fa88
      Daniel Black authored
      mtr is checking the wrong path for the embedded executable
      on out of tree builds.
      
      The is_embedded.inc tests are also checking the version rather
      than the MTR MYSQL_EMBEDDED environment variable.
      
      As a result, a few tests are out of date in the result recordings.
      68b3fa88
    • Daniel Black's avatar
      MDEV-27607: mysql_install_db to install mysql_upgrade_info · 2e81eab2
      Daniel Black authored
      For compatibility this is under an extra option --upgrade-info
      
      The goal here is to install a data directory with the required
      info to let mysql_upgrade know that an upgrade isn't required.
      2e81eab2