summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* MDEV-13284: mariadb-server: fil_load_single_table_tablespace(): mysqld killed...bb-10.1-MDEV-13284Jan Lindström2018-01-256-32/+117
* try to fix [Warning] InnoDB: innodb_open_files=20 is exceeded (20) files stay...Vladislav Vaintroub2018-01-241-1/+1
* Merge pull request #550 from grooverdan/10.1-wsrep_sst_mysqldump-no-max-versionJan Lindström2018-01-241-2/+2
|\
| * wsrep_sst_mysqldump: enforce a minimum version onlyDaniel Black2018-01-171-2/+2
* | Merge pull request #560 from grooverdan/10.1-MDEV-13789-freebsd-wsrep-sst-xtr...Jan Lindström2018-01-231-3/+20
|\ \
| * | MDEV-13789: FreeBSD wsrep_sst_xtrabackup-v2 - find compatibilty +lsofDaniel Black2018-01-181-3/+20
* | | MDEV-14746 : read [mariabackup] section from config file.Vladislav Vaintroub2018-01-221-2/+2
* | | MDEV-14150 - backup should fail early if rsync is missingVladislav Vaintroub2018-01-221-3/+13
* | | mariabackup : improve help textVladislav Vaintroub2018-01-221-1/+1
|/ /
* | Fix a test that always failed on --embeddedMarko Mäkelä2018-01-152-5/+7
|/
* Skip mariabackup.huge_lsn if encryption is not availableMarko Mäkelä2018-01-111-0/+1
* Merge 10.0 into 10.1Marko Mäkelä2018-01-1111-68/+233
|\
| * Merge 5.5 into 10.0Marko Mäkelä2018-01-1111-68/+234
| |\
| | * MDEV-14916 InnoDB reports warning for "Purge reached the head of the history ...Marko Mäkelä2018-01-112-52/+0
| | * MDEV-13933: Wrong results in COUNT() query with EXISTS and exists_to_inOleksandr Byelkin2018-01-107-16/+206
| | * MDEV-13814 Extra logging when innodb_log_archive=ONMarko Mäkelä2018-01-102-1/+2
| | * MDEV-14174 crash on start with innodb-track-changed-pagesMarko Mäkelä2018-01-102-7/+10
* | | MDEV-14776: InnoDB Monitor output generated by specific error is flooding err...Jan Lindström2018-01-094-140/+109
* | | Make the MDEV-14874 test case more robustMarko Mäkelä2018-01-082-2/+5
* | | Merge 10.0 into 10.1Marko Mäkelä2018-01-084-2/+43
|\ \ \ | |/ /
| * | MDEV-13205 InnoDB: Failing assertion: !dict_index_is_online_ddl(index) upon A...Marko Mäkelä2018-01-084-2/+43
* | | MDEV-14874 innodb_encrypt_log corrupts the log when the LSN crosses 32-bit bo...Marko Mäkelä2018-01-0810-87/+124
* | | Fix conf_to_src build.Vladislav Vaintroub2018-01-051-1/+2
* | | Tests: detect table count for some encryption testsAleksey Midenkov2018-01-053-5/+9
* | | Merge 10.0 into 10.1Marko Mäkelä2018-01-042-8/+10
|\ \ \ | |/ /
| * | Fix a truncation warning introduced in MDEV-12323Marko Mäkelä2018-01-042-6/+8
* | | Merge 10.0 into 10.1Marko Mäkelä2018-01-033-15/+15
|\ \ \ | |/ /
| * | Merge 5.5 into 10.0Marko Mäkelä2018-01-033-15/+15
| |\ \ | | |/
| | * Silence some -Wimplicit-fallthrough by proper spellingMarko Mäkelä2018-01-033-15/+15
* | | Merge 10.0 into 10.1Marko Mäkelä2018-01-0215-25/+318
|\ \ \ | |/ /
| * | Merge 5.5 into 10.0Marko Mäkelä2018-01-0214-23/+134
| |\ \ | | |/
| | * Follow-up to MDEV-14799: Remove bogus debug assertionsMarko Mäkelä2018-01-022-6/+0
| | * MDEV-14799 After UPDATE of indexed columns, old values will not be purged fro...Marko Mäkelä2018-01-026-4/+34
| | * MDEV-14309 MTR tests require perl-Env which is not always in the default inst...Sergei Golubchik2017-12-272-9/+4
| | * MDEV-10657: incorrect result returned with binary protocol (prepared statements)Oleksandr Byelkin2017-12-276-3/+96
| * | Update mysqladmin man pageIan Gilfillan2017-12-281-2/+184
* | | MDEV-14272 Mariadb crashes with signal 11 when using federatedx engine and ga...Sergei Golubchik2017-12-283-2/+41
* | | Merge remote-tracking branch '10.0' into 10.1Vicențiu Ciorbaru2017-12-273-15/+161
|\ \ \ | |/ /
| * | MDEV-13626 Merge InnoDB test cases from MySQL 5.7Sergey Vojtovich2017-12-222-0/+150
| * | Follow up to MDEV-12366: FLUSH privileges can break hierarchy of rolesVicențiu Ciorbaru2017-12-211-15/+11
* | | MDEV-14026 ALTER TABLE ... DELAY_KEY_WRITE=1 creates table copy for partition...Sergei Golubchik2017-12-254-13/+57
* | | cleanup: ha_partition::update_create_infoSergei Golubchik2017-12-251-27/+8
* | | cleanup: ha_myisam::data_file_name and index_file_nameSergei Golubchik2017-12-251-22/+25
* | | MDEV-10715 Galera: Replicate MariaDB GTID to other nodes in the clusterSachin Setiya2017-12-2513-3/+1253
* | | bump the VERSIONDaniel Bartholomew2017-12-221-1/+1
* | | Make a test more robustmariadb-10.1.30Marko Mäkelä2017-12-212-0/+11
* | | Merge 10.0 into 10.1Marko Mäkelä2017-12-214-38/+92
|\ \ \ | |/ /
| * | MDEV-12827 Assertion failure when reporting duplicate key error in online tab...Marko Mäkelä2017-12-214-38/+92
* | | MDEV-6247 post-fix: Re-enable some debug assertionsMarko Mäkelä2017-12-214-16/+0
* | | Updated list of unstable tests for 10.1.30 releaseElena Stepanova2017-12-211-79/+65