summaryrefslogtreecommitdiff
path: root/debian
Commit message (Collapse)AuthorAgeFilesLines
* 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.
* | | Merge 10.2 into 10.3Marko Mäkelä2019-09-231-5/+5
|\ \ \ | |/ /
| * | Merge 10.1 into 10.2Marko Mäkelä2019-09-231-5/+5
| |\ \ | | |/
| | * Deb: Implement proper version detection in maintainer scriptsOtto Kekäläinen2019-09-181-6/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes bug introduced in commit 5415002. Using script run-time filename does not always work. One cannot assume that the filename is always the same as there might be temporary file names used by dpkg in certain situations. See Debian #920415. The same fix has been successfully in use in Debian official packages since February 2019: https://salsa.debian.org/mariadb-team/mariadb-10.3/commit/6440c0d6e75
| * | Updated mtr files to support different compiled in optionsMonty2019-09-011-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This allows one to run the test suite even if any of the following options are changed: - character-set-server - collation-server - join-cache-level - log-basename - max-allowed-packet - optimizer-switch - query-cache-size and query-cache-type - skip-name-resolve - table-definition-cache - table-open-cache - Some innodb options etc Changes: - Don't print out the value of system variables as one can't depend on them to being constants. - Don't set global variables to 'default' as the default may not be the same as the test was started with if there was an additional option file. Instead save original value and reset it at end of test. - Test that depends on the latin1 character set should include default_charset.inc or set the character set to latin1 - Test that depends on the original optimizer switch, should include default_optimizer_switch.inc - Test that depends on the value of a specific system variable should set it in the test (like optimizer_use_condition_selectivity) - Split subselect3.test into subselect3.test and subselect3.inc to make it easier to set and reset system variables. - Added .opt files for test that required specfic options that could be changed by external configuration files. - Fixed result files in rockdsb & tokudb that had not been updated for a while.
* | | Correct the merge 0f83c8878dc1389212c134f65d37a43d9d248250Marko Mäkelä2019-09-101-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | Re-enable some Galera tests that should have been enabled. Add client_ed25519.so to debian/libmariadb3.install; merge e47a143fc08f7114fd877ad8ee83d322f877a672 correctly. Remove a duplicated #include from wsrep_mysqld.cc.
* | | Merge 10.2 into 10.3Eugene Kosov2019-07-161-1/+1
|\ \ \ | |/ /
| * | package ed25519 in debsSergei Golubchik2019-07-102-0/+2
| | | | | | | | | | | | partial backport from 10.3
| * | MDEV-19942 Default installation of mariadb-server doesn't allow clients to ↵Sergei Golubchik2019-07-051-1/+1
| | | | | | | | | | | | | | | | | | | | | use client plugins while client tools technically don't need or depend on libmariadb3.so, they need client plugins, that come with it.
* | | Merge 10.2 into 10.3Marko Mäkelä2019-05-296-12/+12
|\ \ \ | |/ /
| * | Merge 10.1 into 10.2Marko Mäkelä2019-05-286-12/+12
| |\ \ | | |/
| | * Mention the sample IPv4 address 10.0.0.1Marko Mäkelä2019-05-286-12/+12
| | |
* | | Merge 10.2 into 10.3Marko Mäkelä2019-05-143-5/+5
|\ \ \ | |/ /
| * | Merge 10.1 into 10.2Marko Mäkelä2019-05-133-5/+5
| |\ \ | | |/
| | * Merge branch '5.5' into 10.1Vicențiu Ciorbaru2019-05-111-1/+1
| | |\
| | | * Update FSF AddressVicențiu Ciorbaru2019-05-111-1/+1
| | | | | | | | | | | | | | | | * Update wrong zip-code
| | * | Merge branch '5.5' into 10.1Vicențiu Ciorbaru2019-05-114-6/+6
| | |\ \ | | | |/
| | | * 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-104-10/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 branch '10.1' into 10.2Oleksandr Byelkin2019-05-042-12/+12
| |\ \ \ | | |/ /
| | * | MDEV-17640 UMASK_DIR configuration for mysql_install_db is not applied to ↵Sergei Golubchik2019-04-241-11/+10
| | | | | | | | | | | | | | | | | | | | | | | | mysql database create mysql and test databases with SQL, not mkdir.
| | * | MDEV-18362 EPOCH=1 needs to be set for Ubuntu 18.10 cosmic buildsSergei Golubchik2019-04-241-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Apply dbart's patch to set epoch for all ubuntu releases starting from bionic. Not only for bionic. This works for Debian too (VERNUM=unstable, etc).
* | | | Merge 10.2 into 10.3Marko Mäkelä2019-03-041-9/+12
|\ \ \ \ | |/ / /
| * | | remove aws kms plugin from debian builds tooSergei Golubchik2019-03-011-4/+3
| | | |
| * | | debian: more robust control file hackingSergei Golubchik2019-03-011-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | when deleting a package, delete up to the next empty line, instead of relying on a package description being of some fixed number of lines long
* | | | remove aws-key management pluginmariadb-10.3.13Oleksandr Byelkin2019-02-201-27/+0
| | | |
* | | | Merge branch '10.2' into 10.3Sergei Golubchik2019-01-252-5/+6
|\ \ \ \ | |/ / /
| * | | Deb: don't edit control file from inside rules fileSergei Golubchik2019-01-252-5/+5
| | | | | | | | | | | | | | | | It's too late. Might work or not (and on buster it doesn't).
* | | | Merge pull request #1120 from tempesta-tech/sysprg/MDEV-17835v2Jan Lindström2019-01-231-2/+1
|\ \ \ \ | | | | | | | | | | MDEV-17835: Remove wsrep-sst-method=xtrabackup
| * | | | MDEV-17835: Remove wsrep-sst-method=xtrabackupJulius Goryavsky2019-01-221-2/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The second line of changes related to replacing xtrabackup with mariabackup: 1) All unnecessary references to xtrabackup are removed from the documentation, from some comments, from the control files that are used to prepare the packages. 2) Made corrections of the tests from the galera_3nodes suite that mentioned xtrabackup or the old (associated with xtrabackup) version of innobackupex. 3) Fixed flaws in the galera_3nodes mtr suite control scripts, because of which they could not work with mariabackup. 4) Fixed numerous bugs in the SST scripts and in the mtr test files (galera_3nodes mtr suite) that prevented the use of Galera with IPv6 addresses. 5) Fixed flaws in tests for rsync and mysqldump (for galera_3nodes mtr tests suite). These tests were not performed successfully without these fixes. https://jira.mariadb.org/browse/MDEV-17835
* | | | | Merge branch '10.2' into 10.3Sergei Golubchik2019-01-031-1/+1
|\ \ \ \ \ | |/ / / / |/| / / / | |/ / /
| * | | fix debian builds for cosmicSergei Golubchik2019-01-031-1/+1
| | | |
* | | | (still) Packaging is broken for debian-based systemsSergei Golubchik2018-12-241-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | fix the AWS SDK build eligibility checks. followup for 779151db80d
* | | | MDEV-18064: Packaging is broken for debian-based systemsJulius Goryavsky2018-12-231-2/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Packaging is broken for debian-based systems after removing xtrabackup scripts. This is due to the fact that links to the scripts are not removed from the installation file (from the debian/mariadb-server-10.3.install). Also in this fix some comments have been added to the documentation, indicating that using xtrabackup[-v2] is an deprecated, therefore user should use mariabackup instead. https://jira.mariadb.org/browse/MDEV-18064
* | | | autobake-deb: fixes for AWS SDK build eligibility checks.Teodor Mircea Ionita2018-12-211-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | Add check for git command and test for internet connectivity using bash /dev/tcp interface, instead of wget and curl which might not be available, thus reducing dependencies for this script.
* | | | Merge 10.2 into 10.3Marko Mäkelä2018-12-132-2/+8
|\ \ \ \ | |/ / /
| * | | Merge 10.1 into 10.2Marko Mäkelä2018-12-132-2/+8
| |\ \ \ | | |/ /
| | * | debian install/upgrade fixesSergei Golubchik2018-12-122-3/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-17496 aws plugin is no longer built for debian/ubuntuSergei Golubchik2018-11-061-1/+1
| | | | | | | | | | | | | | | | ping is not a reliable way to detect github's availability
* | | | Merge 10.2 into 10.3Marko Mäkelä2018-11-061-0/+1
|\ \ \ \ | |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | main.derived_cond_pushdown: Move all 10.3 tests to the end, trim trailing white space, and add an "End of 10.3 tests" marker. Add --sorted_result to tests where the ordering is not deterministic. main.win_percentile: Add --sorted_result to tests where the ordering is no longer deterministic.
| * | | Merge 10.1 into 10.2Marko Mäkelä2018-11-061-0/+1
| |\ \ \ | | |/ /
| | * | Merge branch '10.0' into 10.1Sergei Golubchik2018-10-301-0/+1
| | |\ \
| | | * \ Merge branch '5.5' into 10.0Sergei Golubchik2018-10-271-0/+1
| | | |\ \ | | | | |/
| | | | * Revert "Update rules"Sergei Golubchik2018-10-241-4/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit ebaacf0747bad9f41686a23f0b8ba4ff9f364f47. Pushed by mistake. Broke tokudb on trusty-amd64.
| | | | * Update rulesRasmus Johansson2018-08-061-1/+4
| | | | |
| | | * | Package dependency case problemFaustin Lammler2018-04-031-2/+2
| | | | |
* | | | | After-merge fix: s/tokudb_logdump/tokudb_logprint/Marko Mäkelä2018-09-071-1/+1
| | | | |
* | | | | Merge 10.2 into 10.3Marko Mäkelä2018-08-281-1/+1
|\ \ \ \ \ | |/ / / /