summaryrefslogtreecommitdiff
path: root/debian
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | Deb: Run 'wrap-and-sort -a' so comparison across releases is easierOtto Kekäläinen2019-09-188-27/+28
| | | |
* | | | Merge 10.3 into 10.4Marko Mäkelä2019-09-121-0/+1
|\ \ \ \ | |/ / /
| * | | 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 branch '10.3' into 10.4Sergei Golubchik2019-09-061-1/+1
|\ \ \ \ | |/ / /
* | | | Merge 10.3 into 10.4Marko Mäkelä2019-07-251-1/+1
|\ \ \ \ | |/ / /
| * | | 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.
* | | | MDEV-19822 MariaDB 10.4 install fails on Ubuntu 18.04 if Prometheus ↵Sergei Golubchik2019-07-241-1/+1
| | | | | | | | | | | | | | | | mysqld_exporter is running
* | | | MDEV-17592 Create MariaDB named commands/symlinksSergei Golubchik2019-06-1714-37/+45
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | post-merge fixes: * .gitignore * don't put the keyword COMPONENT into ${COMP} anymore * don't alias mytop, but do alias mysql_client_test * don't symlink manpages, use troff aliasing technique instead (symlinked manpages break rpm and out-of-source bintar builds) * move debian to use troff aliased manpages, fix typos in debian files, put aliases in the correct packages, add more aliases to match rpm/bintar packaging
* | | | MDEV-17592 Create MariaDB named commands/symlinksRasmus Johansson2019-06-175-1/+65
| | | |
* | | | MDEV-15526 SysV init service deployed file '/etc/init.d/mysql' prevents ↵Sergei Golubchik2019-06-175-19/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* | | | Deb: Purge unused debconf translationsOtto Kekäläinen2019-06-1019-1879/+0
| | | |
* | | | Merge 10.3 into 10.4Marko Mäkelä2019-05-296-46/+46
|\ \ \ \ | |/ / /
| * | | 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 branch '10.3' into 10.4Oleksandr Byelkin2019-05-193-5/+5
|\ \ \ \ | |/ / /
| * | | 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.3 into 10.4Marko Mäkelä2019-03-061-0/+3
|\ \ \ \ \ | |/ / / /
| * | | | 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
* | | | | MDEV-12484 Enable unix socket authentication by defaultSergei Golubchik2019-02-214-167/+17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Debian part. Do not ask to set a root password, do not create debian-sys-maint user (but preserve an existing one on upgrades - user scripts might be relying on it). Just create an empty /etc/mysql/debian.cnf for --defaults-file not to fail
* | | | | try harder to link unix_socket plugin staticallySergei Golubchik2019-02-211-1/+0
| | | | | | | | | | | | | | | | | | | | fix unix_socket tests to work if unix_socket is a built-in
* | | | | Merge branch '10.3' into 10.4Oleksandr Byelkin2019-02-211-27/+0
|\ \ \ \ \ | |/ / / /
| * | | | remove aws-key management pluginmariadb-10.3.13Oleksandr Byelkin2019-02-201-27/+0
| | | | |
* | | | | Merge branch '10.3' into 10.4Sergei Golubchik2019-01-262-5/+6
|\ \ \ \ \ | |/ / / /
| * | | | 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 10.3 into 10.4Marko Mäkelä2019-01-241-2/+1
|\ \ \ \ \ | |/ / / /
| * | | | 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
* | | | | | MDEV-18337 Upgrade to 10.4 fails on some Ubuntu's due to dialog.so conflictSergei Golubchik2019-01-241-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | Restore changes from 10d347dc6a4 that were lost in a merge
* | | | | | Galera4Brave Galera Crew2019-01-231-1/+1
| | | | | |
* | | | | | Merge 10.3 into 10.4Marko Mäkelä2019-01-063-4/+2
|\ \ \ \ \ \ | |/ / / / /
| * | | | | 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.