summaryrefslogtreecommitdiff
path: root/debian
Commit message (Collapse)AuthorAgeFilesLines
* 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
|\ \ \ \ \ | |/ / / /
| * | | | 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 10.4 into 10.5Marko Mäkelä2019-05-233-5/+5
|\ \ \ \ \ | |/ / / /
| * | | | 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).
* | | | | | Updated debian packages to 10.5Monty2019-05-2352-551/+591
|/ / / / /