summaryrefslogtreecommitdiff
path: root/storage
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | | | Squashed commit of connect/10.0:Olivier Bertrand2019-01-2516-350/+426
* | | | | Fix embedded innodb_plugin after 560799ebd8efe11f4c4ae1bb9ed4d39185e03800Marko Mäkelä2019-02-022-2/+10
* | | | | Minor clean-upMarko Mäkelä2019-02-012-13/+7
* | | | | Merge branch '10.0-galera' into 10.1Oleksandr Byelkin2019-01-316-57/+159
|\ \ \ \ \
| * \ \ \ \ Merge remote-tracking branch 'origin/10.0' into bb-10.0-galeraJan Lindström2018-10-31301-195396/+5029
| |\ \ \ \ \
| * \ \ \ \ \ Merge remote-tracking branch 'origin/5.5-galera' into 10.0-galeraJan Lindström2018-10-3012-89/+326
| |\ \ \ \ \ \
| | * \ \ \ \ \ Merge tag 'mariadb-5.5.62' into 5.5-galeramariadb-galera-5.5.62Jan Lindström2018-10-2915-84/+168
| | |\ \ \ \ \ \ | | | | |_|_|_|/ | | | |/| | | |
| | * | | | | | MariaDB adjustments.Jan Lindström2018-10-102-8/+22
| | * | | | | | Fix compilation error in row0ins.cVasil Dimov2018-10-101-1/+3
| | * | | | | | Add a new config variable wsrep_certification_rulesVasil Dimov2018-10-102-3/+16
| | * | | | | | Generalize "bool shared/exclusive" argument to enumVasil Dimov2018-10-106-52/+123
| | * | | | | | Merge tag 'mariadb-5.5.61' into 5.5-galeraJan Lindström2018-08-0123-55/+256
| | |\ \ \ \ \ \
| * | \ \ \ \ \ \ Merge tag 'mariadb-10.0.36' into 10.0-galeraJan Lindström2018-08-0289-1449/+1229
| |\ \ \ \ \ \ \ \
* | \ \ \ \ \ \ \ \ Merge 10.0 into 10.1Marko Mäkelä2019-01-234-16/+22
|\ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ / / | |/| | | | | | | |
| * | | | | | | | | Bug#28867993: POSSIBLE ISSUE WITH MYSQL SERVER RESTARTSergei Golubchik2019-01-232-0/+7
| * | | | | | | | | MDEV-18349 InnoDB file size changes are not safe when file system crashesMarko Mäkelä2019-01-234-48/+47
* | | | | | | | | | MDEV-17933 slow server status - dict_sys_get_size()Marko Mäkelä2019-01-234-61/+25
* | | | | | | | | | MDEV-18237 InnoDB: Unable to drop FTS index aux table and further errors (pos...Marko Mäkelä2019-01-182-4/+8