summaryrefslogtreecommitdiff
path: root/debian
Commit message (Collapse)AuthorAgeFilesLines
* MDEV-30205 Move /usr/share/mysql to /usr/share/mariadbDaniel Black2023-04-1117-142/+141
| | | | | | | | | These are mainly internal files so is a low impact change. The few scripts/mysql*sql where renames to mariadb_* prefix on the name. mysql-test renamed to mariadb-test in the final packages
* Merge 11.0 into 11.1Marko Mäkelä2023-03-273-4/+13
|\
| * MDEV-30837: Remove usage of AWK in autobake-debs.shTuukka Pasanen2023-03-271-1/+5
| | | | | | | | | | | | | | AWK is used in autobake-debs.sh for printing information about created DEB packages. This can be rewrite with bash inner commands read and echo.
| * MDEV-30837: Remove usage of AWK from Debian init and postinst scriptsTuukka Pasanen2023-03-272-3/+8
| | | | | | | | | | | | | | | | | | | | | | AWK in used in Debian SysV-init and postinst scripts to determine is there enough space starting MariaDB database or create new database to target destination. These AWK scripts can be rewrited to use pure SH or help using Coreutils which is mandatory for usage of MariaDB currently. Reasoning behind this is to get rid of one very less used dependency
* | Merge 11.0 into 11.1Marko Mäkelä2023-03-173-0/+110
|\ \ | |/
| * Merge 10.11 into 11.0Marko Mäkelä2023-03-173-0/+110
| |\
| | * Merge 10.10 into 10.11Marko Mäkelä2023-03-171-0/+1
| | |\
| | | * Merge 10.9 into 10.10Marko Mäkelä2023-03-171-0/+1
| | | |\
| | | | * Merge 10.8 into 10.9Marko Mäkelä2023-03-171-0/+1
| | | | |\
| | | | | * Merge 10.6 into 10.8Marko Mäkelä2023-03-161-0/+1
| | | | | |\
| | | | | | * Merge 10.5 into 10.6Marko Mäkelä2023-03-101-0/+1
| | | | | | |\
| | | | | | | * move alloca() definition from all *.h files to one new header fileJulius Goryavsky2023-03-071-0/+1
| | | | | | | |
| | * | | | | | MDEV-30789 Add Georgian translation (error messages)EkaterinePapava2023-03-072-0/+109
| | | | | | | |
* | | | | | | | 11.1 branchSergei Golubchik2023-03-102-3/+3
|/ / / / / / /
* | | | | | | Deb: use MariaDB namingDaniel Black2023-03-026-45/+44
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Use MariaDB named executables. Also remove unnecessary slave references. rename 50-mysql-clients.cnf -> 50-mariadb-clients.cnf 50-mysqld_safe.cnf -> 50-mariadb_safe.cnf
* | | | | | | Merge 10.11 into 11.0Marko Mäkelä2023-02-161-7/+0
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | Merge 10.10 into 10.11Marko Mäkelä2023-02-161-7/+0
| |\ \ \ \ \ \ | | |/ / / / /
| | * | | | | Merge 10.9 into 10.10Marko Mäkelä2023-02-161-7/+0
| | |\ \ \ \ \ | | | |/ / / /
| | | * | | | Merge 10.8 into 10.9Marko Mäkelä2023-02-161-7/+0
| | | |\ \ \ \ | | | | |/ / /
| | | | * | | Merge 10.6 into 10.8Marko Mäkelä2023-02-101-7/+0
| | | | |\ \ \ | | | | | |/ /
| | | | | * | Merge 10.5 into 10.6Marko Mäkelä2023-02-101-7/+0
| | | | | |\ \ | | | | | | |/
| | | | | | * MDEV-30534: Remove EOL Debian version 9 (stretch) from autobake-deb.shTuukka Pasanen2023-02-081-6/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Debian 9 has EOL July 6th, 2020. This commit cleans it up from debian/autobake-deb.sh which is used to build official versions of MariaDB
* | | | | | | MDEV-30203 Move mysql symlinks to different packageDaniel Black2023-02-129-61/+185
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | For both Deb and RPM, create mariadb-client-compat and mariadb-server-compat containing the mysql links to the mariadb named executables/scripts. The mariadb-client-core mysqlcheck was moved to mariadb-client-compat. The symlinks in MYSQL_ADD_EXECUTABLE is tagged as a {Client,Server}Symlinks component and placed in the symlinks packages. Man pages are restructured be installed into compat package if that matches the executable. Columnstore has a workaround as it doesn't use the cmake/plugin.cmake. Scripts likewise have compatibility symlinks are in the {server,client}-compat packages. Co-author: Andrew Hutchings <andrew@linuxjedi.co.uk> Closes #2390
* | | | | | | MDEV-30498 Rename mysql_upgrade state file to mariadb_upgradeChristian Gonzalez2023-02-072-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Renames the upgrade state file, and ensures the old file is properly removed when `mariadb-upgrade` tool is executed. All new code of the whole pull request, including one or several files that are either new files or modified ones, are contributed under the BSD-new license. I am contributing on behalf of my employer Amazon Web Services, Inc.
* | | | | | | Merge 10.11 into 11.0Marko Mäkelä2023-01-131-1/+1
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | deb: add lunarDaniel Black2023-01-131-1/+1
| | | | | | |
* | | | | | | Merge 10.11 into 11.0Marko Mäkelä2023-01-1118-45/+108
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | Merge 10.10 into 10.11Marko Mäkelä2023-01-117-14/+20
| |\ \ \ \ \ \ | | |/ / / / /
| | * | | | | Merge 10.9 into 10.10Marko Mäkelä2023-01-107-14/+20
| | |\ \ \ \ \ | | | |/ / / /
| | | * | | | Merge 10.8 into 10.9Marko Mäkelä2023-01-102-7/+13
| | | |\ \ \ \ | | | | |/ / /
| | | | * | | Merge 10.7 into 10.8Marko Mäkelä2023-01-106-12/+18
| | | | |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The MDEV-25004 test innodb_fts.versioning is omitted because ever since commit 685d958e38b825ad9829be311f26729cccf37c46 InnoDB would not allow writes to a database where the redo log file ib_logfile0 is missing.
| | | | | * \ \ Merge 10.6 into 10.7Marko Mäkelä2023-01-046-12/+18
| | | | | |\ \ \ | | | | | | |/ /
| | | | | | * | Merge 10.5 into 10.6Marko Mäkelä2023-01-036-12/+18
| | | | | | |\ \ | | | | | | | |/
| | | | | | | * MDEV-30275: mariadb names rather than mysql names should be usedDaniel Black2023-01-032-7/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * mariadb-service-convert to use mariadbd-safe * galera_recovery to use mariadbd * mtr - wsrep use mariadb executables * debian/mariadb-server.mariadb.init use mariadbd-safe * debian/tests/smoke uses mariadb instead of mysql as client. Co-Author: Daniel Black <daniel@mariadb.org>
| | | | | | | * debian typosmusvaage2022-12-194-5/+5
| | | | | | | |
| | | * | | | | debian typosmusvaage2022-12-195-7/+7
| | | | | | | |
| * | | | | | | Deb: Misc fixes for 10.11 seriesOtto Kekäläinen2023-01-0612-37/+89
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Prefer Breaks+Replaces over Conflicts+Replaces in debian/control. - Clean away conflict/break/replace with self as it either has no effect or harmfully prevents upgrades to self (packages from this source version). - Remove references to mariadb-server-10.11 as the package names no longer have versions and thus such references are unnecessary cruft. - Apply 'wrap-and-sort -av' and minor typo fixing. - Extend Salsa-CI to test for upgrades from 10.9 and 10.10 to 10.11. - Add minimal required new Lintian overrides so Salsa-CI would not fail on Lintian.
* | | | | | | | MDEV-30353 Debian additions version fixRex2023-01-061-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | fix up version detection in debian/additions/innotop after 10->11
* | | | | | | | 11.0 branchSergei Golubchik2022-12-204-24/+3
|/ / / / / / /
* | | | | | | Merge 10.10 into 10.11Marko Mäkelä2022-12-161-2/+2
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | Merge 10.9 into 10.10Marko Mäkelä2022-12-161-2/+2
| |\ \ \ \ \ \ | | |/ / / / /
| | * | | | | Merge 10.8 into 10.9Marko Mäkelä2022-12-161-2/+2
| | |\ \ \ \ \ | | | |/ / / /
| | | * | | | Merge 10.7 into 10.8Marko Mäkelä2022-12-161-2/+2
| | | |\ \ \ \ | | | | |/ / /
| | | | * | | Merge 10.6 into 10.7Marko Mäkelä2022-12-161-2/+2
| | | | |\ \ \ | | | | | |/ /
| | | | | * | Merge branch '10.5' into 10.6Daniel Black2022-12-151-2/+2
| | | | | |\ \ | | | | | | |/
| | | | | | * Deb: debian-start.inc - do not quote exe variablesDaniel Black2022-12-151-2/+2
| | | | | | |
| | | | | * | Merge branch 10.5 into 10.6Daniel Black2022-12-153-23/+23
| | | | | |\ \ | | | | | | |/
* | | | | | | Merge branch '10.10' into 10.11Daniel Black2022-12-153-23/+23
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | Merge branch '10.9' into 10.10Daniel Black2022-12-153-23/+23
| |\ \ \ \ \ \ | | |/ / / / /
| | * | | | | Merge branch '10.8' into 10.9Daniel Black2022-12-153-23/+23
| | |\ \ \ \ \ | | | |/ / / /