summaryrefslogtreecommitdiff
path: root/debian
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | |
* | | | MDEV-13589 libmariadbclient18 is broken when using mariadb repo instead of ↵Sergei Golubchik2017-09-201-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | debian's followup for b5ead3a658f libmariadb3 does not replace 10.1's libmariadbclient18 anymore, but it still conflicts with it, both install dialog.so
* | | | Remove libmariadbclient18.links post mergeVicențiu Ciorbaru2017-09-201-3/+0
| | | | | | | | | | | | | | | | It is only valid for 10.1
* | | | Merge branch '10.1' into 10.2Vicențiu Ciorbaru2017-09-191-0/+3
|\ \ \ \ | |/ / /
| * | | MDEV-13208 Cannot import libmariadbclient.so.18 from pythonSergei Golubchik2017-09-181-0/+3
| | | | | | | | | | | | | | | | create libmariadbclient.so compatibility symlinks on debian
* | | | bugfix: debian dependenciesSergei Golubchik2017-09-181-5/+2
| | | | | | | | | | | | | | | | | | | | | | | | mariadb-client-core-10.2, mariadb-client-10.2, and mariadb-server-core-10.2 should not depend on libmariadb3 - they do not have any binaries dynamically linked with libmariadb3.so
* | | | bugfix: debian, fix *.so symlinks in libmariadb-devSergei Golubchik2017-09-183-2/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The symlink /usr/lib/libmysqlclient.so -> /usr/lib/libmysqlclient.so.18 was invalid, because the library was not in /usr/lib. The correct symlink is /usr/lib/x86_64-linux-gnu/libmysqlclient.so -> /usr/lib/x86_64-linux-gnu/libmysqlclient.so.18
* | | | MDEV-13589 libmariadbclient18 is broken when using mariadb repo instead of ↵Sergei Golubchik2017-09-184-12/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | debian's put libmariadbclient18 symlinks into libmariadbclient18.deb package, not into libmariadb3.deb, because installing/reinstalling libmariadbclient18.deb must recreate these symlinks.
* | | | Merge 10.1 into 10.2Marko Mäkelä2017-08-311-9/+9
|\ \ \ \ | |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | For running the Galera tests, the variable my_disable_leak_check was set to true in order to avoid assertions due to memory leaks at shutdown. Some adjustments due to MDEV-13625 (merge InnoDB tests from MySQL 5.6) were performed. The most notable behaviour changes from 10.0 and 10.1 are the following: * innodb.innodb-table-online: adjustments for the DROP COLUMN behaviour change (MDEV-11114, MDEV-13613) * innodb.innodb-index-online-fk: the removal of a (1,NULL) record from the result; originally removed in MySQL 5.7 in the Oracle Bug #16244691 fix https://github.com/mysql/mysql-server/commit/377774689bf6a16af74182753fe950d514c2c6dd * innodb.create-index-debug: disabled due to MDEV-13680 (the MySQL Bug #77497 fix was not merged from 5.6 to 5.7.10) * innodb.innodb-alter-autoinc: MariaDB 10.2 behaves like MySQL 5.6/5.7, while MariaDB 10.0 and 10.1 assign different values when auto_increment_increment or auto_increment_offset are used. Also MySQL 5.6/5.7 exhibit different behaviour between LGORITHM=INPLACE and ALGORITHM=COPY, so something needs to be tested and fixed in both MariaDB 10.0 and 10.2. * innodb.innodb-wl5980-alter: disabled because it would trigger an InnoDB assertion failure (MDEV-13668 may need additional effort in 10.2)
| * | | Merge branch '10.0' into 10.1Marko Mäkelä2017-08-301-9/+9
| |\ \ \ | | |/ /
| | * | 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 branch '10.0' into 10.1Sergei Golubchik2017-08-081-1/+1
| |\ \ \ | | |/ /
| | * | 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
| | | |
| * | | Always require OpenSSL 1.0 on DebianSergei Golubchik2017-08-082-1/+10
| | | | | | | | | | | | | | | | auto-detecting whether it's called libssl-dev or libssl1.0-dev
* | | | MDEV-13370 Ambiguous behaviour regarding installation of header filesSergei Golubchik2017-08-141-2/+1
| | | | | | | | | | | | | | | | | | | | install all server includes under /usr/include/mysql/server/ and C/C includes under /usr/include/mysql/
* | | | Support for server error messages in HindiSergey Vojtovich2017-08-041-0/+1
| | | | | | | | | | | | | | | | Include Hindi error messages to debian packages.
* | | | Require either OpenSSL 1.0 or 1.1 on DebianSergei Golubchik2017-07-131-1/+1
| | | |
* | | | Rename mariadb-backup-10.2.files to mariadb-backup-10.2.installVicențiu Ciorbaru2017-07-121-0/+0
| | | | | | | | | | | | | | | | .files extension is not used by debian packaging, .install is.
* | | | mariabackup : debian packagingVladislav Vaintroub2017-07-052-0/+10
| | | |
* | | | MDEV-12449: Debian Packaging AWS key management pluginVicențiu Ciorbaru2017-05-084-1/+43
| | | | | | | | | | | | | | | | | | | | | | | | * Update debian control file to include AWS key management plugin. * Update dependencies in control file to include uuid. * Include enable_encryption.preset with the aws-key-management plugin.
* | | | Merge 10.1 into 10.2Marko Mäkelä2017-05-063-1/+4
|\ \ \ \ | |/ / / | | | | | | | | | | | | | | | | Also, include fixes by Vladislav Vaintroub to the aws_key_management plugin. The AWS C++ SDK specifically depends on OPENSSL_LIBRARIES, not generic SSL_LIBRARIES (such as YaSSL).
| * | | SST script for mariabackup.Nirbhay Choubey2017-04-271-0/+1
| | | | | | | | | | | | | | | | Execute mariabackup in innobackupex mode to avoid "unknown argument" error.
| * | | MDEV-9566 MariaBackup packagingVladislav Vaintroub2017-04-272-0/+10
| | | |
* | | | Compile user_variables plugin staticallySergei Golubchik2017-04-301-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | Recompile it for embedded. Test it for embedded. Promote it to Gamma
* | | | Post-fixes for "Rename plugin rocksdb_se to rocksdb"Sergei Petrunia2017-04-021-1/+1
| | | | | | | | | | | | | | | | | | | | - Also rename plugin's config file - And fix unit test's CMakeLists.txt
* | | | Fix debian architecture parsingVicențiu Ciorbaru2017-04-011-1/+1
| | | |
* | | | Merge 10.2 into bb-10.2-mariarocksSergei Petrunia2017-03-315-493/+2002
|\ \ \ \
| * \ \ \ Merge branch '10.1' into 10.2Sergei Golubchik2017-03-305-493/+2002
| |\ \ \ \ | | |/ / /
| | * | | Correct FSF addressiangilfillan2017-03-104-9/+9
| | | | |
| | * | | Updated innotop on debian/additions from 1.7.1 to 1.11.4Jean Weisbuch2017-03-073-485/+1993
| | | | |
| | * | | spelling fixesklemens2017-03-073-4/+4
| | | | |
| | * | | Merge 10.0 into 10.1Marko Mäkelä2017-03-031-1/+2
| | |\ \ \ | | | |/ /