1. May 21, 2021
  2. May 16, 2021
  3. May 10, 2021
  4. May 09, 2021
  5. May 08, 2021
  6. Mar 24, 2021
    • Arnaud Rebillout's avatar
      Fix postinst trigger when systemd is not running (Closes: #983563) · 2fb96228
      Arnaud Rebillout authored
      Checking for the existence of the systemctl command only tells us that
      systemd is installed, however it does not tell us if systemd is running.
      What we really want to do here is reload systemd if it's installed AND
      if it's running. The usual way to check if systemd is running is to
      check for the existence of '/run/systemd/system'.
      
      Why would systemd be installed but not running? This is something that
      happens when one sets up or upgrade a system in a chroot or container.
      
      For more details refer to the bug report:
      <https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=983563>
      2fb96228
  7. Mar 12, 2021
  8. Mar 11, 2021
    • Glenn Strauss's avatar
      Mark systemd files [linux-any] in debian/*.install · e5b9f8e4
      Glenn Strauss authored
      (restore tag that was mistakenly dropped in 2039c275)
      
      chmod a+x debian/mariadb-server-10.5.install
      add #!/usr/bin/dh-exec to top of debian/mariadb-server-10.5.install
      
      Reference: "General Porting Issues" section of
        https://www.debian.org/ports/hurd/hurd-devel-debian
      e5b9f8e4
    • Otto Kekäläinen's avatar
      Misc Salsa-CI fixes · 8db0e530
      Otto Kekäläinen authored
      - Since cb793cf8 the whole autopkgtest
        override can be removed as it has no effect.
      
      - Don't allow upgrade test from Ubuntu 20.04 MySQL 8.0 to fail anymore as
        it should always pass now.
      
      - Install procps to avoid failure in the Debian Sid MySQL 8.0 installation
        step so where the postinst script often fails if process check is lacking.
      
      - Exclude mariadb-plugin-columnstore in when installing MariaDB 10.5 from
        MariaDB.org repository as it is not available for 10.5.9
      8db0e530
  9. Feb 23, 2021
  10. Feb 22, 2021
  11. Feb 21, 2021
  12. Feb 20, 2021
  13. Feb 06, 2021
  14. Jan 09, 2021
    • Helmut Grohne's avatar
      Reduce Build-Depends (Closes: #979606) · 150bf990
      Helmut Grohne authored
      - chrpath is not used at all
      - cracklib-runtime is only used for testing
      - apparmor is disabled, thus dh-apparmor is unused
      - gdb is only used for testing
      - libarchive-dev is only used in ds_archive.cc, which is not built
      150bf990
  15. Dec 21, 2020
  16. Dec 20, 2020
  17. Nov 24, 2020
  18. Nov 23, 2020
  19. Nov 18, 2020
  20. Nov 17, 2020
    • Otto Kekäläinen's avatar
      02ba0c60
    • Otto Kekäläinen's avatar
      Fix FTBFS on mipsel/mips64el due to test main.drop failure · a1cb9cf9
      Otto Kekäläinen authored
      The test main.drop 'innodb' failed with:
      
        CURRENT_TEST: main.drop
        --- /<<PKGBUILDDIR>>/mysql-test/main/drop.result	2020-11-10 13:14:54.000000000 +0000
        +++ /<<PKGBUILDDIR>>/mysql-test/main/drop.reject	2020-11-14 15:52:14.649154562 +0000
        @@ -135,7 +135,7 @@
         use mysql_test;
         create table t1(c int);
         drop database mysql_test;
        -ERROR HY000: Error dropping database (can't rmdir './mysql_test', errno: 39 "Directory not empty")
        +ERROR HY000: Error dropping database (can't rmdir './mysql_test', errno: 93 "Directory not empty")
         select database();
         database()
         mysql_test
      
        mysqltest: Result content mismatch
      
      In mips however '93' is a valid value, so fix the test.
      a1cb9cf9
  21. Nov 13, 2020
  22. Nov 12, 2020