bareos: master c063bcd9

Author Committer Branch Timestamp Parent
bruno-at-bareos bruno-at-bareos master 2024-11-27 10:39 master 6e381b17 Pending
Changeset cmake: fix MARIADB_MYSQL_INSTALL_DB_SCRIPT usage

- split the variable to be db specific we now have
  MYSQL_INSTALL_DB_SCRIPT for mysql installation and use
  MARIADB_INSTALL_DB_SCRIPT pointing to `mariadb-install-db` binary.
- replace harcoded binary in mysql.sh script.
- adjust mariabackup systemtest to override correctly `MYSQL_`
  variables.

This fix internal issue#94

Signed-off-by: Bruno Friedmann <bruno.friedmann@bareos.com>
mod - core/cmake/BareosFindPrograms.cmake Diff File
mod - systemtests/environment.in Diff File
mod - systemtests/scripts/mysql.sh Diff File
mod - systemtests/tests/py3plug-fd-mariabackup/CMakeLists.txt Diff File
mod - systemtests/tests/py3plug-fd-mariabackup/testrunner-default Diff File