1. May 08, 2021
  2. Mar 12, 2021
  3. 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
  4. Feb 23, 2021
  5. Feb 22, 2021
  6. Feb 21, 2021
  7. Feb 20, 2021
  8. Feb 06, 2021
  9. 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
  10. Dec 21, 2020
  11. Dec 20, 2020
  12. Nov 24, 2020
  13. Nov 23, 2020
  14. Nov 18, 2020
  15. 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
  16. Nov 13, 2020
  17. Nov 12, 2020
  18. Nov 04, 2020
  19. Oct 29, 2020