summaryrefslogtreecommitdiff
path: root/debian/dist/Ubuntu
Commit message (Collapse)AuthorAgeFilesLines
* Remove debian/dist/* and have just one versionOtto Kekäläinen2015-07-219-1239/+0
| | | | | | Use the slightly better Ubuntu version in both Ubuntu and Debian and latest versions of Debian don't have problems with AppArmor files included in packaging.
* Merge tag 'mariadb-10.0.20' into 10.1Sergei Golubchik2015-06-271-17/+42
|\
| * MDEV-5977 MariaDB 10.0 is not installable on Trusty when "trusty-updates ↵Sergei Golubchik2015-06-171-16/+35
| | | | | | | | | | | | | | | | | | | | 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-111-1/+6
| |\
| | * MDEV-4608 deb packages for jessieSergei Golubchik2015-06-031-1/+6
| | | | | | | | | | | | | | | | | | | | | jessie has newer automake so build-depends could not be satisfied. refresh build-depends, remove automake, libtool, doxygen, texlive-latex-base, ghostscript.
* | | Update galera package name/version for debianNirbhay Choubey2015-04-151-1/+1
| | |
* | | add encryption plugins to deb packagesSergei Golubchik2015-04-101-0/+1
| | |
* | | MDEV-7874 deb package installation fails with "dpkg: dependency problems ↵Elena Stepanova2015-03-301-0/+1
| | | | | | | | | | | | | | | | | | prevent configuration of mariadb-server" Added usr/share/mysql/maria_add_gis_sp_bootstrap.sql to the file lists
* | | Merge branch '10.0' into 10.1Sergei Golubchik2015-03-071-3/+4
|\ \ \ | |/ /
| * | MDEV-7520 gtid replication broken during upgrade to debian 10.0.16Sergei Golubchik2015-02-221-2/+3
| | | | | | | | | | | | | | | | | | | | | 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-201-2/+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-182-1/+3
| |\ \ | | |/
| | * MDEV-7351 5.5 build fails on Ubuntu Utopic in buildbotSergei Golubchik2015-02-091-1/+1
| | | | | | | | | | | | 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.
* | | MDEV-7305 Difficulties building cracklib_password_checkSergei Golubchik2015-02-171-1/+8
| | | | | | | | | | | | | | | put cracklib_password_check into a separate package. build it conditionally on Debian/Ubuntu
* | | cleanup: remove old debian/ubuntu names from debian/* filesSergei Golubchik2015-02-171-1/+1
| | | | | | | | | | | | | | | namely, remove the code to support: etch, lenny, hardy, intrepid, jaunty, karmic, maverick, natty
* | | MDEV-7151 ha_archive.so missing from .debSergei Golubchik2015-02-081-2/+7
| | | | | | | | | | | | add missing plugins to debs
* | | Merge 10.0-galera into 10.1Sergei Golubchik2015-02-061-3/+3
|\ \ \
| * | | MDEV-7470: MariaDB-Galera-server uses 'tar', but 'tar' isNirbhay Choubey2015-01-181-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | not in the dependency list Added tar to the dependency list.
| * | | MDEV-7204: mariadb-galera-server el7 rpms packagingNirbhay Choubey2014-12-091-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-10.0.15 maria/10.0Nirbhay Choubey2014-12-052-5/+9
| |\ \ \ | | |/ /
| * | | bzr merge -rtag:mariadb-10.0.14 maria/10.0/Nirbhay Choubey2014-09-281-1/+1
| |\ \ \
| * | | | Fix for a debian build failure (cherry-pickedmariadb-galera-10.0.11Nirbhay Choubey2014-06-091-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | from 10.0:r4231).
| * | | | Added rsync to galera server's debian dependency list.Nirbhay Choubey2014-05-291-1/+1
| | | | |
| * | | | Removing rsync from the debian build dependency list.Nirbhay Choubey2014-05-271-1/+1
| | | | |
| * | | | MDEV#6211: MariaDB-Galera-server uses 'socat', but 'socat' isNirbhay Choubey2014-05-251-3/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | not in the dependency list Added socat, grep, gawk, iproute, coreutils, findutils to the dependency list.
| * | | | Merging changes from maria-5.5-galera andNirbhay Choubey2014-05-221-5/+26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | some test fixes. bzr merge -r3479..3493 maria-5.5-galera
| * | | | MDEV-6192 [Warning] Failed to load slave replication state fromNirbhay Choubey2014-04-301-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | table mysql.gtid_slave_pos: 1286: Unknown storage engine 'InnoDB' Removed 'loose-innodb' option from mysqld booststrap command in debian post-installation script.
| * | | | Adding wsrep_sst_xtrabackup-v2 to the list of filesNirbhay Choubey2014-04-151-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | in mariadb-galera-server package.
| * | | | Merging mariadb-10.0.10.Nirbhay Choubey2014-04-081-0/+1
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | * bzr merge -rtag:mariadb-10.0.10 maria/10.0.
| * \ \ \ \ * bzr merge -rtag:mariadb-10.0.9 maria/10.0Nirbhay Choubey2014-03-262-3/+2
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Fix for post-merge build failures.
| * | | | | | Merging deb/rpm script changes from maria-5.5-galera.Nirbhay Choubey2014-03-241-2/+2
| | | | | | |
| * | | | | | Modified debian scripts to make galera packagesNirbhay Choubey2014-03-144-194/+39
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | self-contained.
| * | | | | | Debian script fixes.Nirbhay Choubey2014-03-133-10/+6
| | | | | | |
| * | | | | | Fixed install_macros.cmake to set the correctNirbhay Choubey2014-02-191-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | destination for documentation.
| * | | | | | Fixes in debian distribution files.Nirbhay Choubey2014-02-133-48/+13
| | | | | | |
| * | | | | | * Merged revisions: 3431, 3435..3457, 3459, 3460 from maria-5.5-galera.Nirbhay Choubey2014-01-308-23/+68
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Fixed Debian/Ubuntu dist files. * Fixed some compiler warnings.
| * | | | | | Merge MariaDB-10.0.7 revision 3961.Jan Lindström2014-01-252-3/+11
| |\ \ \ \ \ \
| * \ \ \ \ \ \ merge with MariaDB 5.6 bzr merge lp:maria --rtag:mariadb-10.0.6Seppo Jaakola2013-12-043-19/+29
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | and a number of fixes to make this buildable. Run also few short multi-master high conflict rate tests, with no issues
| * \ \ \ \ \ \ \ Merged with lp:maria revision #3766Seppo Jaakola2013-07-132-3/+4
| |\ \ \ \ \ \ \ \
| * | | | | | | | | Initial merge result with mariaDB 10: lp:mariaSeppo Jaakola2013-07-132-5/+4
| | | | | | | | | |
* | | | | | | | | | MDEV-7053 - WSREP_STATUS & WSREP_MEMBERSHIP I_S tablesSergey Vojtovich2014-12-261-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | wsrep_status was renamed to wsrep_info. Adjusted deb build scripts accordingly.
* | | | | | | | | | MDEV-6894 Enable SEQUENCE engine by defaultSergei Golubchik2014-12-041-1/+0
| | | | | | | | | |
* | | | | | | | | | disable mroonga temporarily: see MDEV-7246Sergei Golubchik2014-12-021-1/+0
| | | | | | | | | |
* | | | | | | | | | Merge branch '10.0' into bb-10.1-mergeSergei Golubchik2014-12-022-1/+2
|\ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: .bzrignore VERSION cmake/plugin.cmake debian/dist/Debian/control debian/dist/Ubuntu/control mysql-test/r/join_outer.result mysql-test/r/join_outer_jcl6.result mysql-test/r/null.result mysql-test/r/old-mode.result mysql-test/r/union.result mysql-test/t/join_outer.test mysql-test/t/null.test mysql-test/t/old-mode.test mysql-test/t/union.test packaging/rpm-oel/mysql.spec.in scripts/mysql_config.sh sql/ha_ndbcluster.cc sql/ha_ndbcluster_binlog.cc sql/ha_ndbcluster_cond.cc sql/item_cmpfunc.h sql/lock.cc sql/sql_select.cc sql/sql_show.cc sql/sql_update.cc sql/sql_yacc.yy storage/innobase/buf/buf0flu.cc storage/innobase/fil/fil0fil.cc storage/innobase/include/srv0srv.h storage/innobase/lock/lock0lock.cc storage/tokudb/CMakeLists.txt storage/xtradb/buf/buf0flu.cc storage/xtradb/fil/fil0fil.cc storage/xtradb/include/srv0srv.h storage/xtradb/lock/lock0lock.cc support-files/mysql.spec.sh
| * | | | | | | | | debian packaging: add mroonga and example enginesSergei Golubchik2014-11-181-0/+1
| | | | | | | | | |
| * | | | | | | | | 5.5.40+ mergeSergei Golubchik2014-10-091-1/+4
| |\ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|/ / | |/| | | | | | | / | | | |_|_|_|_|_|/ | | |/| | | | | |
| | * | | | | | | MDEV-6550 Missing dependency on Debian 7 (Wheezy) installation packageSergei Golubchik2014-10-021-1/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | add bsdutils dependency, because mariadb-server-5.5 deb package uses logger
* | | | | | | | | MDEV-7161: Build failure in buildbot on work-amd64-valgrindNirbhay Choubey2014-11-231-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix for embedded build failure. Also added wsrep_info plugin library to server debian package.
* | | | | | | | | Added SST scripts to the server package.Nirbhay Choubey2014-10-271-0/+6
| | | | | | | | |