summaryrefslogtreecommitdiff
path: root/storage
Commit message (Expand)AuthorAgeFilesLines
* cmake: only search for libraries that are neededSergei Golubchik2019-04-021-2/+2
* Omit the definition of unused function yyset_extra()Marko Mäkelä2019-04-024-6/+6
* Rebuild the InnoDB lexical analyzers with flex 2.6.4Marko Mäkelä2019-04-0118-2234/+4502
* MDEV-19111 Unused field INFORMATION_SCHEMA.INNODB_TABLESPACES_SCRUBBING.ROTAT...Marko Mäkelä2019-04-011-9/+0
* Revert MDEV-18464 and MDEV-12009Marko Mäkelä2019-03-2812-99/+170
* MDEV-18464: Port kill_one_trx fixes from 10.4 to 10.1Jan Lindström2019-03-2812-170/+99
* MDEV-7066 No Source RPMs ... (and so no "yum-builddep MariaDB-server" either)Sergei Golubchik2019-03-271-4/+6
* cmake: re-enable -Werror in the maintainer modeSergei Golubchik2019-03-2718-41/+42
* MDEV-19060 : mariabackup continues, despite failing to open a tablespaceVladislav Vaintroub2019-03-271-6/+0
* Merge 10.0 into 10.1Marko Mäkelä2019-03-272-8/+14
|\
| * MDEV-18417/MDEV-18656/MDEV-18417: Work around compiler ASAN bugMarko Mäkelä2019-03-271-0/+7
| * Merge 5.5 into 10.0bb-10.0-mergeMarko Mäkelä2019-03-261-8/+8
| |\
| | * Fix for MDEV-17449, typo in error message (#1146)Chris Calender2019-03-242-16/+16
* | | MDEV-12711 mariabackup --backup is refused for multi-file system tablespaceMarko Mäkelä2019-03-262-20/+44
* | | Merge 10.0 into 10.1Marko Mäkelä2019-03-212-4/+6
|\ \ \ | |/ /
| * | MDEV-6262 follow-up: Ensure NUL termination on strncpy()Marko Mäkelä2019-03-212-4/+6
* | | MDEV-18936 Purge thread fails to exit on shutdownMarko Mäkelä2019-03-152-4/+4
* | | fix gcc 8 compiler warningsSergei Golubchik2019-03-149-56/+58
* | | MDEV-18749: Fix GCC -flifetime-dseMarko Mäkelä2019-03-122-12/+12
* | | MDEV-13818 CREATE INDEX leaks memory if running out of undo log spaceMarko Mäkelä2019-03-076-20/+44
* | | Merge 10.0 into 10.1Marko Mäkelä2019-03-072-8/+10
|\ \ \ | |/ /
| * | Merge 5.5 into 10.0Marko Mäkelä2019-03-072-10/+12
| |\ \ | | |/
| | * MDEV-18272 InnoDB fails to rollback after exceeding FOREIGN KEY recursion depthMarko Mäkelä2019-03-072-8/+12
| | * MDEV-18349 InnoDB file size changes are not safe when file system crashesMarko Mäkelä2019-01-232-2/+6
* | | MDEV-18637 Assertion `cache' failed in fts_init_recover_docMarko Mäkelä2019-03-062-8/+13
* | | MDEV-18659: Revert a non-functional changeMarko Mäkelä2019-03-062-4/+4
* | | MDEV-18659: Fix string truncation/overflow in InnoDB and XtraDBMarko Mäkelä2019-03-0612-68/+78
* | | MDEV-18749: Uninitialized value upon ADD FULLTEXT INDEXMarko Mäkelä2019-03-062-22/+12
* | | MDEV-18732 InnoDB: ALTER IGNORE returns error for NULLMarko Mäkelä2019-03-042-2/+2
* | | MDEV-18601 Can't create table with ENCRYPTED=DEFAULT when innodb_default_encr...Marko Mäkelä2019-02-282-120/+119
* | | MDEV-9519: Data corruption will happen on the Galera cluster size changeJulius Goryavsky2019-02-252-30/+100
* | | MDEV-18662 ib_wqueue_t has a data raceEugene Kosov2019-02-214-40/+28
* | | Fixed bug in macro _ma_mark_page_with_transid()Monty2019-02-193-6/+3
* | | MDEV-18630 Uninitialised value in FOREIGN KEY error messageMarko Mäkelä2019-02-182-64/+34
* | | MDEV-18016: Cover the no-rebuild case, and remove a bogus debug assertionMarko Mäkelä2019-02-112-2/+0
* | | MDEV-15798 Mutex leak on accessing INFORMATION_SCHEMA.INNODB_MUTEXESMarko Mäkelä2019-02-052-120/+174
* | | MDEV-16896 encryption.innodb-checksum-algorithm crashesMarko Mäkelä2019-02-032-24/+18
* | | Merge 10.1 into 10.1Marko Mäkelä2019-02-0257-1524/+2328
|\ \ \ | |/ /
| * | MDEV-18016: Assertion failure on ALTER TABLE after foreign_key_checks=0Marko Mäkelä2019-01-292-68/+48
| * | MDEV-18256 Duplicated call to dict_foreign_remove_from_cache()Marko Mäkelä2019-01-292-10/+26
| * | MDEV-18222: Duplicated call to dict_foreign_remove_from_cache()Marko Mäkelä2019-01-292-8/+8
| * | Fix xtradb version after mergeOleksandr Byelkin2019-01-291-1/+1
| * | MariaDB detect incorrect table nameOleksandr Byelkin2019-01-292-2/+3
| * | Fix detection of version in tokudbOleksandr Byelkin2019-01-281-1/+1
| * | Merge branch 'merge-tokudb-5.6' into 10.0Oleksandr Byelkin2019-01-2834-1069/+1776
| |\ \
| | * | 5.6.42-84.2Oleksandr Byelkin2019-01-2435-1075/+1778
| * | | Version fix after mergeOleksandr Byelkin2019-01-281-1/+1
| * | | Reverting part of da34c7de5dacac85c4dc1f714bcd7edf3b7fe5f9 that was already f...Oleksandr Byelkin2019-01-281-3/+0
| * | | Merge branch 'merge-xtradb-5.6' into 10.0Oleksandr Byelkin2019-01-283-14/+41
| |\ \ \
| | * | | 5.6.42-84.2Oleksandr Byelkin2019-01-248-26/+99