summaryrefslogtreecommitdiff
path: root/debian
Commit message (Collapse)AuthorAgeFilesLines
* mysqlreport update to 4.0, see MDEV-573 for more informationsJean Weisbuch2016-02-171-101/+429
|
* MDEV-9484 - Typo fixesDaniel Dent2016-02-172-2/+2
|
* MDEV-9259 Add missing mroonga files to Debian packaging in 10.1Sergei Golubchik2016-01-251-0/+3
|
* MDEV-9081 - Debian: insecure debian-sys-maint password handlingSergey Vojtovich2015-12-221-0/+2
| | | | | | Set umask so that newly created file is not readable by others. This is a quick fix to close security gap. To be replaced by MDEV-8375 - passwordless root login.
* Merge branch '10.0' into 10.1Sergei Golubchik2015-12-212-2/+1
|\
| * Merge branch '5.5' into 10.0Sergei Golubchik2015-12-131-1/+1
| |\
| | * fix debian logrotate slow log filenameChristian Loos2015-12-071-1/+1
| | | | | | | | | | | | | | | | | | | | | debian/additions/my.cnf sets slow_query_log_file to /var/log/mysql/mariadb-slow.log. Update the filename to rotate the slow log file.
| * | Force installation of MariaDB version of mysql-commonOtto Kekäläinen2015-12-111-5/+5
| | | | | | | | | | | | | | | | | | | | | Make dependency on mysql-common package in debian/control versioned to force that it is installed together with the other mariadb-* packages. This ensures that the init.d and systemd files for MariaDB mysqld are the ones from MariaDB.org repos.
| * | Make autobake-deb.sh to omit .git directory from source tar.gzOtto Kekäläinen2015-12-111-2/+3
| | | | | | | | | | | | | | | | | | This is useful for developers who run autobake-deb.sh directly from the source tree as the resulting source tar package will be 90% smaller and all operations regarding it consequently 10x faster.
| * | Add MySQL 5.6 stanzas next to MySQL 5.5 in debian/control fileOtto Kekäläinen2015-12-111-10/+25
| | | | | | | | | | | | | | | | | | | | | | | | | | | This should make the provides/breaks/replaces/conflicts lines work properly when upgrading from mysql-5.6 to mariadb-packages. Conflicts: debian/control
| * | Run wrap-and-sort for debian/* files. No functional changes.Otto Kekäläinen2015-12-112-95/+185
| | |
| * | Replace two identical debian/control files with a single oneOtto Kekäläinen2015-12-113-290/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The only difference between the files was the Debian standards line by one micro version. There was no logical motivation why there was separate control file for Debian and Ubuntu. The new debian/control file lives directly at the correct location and has the correct contents. Modify autobake.sh to take into account new control file location.
* | | MDEV-9227 : Both CentOS service names mysql and mariadb exist?Nirbhay Choubey2015-12-091-3/+0
| | | | | | | | | | | | | | | As 10.1 has systemd support, there is no longer need to set _SYSTEMCTL_SKIP_REDIRECT/SYSTEMD_NO_WRAP.
* | | switch from myisam_recover to myisam_recover_optionsChristian Loos2015-12-031-1/+1
| | | | | | | | | | | | | | | | | | | | | myisam_recover is only an alias for myisam_recover_options. Use the option name instead of the alias is more correct. This also avoids an note about the use of an alias instead of the option name on every server start.
* | | Merge branch 'github/10.0-galera' into 10.1Sergei Golubchik2015-11-191-1/+11
|\ \ \
| * \ \ Merge branch '5.5-galera' into 10.0-galeraNirbhay Choubey2015-09-251-1/+11
| |\ \ \
| | * | | MDEV-8803: Debian jessie 8.2 + MariaDB 10.1.7 + GaleraClusterNirbhay Choubey2015-09-151-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | * Merge fix for issue #127 from mysql-wsrep (commit : a0ba0d7) * Also, cherry-picked a similar fix for OpenSUSE (commit : 7790cb1)
| | * | | MDEV-8804: bootstrap command missing in debian init scriptNirbhay Choubey2015-09-151-1/+8
| | | | | | | | | | | | | | | | | | | | Add 'bootstrap' to debian init script.
| | * | | Merge tag 'mariadb-5.5.44' into 5.5-galeraNirbhay Choubey2015-06-214-23/+23
| | |\ \ \ | | | | |/ | | | |/|
| | * | | Update galera package nameNirbhay Choubey2015-03-042-2/+2
| | | | |
| | * | | Merge branch '5.5' into 5.5-galeraNirbhay Choubey2015-02-183-3/+3
| | |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge banch 5.5 till revision : fdd6c11 - MDEV-7419 Function cli_safe_read not exported Conflicts: .bzrignore debian/dist/Debian/mariadb-galera-server-5.5.files.in debian/dist/Ubuntu/mariadb-galera-server-5.5.files.in storage/tokudb/CMakeLists.txt support-files/build-tags
| | * | | | MDEV-7204: mariadb-galera-server el7 rpms packagingNirbhay Choubey2014-12-092-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | issue, no mariadb-server in provides MDEV-7233: Fix issue with missing dependency socat when installing MariaDB-galera-server on RedhatEL/OracleEL/(Others?) RPM based * Added mariadb-server to "provides" for MariaDB Galera server package. (rpm) * Removed "socat" from MariaDB Galera server's mandatory dependency list. (rpm) * Moved "socat" from mandatory to optional dependency. (deb)
| | * | | | bzr merge -rtag:mariadb-5.5.40 maria/5.5Nirbhay Choubey2014-10-092-10/+12
| | |\ \ \ \
| | * | | | | Moved wsrep_slave_threads to optional settings.Nirbhay Choubey2014-09-241-1/+1
| | | | | | |
| | * | | | | Updated config files:Nirbhay Choubey2014-09-231-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Removed QC restriction - Added bind-address Fixed file permissions for wsrep_sst_rsync.sh.
| | * | | | | MDEV-6495: innodb_flush_log_at_trx_commit=0 as suggestionNirbhay Choubey2014-08-051-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | for galera vs =2 Updated innodb_flush_log_at_trx_commit value in cnfs as per recommendation.
| | * | | | | MDEV-3896: More user-friendly cnf files in MariaDB-Galera rpm/debNirbhay Choubey2014-07-171-1/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | packages * Added "galera" as default option group. * Updated deb/rpm server config files to include mandatory and optional settings (as comments) required to configure Galera cluster.
| | * | | | | bzr merge -rtag:mariadb-5.5.38 maria/5.5Nirbhay Choubey2014-06-1026-766/+2
| | |\ \ \ \ \
| | * | | | | | Added rsync to galera server's debian/rpm dependency list.Nirbhay Choubey2014-05-292-2/+2
| | | | | | | |
| | * | | | | | Removing rsync from the debian build dependency list.Nirbhay Choubey2014-05-272-2/+2
| | | | | | | |
| | * | | | | | Setting the "Standards-Version" in Debian control fileNirbhay Choubey2014-05-251-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | back to 3.8.3.
| | * | | | | | MDEV#6211: MariaDB-Galera-server uses 'socat', but 'socat' isNirbhay Choubey2014-05-252-7/+23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | not in the dependency list Added socat, grep, gawk, iproute, coreutils, findutils to the dependency list.
| | * | | | | | MDEV#5925: New mariadb-galera-test packagesNirbhay Choubey2014-05-125-8/+164
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added logic for generation of 'galera' test packages.
| | * | | | | | MDEV-6204: wsrep_sst_rsync timeout when lsof is not installedNirbhay Choubey2014-05-032-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Added a check for lsof * Added rsync & lsof to debian dependency list. * Merged r3982 from codership-mysql/wsrep-5.5.
| | * | | | | | * Adding wsrep_sst_xtrabackup-v2 to deb servermariadb-galera-5.5.37Nirbhay Choubey2014-04-252-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | files * Updated .bzrignore
| | * | | | | | Merge from lp:maria/5.5 to maria-5.5.37 release revision 4154.Jan Lindström2014-04-163-7/+9
| | |\ \ \ \ \ \
| | * | | | | | | Modified debian scripts to make galera packagesNirbhay Choubey2014-03-1433-601/+64
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | self-contained.
| | * | | | | | | Debian script fixes.Nirbhay Choubey2014-03-1335-57/+300
| | | | | | | | |
| | * | | | | | | MDEV #5682 : Incompatible galera / mariadb-galera-serverNirbhay Choubey2014-02-202-16/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | version on Debian Updated galera package version to >=25.2 in Debian/Ubuntu control files.
| | * | | | | | | Merge of maria/5.5 into maria-5.5-galera.Nirbhay Choubey2014-01-297-13/+351
| | |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | bzr merge -r tag:mariadb-5.5.35 maria/5.5
| | * | | | | | | | fix debian buildsmariadb-galera-5.5.34Sergei Golubchik2013-12-116-259/+70
| | | | | | | | | |
| | * | | | | | | | MDEV-5430: Debian MariaDB-Galera packages do not get built in buildbot [Part 4]Jan Lindström2013-12-111-0/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Missed one file name change.
| | * | | | | | | | MDEV-5428: Debian MariaDB-Galera packages do not get built in buildbot [Part 3]Jan Lindström2013-12-111-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Missed one lintian rule.
| | * | | | | | | | Additional name fixes. Jan Lindström2013-12-105-9/+9
| | | | | | | | | |
| | * | | | | | | | MDEV-5423: Debian MariaDB-Galera packages do not get built in buildbot [Part 2]Jan Lindström2013-12-106-16/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix: Server name is mariadb-galera-5.5
| | * | | | | | | | MDEV-5385: Debian MariaDB-Galera packages do not get built in buildbotJan Lindström2013-12-052-0/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Analysis: File names were incorrect for distribution files. Fix: Fixed file names to be same as in 5.5.
| | * | | | | | | | MDEV-5385: Debian MariaDB-Galera packages do not get built in buildbotJan Lindström2013-12-042-0/+150
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added missing .in files and updated CMakeLists.txt to contain galera specific files.
| | * | | | | | | | Merge with MariaDB 5.5.34.Jan Lindström2013-11-255-5/+11
| | |\ \ \ \ \ \ \ \
| | * | | | | | | | | Fix merge error.Jan Lindström2013-09-272-4/+0
| | | | | | | | | | |
| | * | | | | | | | | mariadb-5.5.33a mergeJan Lindström2013-09-272-0/+4
| | |\ \ \ \ \ \ \ \ \