summaryrefslogtreecommitdiff
path: root/debian/mariadb-server-10.5.install
Commit message (Collapse)AuthorAgeFilesLines
* Deb: Rename relevant occurrences of 10.5 to 10.6 now in 10.6 seriesOtto Kekäläinen2020-05-141-107/+0
|
* Deb: Use mysql[d].service symlinks as created by CMakeOtto Kekäläinen2020-04-231-0/+2
| | | | | Stop making new symlinks and use the existing ones directly as they have been available since d2f5e82f0043d9decdbde61e201dbce482e48205.
* Deb: Misc small fixes and cleanupsOtto Kekäläinen2020-04-231-0/+2
| | | | | | | | | | | | | | - 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.
* MDEV-6284: Sync breaks/replaces relationships and file locationsOtto Kekäläinen2020-04-191-3/+0
| | | | | | | | | | | | | | These changes are in line with what has been changes in downstream Debian and they fix the following errors: $ check_for_missing_breaks_replaces.py -o ${WORKING_DIR}/missing_breaks.xml --changes-file ${WORKING_DIR}/*.changes [ERROR] mariadb-client-10.5 conflicts with mytop files: {'/usr/bin/mytop'} [ERROR] mariadb-client-10.5 conflicts with mariadb-client-core-10.3 files: {'/usr/bin/mysqlcheck'} [ERROR] mariadb-server-10.5 conflicts with mariadb-server-core-10.3 files: {'/usr/share/man/man1/resolveip.1.gz', '/usr/bin/resolveip', '/usr/share/mysql/mysql_test_data_timezone.sql'} [ERROR] mariadb-client-10.5 conflicts with mysql-client-core-5.7 files: {'/usr/bin/mysqlcheck'} [ERROR] mariadb-server-10.5 conflicts with mariadb-server-core-10.3 files: {'/usr/share/man/man1/resolveip.1.gz', '/usr/bin/resolveip', '/usr/share/mysql/mysql_test_data_timezone.sql'} [ERROR] mariadb-server-10.5 conflicts with mysql-client-5.7 files: {'/usr/bin/myisam_ftdump', '/usr/share/man/man1/myisam_ftdump.1.gz'} [ERROR] mariadb-server-core-10.5 conflicts with mysql-server-5.7 files: {'/usr/share/mysql/mysql_test_data_timezone.sql', '/usr/bin/resolveip', '/usr/share/man/man1/resolveip.1.gz'} [ERROR] mariadb-test conflicts with mysql-server-5.7 files: {'/usr/lib/mysql/plugin/adt_null.so', '/usr/lib/mysql/plugin/mypluglib.so'}
* MDEV-6284: Sync deb build rules etc with downstreamOtto Kekäläinen2020-04-191-1/+1
| | | | | | | | | | - Ensure cmake builds also apply CPPFLAGS flags for hardening to fully work https://salsa.debian.org/mariadb-team/mariadb-10.4/-/commit/fc4f33cf40d0a10ef5d1992accd2af734ba96356 - Install Ubuntu Apport files in the same way with same filename. - MDEV-21705: Build flags to keep WolfSSL from crashing - Clean away sql-bench from packaging immediately after build step. - Delete private files from libraries so they don't get shipped in the -dev packages.
* Revert "MDEV-21303 Make executables MariaDB named"Sergei Golubchik2020-03-241-0/+10
| | | | | | | This reverts commit 5d1b8f4152. because since 306e439c6d manpages use troff aliases instead of symlinks, so they should not be symlinked.
* MDEV-21303 Make executables MariaDB namedSergei Golubchik2020-03-211-10/+0
| | | | fix manpages in Debian
* MDEV-21303 Make executables MariaDB namedRasmus Johansson2020-03-211-11/+12
| | | | | | | | | To change all executables to have a mariadb name I had to: - Do name changes in every CMakeLists.txt that produces executables - CREATE_MARIADB_SYMLINK was removed and GET_SYMLINK added by Wlad to reuse the function in other places also - The scripts/CMakeLists.txt could make use of GET_SYMLINK instead of introducing redundant code, but I thought I'll leave that for next release - A lot of changes to debian/.install and debian/.links files due to swapping of real executable and symlink. I did not however change the name of the manpages, so the real name is still mysql there and mariadb are symlinks. - The Windows part needed a change now when we made the executables mariadb -named. MSI (and ZIP) do not support symlinks and to not break backward compatibility we had to include mysql named binaries also. Done by Wlad
* Merge branch '10.4' into 10.5Oleksandr Byelkin2020-03-111-1/+1
|
* MDEV-17367: Move my_print_defaults and *.sql to mariadb-server-coreOtto Kekäläinen2020-03-051-8/+0
| | | | | | | | | | | | | | | | | The command is needed to install/upgrade databases. It should therefore reside in the server-core package, as that package is supposed to contain all necessary tools to start and run the database (although manually, there are no automation or service scripts included in server-core by design). Also add Breaks+Replaces in the control so upgrades will not complain about overwriting files in previously installed packages of different name. This was adopted from Debian where this change has been since Nov 4, 2018. https://salsa.debian.org/mariadb-team/mariadb-10.1/-/commit/3689350ad30916aa68fe2c1b35c290fb5095bc9b In addition, also move all *.sql files referenced mysql_install_db for the same reasons.
* Merge 10.4 into 10.5Marko Mäkelä2020-01-281-0/+2
|
* Merge 10.4 into 10.5Marko Mäkelä2019-09-241-1/+1
|
* Merge 10.4 into 10.5Marko Mäkelä2019-06-181-1/+11
|
* Updated debian packages to 10.5Monty2019-05-231-0/+101