summaryrefslogtreecommitdiff
path: root/debian/additions
Commit message (Collapse)AuthorAgeFilesLines
* Merge 10.3 into 10.4Marko Mäkelä2023-01-032-3/+3
|\
| * debian typosmusvaage2022-12-162-3/+3
| |
* | Merge branch '10.3' into 10.4Sergei Golubchik2022-05-081-1/+1
|\ \ | |/
| * MDEV-12275: Add switch '--silent' to SySV init upgradeTuukka Pasanen2022-05-051-1/+1
| | | | | | | | | | | | Debian script debian-start upgrades database (which can be huge) and prints lots of unnecessary information (not errors). Add '--silent' to only sport possible errors
* | Merge branch '10.3' into 10.4Sujatha2020-09-282-2/+2
|\ \ | |/
| * Merge branch '10.2' into 10.3Sujatha2020-09-282-2/+2
| |\
| | * Merge branch '10.1' into 10.2Sujatha2020-09-282-2/+2
| | |\
| | | * MDEV-23697: /usr/bin/perl for debian scriptsDaniel Black2020-09-241-1/+1
| | | |
| | | * MDEV-23697: perl -w -> perlDaniel Black2020-09-241-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Leave debian/additions/mysqlreport as #!/usr/bin/perl Acknowledge that `env perl` is a hack, a complete fix needs to consider which path perl is at and insert into these scripts. The usefulness of these scripts is questionable.
* | | | Merge 10.3 into 10.4Marko Mäkelä2020-07-021-1/+1
|\ \ \ \ | |/ / /
| * | | Merge 10.2 into 10.3Marko Mäkelä2020-07-021-1/+1
| |\ \ \ | | |/ /
| | * | Merge 10.1 into 10.2bb-10.2-mergeMarko Mäkelä2020-07-011-1/+1
| | |\ \ | | | |/
| | | * mtr: use env for perlDaniel Black2020-06-231-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | On FreeBSD, perl isn't in /usr/bin, its in /usr/local/bin or elsewhere in the path. Like storage/{maria/unittest/,}ma_test_* , we use /usr/bin/env to find perl and run it.
* | | | Merge branch '10.3' into 10.4Oleksandr Byelkin2019-12-091-1/+1
|\ \ \ \ | |/ / /
| * | | Lintian complains on spelling errorFaustin Lammler2019-12-021-1/+1
| | | | | | | | | | | | | | | | | | | | The lintian check complains on spelling error: https://salsa.debian.org/mariadb-team/mariadb-10.3/-/jobs/95739
* | | | Merge 10.3 into 10.4Marko Mäkelä2019-11-011-2/+0
|\ \ \ \ | |/ / /
| * | | Merge branch '10.2' into 10.3Oleksandr Byelkin2019-10-311-2/+0
| |\ \ \ | | |/ /
| | * | Merge branch '10.1' into 10.2Oleksandr Byelkin2019-10-301-2/+0
| | |\ \ | | | |/
| | | * Remove bogus adviceMarko Mäkelä2019-10-281-2/+0
| | | | | | | | | | | | | | | | | | | | | | | | Ever since MariaDB 10.0 (and MySQL 5.6.8), the innodb_log_file_size and innodb_log_files_in_group can be changed between server restarts, and the redo log files will be resized on server startup if needed.
* | | | Deb: Sync non-functional changes from official Debian 10.4 packagingOtto Kekäläinen2019-09-181-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | - Update comment strings - Extend package description to satisfy Lintian complaint - Remove uscan stanza from rules as it is never used anyway
* | | | MDEV-15526 SysV init service deployed file '/etc/init.d/mysql' prevents ↵Sergei Golubchik2019-06-171-0/+193
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | systemctl disable command to work correctly (mariadb|mysql naming support) (debian/ubuntu) mariadb service is controlled by systemd Do not install SysV init script on Debian/Ubuntu in /etc/init.d/ put it in /usr/share/mysql in case the user would need it for something. Use systemctl in pre/post scripts directly without funky conditionals and wrapper scripts
* | | | Merge branch '10.3' into 10.4Oleksandr Byelkin2019-05-192-4/+4
|\ \ \ \ | |/ / /
| * | | Merge 10.2 into 10.3Marko Mäkelä2019-05-142-4/+4
| |\ \ \ | | |/ /
| | * | Merge 10.1 into 10.2Marko Mäkelä2019-05-132-4/+4
| | |\ \ | | | |/
| | | * Merge branch '5.5' into 10.1Vicențiu Ciorbaru2019-05-112-4/+4
| | | |\
| | | | * Follow-up to changing FSF addressVicențiu Ciorbaru2019-05-112-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Some places didn't match the previous rules, making the Floor address wrong. Additional sed rules: sed -i -e 's/Place.*Suite .*, Boston/Street, Fifth Floor, Boston/g' sed -i -e 's/Suite .*, Boston/Fifth Floor, Boston/g'
| | | | * Update FSF addressMichal Schorm2019-05-102-8/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This commit is based on the work of Michal Schorm, rebased on the earliest MariaDB version. Th command line used to generate this diff was: find ./ -type f \ -exec sed -i -e 's/Foundation, Inc., 59 Temple Place, Suite 330, Boston, /Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, /g' {} \; \ -exec sed -i -e 's/Foundation, Inc. 59 Temple Place.* Suite 330, Boston, /Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, /g' {} \; \ -exec sed -i -e 's/MA.*.....-1307.*USA/MA 02110-1335 USA/g' {} \; \ -exec sed -i -e 's/Foundation, Inc., 59 Temple/Foundation, Inc., 51 Franklin/g' {} \; \ -exec sed -i -e 's/Place, Suite 330, Boston, MA.*02111-1307.*USA/Street, Fifth Floor, Boston, MA 02110-1335 USA/g' {} \; \ -exec sed -i -e 's/MA.*.....-1307/MA 02110-1335/g' {} \;
* | | | | Merge 10.3 into 10.4Marko Mäkelä2018-12-131-1/+1
|\ \ \ \ \ | |/ / / /
| * | | | Merge 10.2 into 10.3Marko Mäkelä2018-12-131-1/+1
| |\ \ \ \ | | |/ / /
| | * | | Merge 10.1 into 10.2Marko Mäkelä2018-12-131-1/+1
| | |\ \ \ | | | |/ /
| | | * | debian install/upgrade fixesSergei Golubchik2018-12-121-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 1. don't run full mysql_upgrade on every server restart, use --version-check to do it only once 2. fix syslog tag name in the postinst script, don't pretend mysqld_safe generated all these messages. Auto-detect the version to simplify maintenance
* | | | | MDEV-17658 change the structure of mysql.user tableSergei Golubchik2018-12-121-1/+1
|/ / / / | | | | | | | | | | | | | | | | | | | | Implement User_table_json. Fix scripts to use mysql.global_priv. Fix tests.
* | | | MDEV-16666: Partially revert "Deb: Update documentation and fix spelling errors"bb-10.3_ccOtto Kekäläinen2018-08-053-11/+11
| | | | | | | | | | | | | | | | | | | | This partially reverts commit 548ec3a088a2444881e1245a237f81cea1671969 by removing the misfixed misspellings.
* | | | Deb: Update documentation and fix spelling errorsOtto Kekäläinen2018-05-284-11/+13
| | | |
* | | | MDEV-15627 debian packages install /etc/mysql/mariadb.cnf however its not ↵Sergei Golubchik2018-05-221-0/+1
| | | | | | | | | | | | | | | | read by default
* | | | Misc. typosluz.paz2018-04-053-4/+4
| | | | | | | | | | | | | | | | Found via `codespell -i 3 -w --skip="./debian/po" -I ../mariadb-server-word-whitelist.txt ./cmake/ ./debian/ ./Docs/ ./include/ ./man/ ./plugin/ ./strings/`
* | | | Merge bb-10.2-ext into 10.3Marko Mäkelä2018-02-151-1/+1
|\ \ \ \ | |/ / /
| * | | Merge branch 'github/10.1' into 10.2Sergei Golubchik2018-02-061-1/+1
| |\ \ \ | | |/ /
| | * | Merge branch 'github/10.0' into 10.1Sergei Golubchik2018-02-021-1/+1
| | |\ \
| | | * \ Merge remote-tracking branch '5.5' into 10.0Vicențiu Ciorbaru2018-01-241-1/+1
| | | |\ \ | | | | |/
| | | | * MDEV-14796 - debian: insecure root password is only if plugin is emptySergey Vojtovich2018-01-151-1/+1
| | | | | | | | | | | | | | | | | | | | Enumerate plugins that use password field.
| | | | * debian: insecure root password is only if plugin is emptyDaniel Black2018-01-151-1/+1
| | | | |
* | | | | Remove XtraDBMarko Mäkelä2017-06-211-30/+0
|/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The XtraDB storage engine was already replaced by InnoDB and disabled in MariaDB Server 10.2. Let us remove it altogether to avoid dragging dead code around. Replace some references to XtraDB with references to InnoDB. rpl_get_position_info(): Remove. Remove the mysql-test-run --suite=percona, because it only contains tests specific to XtraDB, many of which were disabled already in earlier MariaDB versions.
* | | | MDEV-12449: Debian Packaging AWS key management pluginVicențiu Ciorbaru2017-05-081-0/+20
| | | | | | | | | | | | | | | | | | | | | | | | * Update debian control file to include AWS key management plugin. * Update dependencies in control file to include uuid. * Include enable_encryption.preset with the aws-key-management plugin.
* | | | Merge branch '10.1' into 10.2Sergei Golubchik2017-03-304-492/+2000
|\ \ \ \ | |/ / /
| * | | Correct FSF addressiangilfillan2017-03-102-7/+7
| | | |
| * | | Updated innotop on debian/additions from 1.7.1 to 1.11.4Jean Weisbuch2017-03-073-485/+1993
| | | |
| * | | spelling fixesklemens2017-03-071-2/+2
| | | |
* | | | MDEV-6284: Spliy Mroonga, Spider and TokuDB into their own packagesOtto Kekäläinen2016-10-271-0/+2
| | | | | | | | | | | | | | | | | | | | Also each package has it's own maintainer scripts to install and uninstall them.
* | | | MDEV-6284: Import most of downstream Debian packagingOtto Kekäläinen2016-10-273-11/+23
|/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | These changes update the contents and behaviour of current packages to match the current packaging in Debian official repos. Keep mtr test scope small. Updating maintainer scripts also required regenerating the translations. Rules based on modern dh_* buildtools. Update control file with new Debian conventions: - Provide virtual-mysql-* virtual packages - Recommends perl modules instead of Depends