| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
After review/QA fixes.
|
| |
|
|\
| |
| |
| | |
Merge downstream Debian packaging (MDEV-6284)
|
| | |
|
|\ \
| |/ |
|
| |\
| | |
| | |
| | |
| | | |
referenced_by_foreign_key2(), needed for InnoDB to compile,
was taken from 10.0-galera
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
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.
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
This reverts commit 6bd94cf54274d54521ece1e50d534777122ff29e.
Without galera as a compulsory dependency, test suite will not pass
due to failing:
wsrep.pool_of_threads wsrep.binlog_format wsrep.mdev_6832 wsrep.mdev_7798
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Plus minor other fixes to debian/control file, wrap-and-sort,
versioned mariadb-common dependency etc. All changes based on
comparison with mariadb-10.0 packaging in official Debian
repositories.
|
| | |
| | |
| | |
| | |
| | | |
This should make the provides/breaks/replaces/conflicts lines
work properly when upgrading from mariadb-10.0 to mariadb-10.1
|
| | |
| | |
| | |
| | |
| | | |
This should make the provides/breaks/replaces/conflicts lines
work properly when upgrading from mysql-5.6 to mariadb-packages.
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Having galera-3 as a Depends stops installation of proceeding
on systems where package galera-3 is not available. The server
can run fine withouth galera enabled, therefore a more slack
relationship is more appropriate.
|
| | | |
|
| | |
| | |
| | |
| | |
| | |
| | | |
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.
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
* dpatch cannot be removed yet, as packaging standard isn't updated
* we don't want to remove libssl at all, as in upstream we rather
use system provided OpenSSL than bundled, non-system updated and
less commonly trusted YaSSL
* keep versioned dependencies, they might prove helpful when building
for multiple distros and releases
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
For tracking purposes this step is committed first before
the unnecessary dependencies are trimmed away.
libpcre3-dev (>= 2:8.35-3.2~) is however omitted (compared to
downstream Debian packaging) as it is not available in precise
and we don't want to break builds on precise yet.
|
| | |
| | |
| | |
| | |
| | |
| | | |
* README and NEWS are very old and mostly plain wrong and not needed
* Lintian-overrides are relevant only in actual Debian QA systems
* watch file was plain wrong and anyway relevant only in downstream distros
|
| | |
| | |
| | |
| | | |
support.
|
| | | |
|
|/ /
| |
| |
| |
| |
| | |
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.
|
|\ \
| |/ |
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
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
|
| |\ |
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
jessie has newer automake so build-depends could not be satisfied.
refresh build-depends, remove automake, libtool,
doxygen, texlive-latex-base, ghostscript.
|
| | | |
|
| | | |
|
| | | |
|
| | |
| | |
| | |
| | |
| | |
| | | |
prevent configuration of mariadb-server"
Added usr/share/mysql/maria_add_gis_sp_bootstrap.sql to the file lists
|
|\ \ \
| |/ / |
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
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"
|
| | |
| | |
| | |
| | |
| | | |
* oqgraph is in a separate package in 10.0
* sphinx udf is in the ha_sphinx.so
|
| |\ \
| | |/ |
|
| | |
| | |
| | |
| | | |
include oqgraph into deb packages conditionally, just like we do with tokudb
|
| | |
| | |
| | |
| | |
| | |
| | | |
Previously IF NOT EXISTS was added in Debian version in revno 3543.
Now added the same for Ubuntu.
|
| | |
| | |
| | |
| | |
| | | |
put cracklib_password_check into a separate package.
build it conditionally on Debian/Ubuntu
|
| | |
| | |
| | |
| | |
| | | |
namely, remove the code to support:
etch, lenny, hardy, intrepid, jaunty, karmic, maverick, natty
|
| | |
| | |
| | |
| | | |
add missing plugins to debs
|
|\ \ \ |
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
not in the dependency list
Added tar to the dependency list.
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
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)
|
| |\ \ \
| | |/ / |
|
| |\ \ \ |
|
| | | | | |
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
- Removed QC restriction
- Added bind-address
Fixed file permissions for wsrep_sst_rsync.sh.
Removed some unnecessary files.
|
| | | | | |
|
| | | | | |
|
| |\ \ \ \ |
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
from 10.0:r4231).
|
| | | | | | |
|
| | | | | | |
|