summaryrefslogtreecommitdiff
path: root/debian
Commit message (Collapse)AuthorAgeFilesLines
* 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).
* | | 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
* | | 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).
* | | fix debian builds for cosmicSergei Golubchik2019-01-031-1/+1
| | |
* | | 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
* | | 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
| | | |
* | | | Merge 10.1 into 10.2Marko Mäkelä2018-08-211-1/+1
|\ \ \ \ | |/ / /
| * | | MDEV-15869 Mariabackup is lacking some dependencies declaration (#771)faust2018-08-091-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * Backport from 10.4 to resolve dependency problem Using the dependency syntax from 10.4 branch because {$LIBSSL} can not be used.
* | | | Deb: Make libmariadb3 Breaks+Replaces libmariadbclient18 so upgrade passOtto Kekäläinen2018-08-101-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The package libmariadbclient18 contains the dialog.so plugin, which also the new libmariadb3 ships. As they both use the exact same path the latter must be marked as a with Breaks and Replaces relations ship. Note: This fix is conservative hack for stable releases 10.2 and 10.3. In 10.4, the development release at the time, we will clean up how the libmariadb3 packaging and it's -compat packages are done to match that what is done in downstream Debian official.
* | | | MDEV-14560 Extra engines enabled through additional config are not loaded on ↵Sergei Golubchik2018-06-242-7/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | first installation Solution for Debian/Ubuntu: install a trigger to restart mysqld automatically whenever a package changes something in /etc/mysql or in /etc/systemd/system/mariadb.service.d
* | | | MDEV-16537 aws key management plugin on Ubuntu bionic has impossible ↵Sergei Golubchik2018-06-242-2/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | dependencies remove manual libcurl3 dependency. it'll be automatically added (libcurl3 or libcurl4, whatever was actually used)
* | | | fix debian packaging for tokudbSergei Golubchik2018-06-241-0/+1
| | | |
* | | | Merge branch '10.1' into 10.2Sergei Golubchik2018-06-211-1/+1
|\ \ \ \ | |/ / /
| * | | fix dependencies on bionicmariadb-10.1.34Sergei Golubchik2018-06-161-1/+1
| | | |
| * | | MDEV-16187 Ubuntu Bionic MariaDB has epoch version that makes 10.1 and 10.2 ↵Sergei Golubchik2018-06-151-2/+5
| | | | | | | | | | | | | | | | | | | | | | | | installs fail backport cb21e117bab from 10.2
* | | | MDEV-14578: mysql_install_db install unix_socket plugin when ↵Sergei Golubchik2018-06-211-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | --auth-root-authentication-method=socket post-merge fixes
* | | | MDEV-13403 Mariadb (with TokuDB) excessive memory usage/leakSergei Golubchik2018-06-211-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In RPM/DEB packages - always ld-preload jemalloc, instead of linking ha_tokudb.so with it. Keep linking in bintars, because they don't install cnf files in the correct locations.
* | | | MDEV-12642: Build deb source packages on buildbot, just not on Travis-CIOtto Kekäläinen2018-06-051-3/+11
| | | |
* | | | MDEV-16187 Ubuntu Bionic MariaDB has epoch version that makes 10.1 and 10.2 ↵Sergei Golubchik2018-05-161-2/+5
| | | | | | | | | | | | | | | | installs fail
* | | | Merge branch '10.1' into 10.2Sergei Golubchik2018-05-101-0/+1
|\ \ \ \ | |/ / /
| * | | install disks plugin on debianSergei Golubchik2018-05-091-0/+1
| | | |
* | | | Merge remote-tracking branch 'origin/10.1' into 10.2Vicențiu Ciorbaru2018-03-161-1/+1
|\ \ \ \ | |/ / /
| * | | Merge remote-tracking branch '10.0' into 10.1Vicențiu Ciorbaru2018-03-151-2/+2
| |\ \ \ | | |/ /
| | * | Merge branch '5.5' into 10.0Vicențiu Ciorbaru2018-03-141-2/+2
| | |\ \ | | | |/
| | | * debian: VCS is on githubDaniel Black2018-02-252-4/+4
| | | |
* | | | Merge branch 'bb-10.2-mariarocks' into 10.2Sergei Petrunia2018-02-093-2/+7
|\ \ \ \
| * | | | debian/control Include myrocks_hotbackup into mariadb-plugin-rocksdbadd_myrocks_gotbackupVicentiu Ciorbaru2018-02-073-1/+3
| | | | |
| * | | | Fix rocksdb compiler version identification with GCCVicentiu Ciorbaru2018-02-071-1/+4
| | | | | | | | | | | | | | | | | | | | | | | | | GCC 7 with only dumpversion flag returns the major version only. dumpfullversion flag makes it work with both new and old gcc.
* | | | | 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
| | | |
* | | | MDEV-9869 INSTALL SONAME 'ha_connect'Sergei Golubchik2017-12-253-10/+23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | fix 011497bd603 in RPM and DEB: storage engine packages must require the server package of exactly correct version.
* | | | debian: don't be smart about skipping pluginsSergei Golubchik2017-12-251-13/+4
| | | |