summaryrefslogtreecommitdiff
path: root/debian
Commit message (Collapse)AuthorAgeFilesLines
* Package dependency case problemFaustin Lammler2018-04-031-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 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-13583 Improvements for MTR rebootstrap introduced in MDEV-12042Elena Stepanova2017-08-281-9/+9
| | | | | | | | | | | | | | - make re-bootstrap run with all extra options, not only InnoDB ones - re-use previously created bootstrap.sql - add --console - fix debian patch to keep it applicable
* | Merge remote-tracking branch 'origin/5.5' into 10.0Vicențiu Ciorbaru2017-07-251-1/+1
|\ \ | |/
| * MDEV-658: debian debug symbols require compat 9Daniel Black2017-07-181-1/+1
| | | | | | | | Signed-off-by: Daniel Black <daniel.black@au.ibm.com>
| * Numerous issues in mysqld_safeSergei Golubchik2016-12-222-0/+2
| |
* | MDEV-11610: Alter Debian log rotate to not rotate binary/relay logsDaniel Black2017-03-021-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Rotating binary/relay logs can cause interuption to the processing on the server. Binary and relay logs have their own mechanism already for not getting out of control (expire_logs_days). By no longer rotating binary and relay logs log rotation is limited to the following logs: * error log * general log * slow query log Writing these to the binary log would cause any logrotation on the slave to occur twice, once due to this and another due to the log- rotate script on the slave. Now --local is passed to mysqladmin to prevent this duplication.
* | Fix problems from 5.5 mergeVicențiu Ciorbaru2017-01-102-0/+2
| | | | | | | | | | | | | | * Update mysqld_safe script to remove duplicated parameter --crash-script * Make --core-file-size accept underscores as well as dashes correctly. * Add mysqld_safe_helper to Debian and Ubuntu files. * Update innodb minor version to 35
* | MDEV-11164 - hardening-wrapper has been removed from Debian SidSergey Vojtovich2016-10-283-3/+0
| | | | | | | | | | The hardening-wrapper package has been removed from Debian Sid. Remove dependency and relevant settings.
* | Merge branch '5.5' into 10.0Sergei Golubchik2016-04-261-2/+0
|\ \ | |/
| * MDEV-9953 Debian packages install broken 'maria' test suite which cannot be runElena Stepanova2016-04-201-2/+0
| | | | | | | | | | Debian packages create empty maria/t and maria/r directories, and MTR cannot run maria.* tests
* | Fixed false errors returned by logrotate scriptSergey Vojtovich2016-03-101-12/+5
| | | | | | | | | | | | | | | | Logrotate script assumed an error if mysqladmin failed to connect to server and there's mysqld process exists. However there can be non-system instance of mysqld running (e.g. in docker) making this assumption wrong. Check pid file existance instead.
* | Update AskMonty and Atlassian references to MariaDBiangilfillan2016-03-081-1/+1
| |
* | Fix spelling: occurred, execute, which etcOtto Kekäläinen2016-03-043-4/+4
| |
* | MDEV-9643: Don't emit any "deb-systemd-helper not found" warningsOtto Kekäläinen2016-02-292-4/+8
| |
* | MDEV-9354: Debian: unmask the mysql.service on installationOtto Kekäläinen2016-01-112-0/+10
| | | | | | | | | | | | | | | | | | | | | | Unmask the systemd mysql.service if left behind by mysql-server-5.6 Without this a simple 'apt-get install mariadb-server' would end up with a system where mysqld is not running despite it was running OK with mysql-server-5.6 installed, and users might wrongly think mariadb-server package is broken when the real cause was the removal of mysql-server-5.6 that left a /etc/systemd/system/ file behind pointing to /dev/null.
* | 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-8374 - Debian: mysqld_safe Can't log to error log and syslog at the ↵Sergey Vojtovich2015-07-161-0/+1
| | | | | | | | | | | | | | | | | | same time Let mysqld_safe_syslog.cnf force disable error log so that logging to syslog is not affected by previous log_error setting. Added handling of --skip-log-error to mysqld_safe.
* | MDEV-5977 MariaDB 10.0 is not installable on Trusty when "trusty-updates ↵Sergei Golubchik2015-06-172-39/+71
| | | | | | | | | | | | | | | | | | | | universe" is in sources.list fix upgrade[2] tests on trusty and utopic: add missing conflicts/replaces, client-10.0 should conflict/replace client-5.5. reformat other conflicts/replaces lines to make them easier to read and merge
* | Merge branch '5.5' into 10.0Sergei Golubchik2015-06-112-2/+12
|\ \ | |/
| * MDEV-4608 deb packages for jessieSergei Golubchik2015-06-032-2/+12
| | | | | | | | | | | | | | jessie has newer automake so build-depends could not be satisfied. refresh build-depends, remove automake, libtool, doxygen, texlive-latex-base, ghostscript.
| * CRLF->LFSergei Golubchik2015-06-022-11/+11
| |
* | MDEV-7520 gtid replication broken during upgrade to debian 10.0.16Sergei Golubchik2015-02-222-4/+6
| | | | | | | | | | | | | | Don't binlog mariadb setup sql statements: * use "mysql_install_db --disable-log-bin" * use "mysqld --bootstrap --disable-log-bin" * use "SET sql_log_bin=0"
* | fix after 5.5 merge, debian packagingSergei Golubchik2015-02-202-4/+0
| | | | | | | | | | * oqgraph is in a separate package in 10.0 * sphinx udf is in the ha_sphinx.so
* | Merge branch '5.5' into 10.0Sergei Golubchik2015-02-183-1/+5
|\ \ | |/
| * MDEV-7351 5.5 build fails on Ubuntu Utopic in buildbotSergei Golubchik2015-02-092-2/+2
| | | | | | | | include oqgraph into deb packages conditionally, just like we do with tokudb
| * MDEV-7519 debian / ubuntu packaging creation of plugin table (if not exists)Elena Stepanova2015-02-081-1/+1
| | | | | | | | | | | | Previously IF NOT EXISTS was added in Debian version in revno 3543. Now added the same for Ubuntu.
* | debian packaging: add mroonga and example enginesSergei Golubchik2014-11-183-0/+3
| |
* | 5.5.40+ mergeSergei Golubchik2014-10-092-2/+8
|\ \ | |/
| * remove mariadb.pc file again, it cannot be added in a GA versionmariadb-5.5.40Sergei Golubchik2014-10-082-2/+1
| |
| * include mariadb.pc in debian buildsSergei Golubchik2014-10-081-0/+1
| |
| * packaging issues:Sergei Golubchik2014-10-071-1/+1
| | | | | | | | | | | | * skip debian 44_scripts__mysql_config__libs.dpatch it does not apply anymore (and anyway it would not work for a static library) * fix the path for install(mariadb.pc)
| * MDEV-6550 Missing dependency on Debian 7 (Wheezy) installation packageSergei Golubchik2014-10-022-2/+8
| | | | | | | | add bsdutils dependency, because mariadb-server-5.5 deb package uses logger
* | 5.5 mergeSergei Golubchik2014-09-182-4/+4
|\ \ | |/
| * support statically linked jemalloc. use that for release buildsSergei Golubchik2014-09-182-4/+4
| |
* | 5.5 mergeSergei Golubchik2014-09-162-6/+6
|\ \ | |/
| * debian: require jemalloc >= 3.0.0, because 2.2.5 (on precise) crashesSergei Golubchik2014-09-152-6/+6
| |
| * MDEV-6613 build system endianness test fails for ppc64le (i.e. Ubuntu)Sergei Golubchik2014-09-122-6/+6
| | | | | | | | | | * remove bundled jemalloc, use the system one * force jemalloc in release builds on linux
* | MDEV-6118: Unable to install "MariaDB-connect-engine" whenNirbhay Choubey2014-08-062-6/+6
| | | | | | | | | | | | | | | | | | | | | | using "MariaDB-Galera-server" rpm: Updated components' requires-list to include "MariaDB" instead of "MariaDB-server". deb: Added (ORed) 'mariadb-galera-server-10.0' to the 'Depends' list of connect and oqgraph engine packages.
* | 5.5.38 mergeSergei Golubchik2014-06-0628-769/+5
|\ \ | |/