summaryrefslogtreecommitdiff
path: root/debian
Commit message (Collapse)AuthorAgeFilesLines
* Merge 10.4 into 10.5Marko Mäkelä2020-01-281-0/+2
|\
| * Merge branch '10.3' into 10.4Oleksandr Byelkin2020-01-241-0/+2
| |\
| | * Merge branch '10.2' into 10.3Oleksandr Byelkin2020-01-241-0/+2
| | |\
| | | * MDEV-17292 Package the pam_user_map moduleSergei Golubchik2020-01-211-0/+2
| | | |
* | | | After-merge fixMarko Mäkelä2020-01-211-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | The merge commit ded128aa9b3d40775e626a08a744a93d9ba71b01 failed to adjust commit 9d18b6246755472c8324bf3e20e234e08ac45618 in debian/rules. We must adjust the build path, which is derived from the package name, which contains the major version number.
* | | | Merge 10.4 into 10.5Marko Mäkelä2020-01-202-0/+7
|\ \ \ \ | |/ / /
| * | | rpm/deb and auth_pam_tool_dir/auth_pam_toolSergei Golubchik2020-01-172-0/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | don't let mysql_install_db set SUID bit for auth_pam_tool in rpm/deb packages - instead package files with correct permissions and only fix the ownership of auth_pam_tool_dir (which can only be done after mysql user is created, so in post-install). keep old mysql_install_db behavior for bintars
* | | | Merge 10.4 into 10.5Marko Mäkelä2019-12-161-1/+1
|\ \ \ \ | |/ / /
| * | | 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
| | * | Revert "Fix upgrade errors on eoan"Sergei Golubchik2019-11-291-10/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit 0d345ec2e358ec8f42865be9a17e6f007585931d. Upgrades from 8.0 don't work yet, one has to dump/restore manually to get the metadata out of the data dictionary.
| | * | Fix upgrade errors on eoanSergei Golubchik2019-11-281-0/+10
| | | | | | | | | | | | | | | | mariadb packages conflict with mysql-8.0
* | | | MDEV-17088 Provide tools to encode/decode mysql-encoded file system namesAlexander Barkov2019-11-281-0/+1
| | | | | | | | | | | | | | | | The original patch was made by Takashi Sasaki <tsasaki609@gmail.com>.
* | | | Merge 10.4 into 10.5Marko Mäkelä2019-11-141-1/+1
|\ \ \ \ | |/ / /
| * | | Merge 10.3 into 10.4Marko Mäkelä2019-11-141-1/+1
| |\ \ \ | | |/ /
| | * | Merge 10.2 into 10.3Marko Mäkelä2019-11-141-1/+1
| | |\ \ | | | |/
| | | * Fix a typo in mariadb-plugin-mroonga.prermYasuhiro Horimoto2019-11-121-1/+1
| | | | | | | | | | | | | | | | Closes #1407
* | | | Merge 10.4 into 10.5Oleksandr Byelkin2019-11-071-2/+0
|\ \ \ \ | |/ / /
| * | | 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.
* | | | | Merge 10.4 into 10.5Marko Mäkelä2019-09-2412-35/+39
|\ \ \ \ \ | |/ / / /
| * | | | Merge 10.3 into 10.4Marko Mäkelä2019-09-231-5/+5
| |\ \ \ \ | | |/ / / | | | | | | | | | | Disable MDEV-20576 assertions until MDEV-20595 has been fixed.
| | * | | 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.
| * | | | Deb: Sync non-functional changes from official Debian 10.4 packagingOtto Kekäläinen2019-09-184-3/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Update comment strings - Extend package description to satisfy Lintian complaint - Remove uscan stanza from rules as it is never used anyway
| * | | | Deb: Run 'wrap-and-sort -a' so comparison across releases is easierOtto Kekäläinen2019-09-188-27/+28
| | | | |
* | | | | Merge 10.4 into 10.5Marko Mäkelä2019-09-121-0/+1
|\ \ \ \ \ | |/ / / /
| * | | | 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 10.4 into 10.5Marko Mäkelä2019-09-061-1/+1
|\ \ \ \ \ | |/ / / /
| * | | | Merge branch '10.3' into 10.4Sergei Golubchik2019-09-061-1/+1
| |\ \ \ \ | | |/ / /
* | | | | MDEV-19780 Remove the TokuDB storage engineSergei Golubchik2019-08-241-0/+2
| | | | | | | | | | | | | | | | | | | | disable tokudb, because it's being deprecated by the vendor
* | | | | Merge 10.4 into 10.5Marko Mäkelä2019-08-132-2/+2
|\ \ \ \ \ | |/ / / /
| * | | | 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
* | | | | Switch Perl DBI scripts from DBD::mysql to DBD::MariaDB driverbb-10.5-MDEV-18565Pali2019-07-195-43/+38
| | | | | | | | | | | | | | | | | | | | | | | | | Perl DBD::MariaDB driver is available CPAN and is already used in production environment.
* | | | | Merge 10.4 into 10.5Marko Mäkelä2019-06-1818-20/+78
|\ \ \ \ \ | |/ / / /
| * | | | 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
* | | | | Merge 10.4 into 10.5Marko Mäkelä2019-06-1319-1879/+0
|\ \ \ \ \ | |/ / / /
| * | | | Deb: Purge unused debconf translationsOtto Kekäläinen2019-06-1019-1879/+0
| | | | |
* | | | | Merge 10.4 into 10.5Marko Mäkelä2019-05-296-46/+46
|\ \ \ \ \ | |/ / / /