1. 23 Apr, 2020 9 commits
    • Otto Kekäläinen's avatar
      Deb: Misc small fixes and cleanups · 7cbde2d0
      Otto Kekäläinen authored
      - Include binary wsrep_sst_rsync_wan previously omitted.
      - Don't build the embedded server. This saves a lot of time and
        around 500 MB of disk space.
      - Clean away unused override_dh_installcron. The package does not
        have any *.cron files, so this section is not needed.
      - Make mariadb-server run time depend on procps so pgrep works.
        The command pgrep is used in the maintainer scripts of mariadb-server,
        thus we should ensure it is found on the system.
      - Include build plugin func_test.so in test package. Don't include yet
        type_test.so since it fails (MDEV-22243).
      - Clean away obsolete Lintian overrides.
      7cbde2d0
    • Otto Kekäläinen's avatar
      Deb: Rename mysqlreport to mariadb-report, fix regression in 9e1b3af4 · 13ec2ecc
      Otto Kekäläinen authored
      This was partially already done in 9e1b3af4
      as the symlink mysqlreport pointed to mariadb-report. There just was no
      script with that name, so this rename complements it and now both
      mariadb-report and mysqlreport work again.
      13ec2ecc
    • Otto Kekäläinen's avatar
    • Otto Kekäläinen's avatar
      Deb: Remove unmaintained AWS key plugin packaging · b8092a3c
      Otto Kekäläinen authored
      Likewise to TokuDB and Cassandra, if this plugin is maintained it should
      be either fully enabled or not present at all. Packaging can be recovered
      from MariaDB 10.2 if needed, or if build outside of this packaging, then
      also the packaging scripts and snippets should be injected from the
      outside.
      b8092a3c
    • Otto Kekäläinen's avatar
      MDEV-19110: Remove Cassandra from Debian packaging · da64ec1e
      Otto Kekäläinen authored
      Cassandra has deprecated their Thrift interface years ago (a few months
      after Cassandra SE was released). The new way to access Cassandra is to
      use the CQL Connector, which does not use Thrift.
      
      There have been talks to make a CassandraSE V2 but no usable code have
      been produced. The motivation to keep CassandraSE in the MariaDB source
      code is to have it as an example for such future attempts.
      
      It can stay in the source code but it should be removed from packaging
      to avoid Debian packaging maintenance work around trying to compile it
      and have tests pass on new platform.
      
      If somebody wants Cassandra, they can use the 10.4 branch.
      da64ec1e
    • Otto Kekäläinen's avatar
      MDEV-21944: Remove TokuDB from Debian packaging · 9cc1c74c
      Otto Kekäläinen authored
      It was already disabled in 1589cf1c but
      turns out that as long as the packaging is there, is requires maintenance,
      ensuring it still builds, debugging failing tests etc and that takes its
      toll and is not worth all the extra work. Having it "only disabled" does
      not help, since either we have it and keep it tested and working, or we
      don't have it and don't spend time on keeping it working and tested.
      
      In MDEV-19780 there was already a decision to drop TokuDB from MariaDB.
      
      If somebody wants TokuDB, they can use the 10.4 branch.
      9cc1c74c
    • Otto Kekäläinen's avatar
    • Otto Kekäläinen's avatar
      Deb: Add a customized salsa-ci.yml for easy extra testing · 03119c58
      Otto Kekäläinen authored
      As initially most tests fail, they have allow_failures defined so that
      testing anyway proceeds all the way to the final 'upgrade extras' stage.
      
      All of these tests work for downstream Debian packaging of MariaDB 10.4
      and should eventually pass on upstream MariaDB 10.5 as well.
      
      Also upstream the Debian autopkgtests from MariaDB 10.4 in Debian so that
      pipeline includes running mtr.
      03119c58
    • Otto Kekäläinen's avatar
      Temporarily disable tests permanently failing on 10.5 · 6f0b621c
      Otto Kekäläinen authored
      This are filed as issues so I trust these will not be forgotten:
      - MDEV-20372
      - MDEV-21965
      - MDEV-21968
      - MDEV-22119
      
      Having these tests fail the MTR permanently decreases the overall quality
      of the software as:
      - developers start neglecting the results from CI systems and do not spot
        the new regressions their changes introduce
      - reviews take many hours as a diligent reviewer needs to open all build
        logs that are failing, see what is failing, and check if those are new
        failures or not – alternatively reviewers stop looking at CI altogether
      
      It is better to disable these test now and prioritize the MDEVs for the
      test failure bugs than keep the MTR red and allow more test failures to
      creep in.
      6f0b621c
  2. 22 Apr, 2020 4 commits
  3. 21 Apr, 2020 4 commits
  4. 20 Apr, 2020 2 commits
  5. 19 Apr, 2020 20 commits
  6. 18 Apr, 2020 1 commit
    • Faustin Lammler's avatar
      MDEV-15526 systemd unit files naming and installation · 6af0bd69
      Faustin Lammler authored
      Drop Aliases from the service file directive. Aliases in the service
      file only take effect when the service is enabled. This is the case
      because Aliases in service files do not have to be unique across various
      services.
      
      Shipping symlinks guarantees that one can always enable mariadb service
      using `systemctl enable mysql` or `systemctl enable mysqld` and makes
      the commands indempotent.
      6af0bd69