summaryrefslogtreecommitdiff
path: root/storage
Commit message (Expand)AuthorAgeFilesLines
* Merge branch '10.1' into 10.2Sergei Golubchik2019-03-2912-38/+37
|\
| * 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
* | MDEV-18080, part#1: MyRocks is slow with log-bin=offSergei Petrunia2019-03-281-11/+23
* | MDEV-19051 Avoid unnecessary writing MLOG_INDEX_LOADThirunarayanan Balathandayuthapani2019-03-285-79/+84
* | Merge 10.1 into 10.2Marko Mäkelä2019-03-273-17/+19
|\ \ | |/
| * 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
* | | | Merge 10.1 into 10.2Marko Mäkelä2019-03-262-28/+45
|\ \ \ \ | |/ / /
| * | | MDEV-12711 mariabackup --backup is refused for multi-file system tablespaceMarko Mäkelä2019-03-262-20/+44
* | | | Fix the Windows buildMarko Mäkelä2019-03-251-1/+2
* | | | MDEV-19022: InnoDB fails to cleanup useless B-tree pagesMarko Mäkelä2019-03-255-69/+60
* | | | Avoid sign mismatch in comparisonsMarko Mäkelä2019-03-251-3/+3
* | | | MDEV-14126: Fix type mismatchMarko Mäkelä2019-03-252-38/+32
* | | | MDEV-14126: Detect unexpected emptying of B-tree pagesMarko Mäkelä2019-03-254-4/+10
* | | | MDEV-14126: Improve assertions in btr_pcur_store_position()Marko Mäkelä2019-03-251-13/+9
* | | | MDEV-14126: Remove page_is_root()Marko Mäkelä2019-03-259-66/+62
* | | | MDEV-18090 Assertion failures due to virtual columns after upgrading to 10.2Marko Mäkelä2019-03-253-14/+19
* | | | Merge 10.1 into 10.2Marko Mäkelä2019-03-222-3/+5
|\ \ \ \ | |/ / /
| * | | 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
* | | | Remove unnecessary trx_rsegf_get_new() callsMarko Mäkelä2019-03-214-46/+39
* | | | Remove unused variables from non-debug buildMarko Mäkelä2019-03-211-4/+4
* | | | Add appropriate #ifdef around a declarationMarko Mäkelä2019-03-211-1/+1
* | | | Silence bogus -Wmaybe-uninitializedMarko Mäkelä2019-03-212-2/+2
* | | | MDEV-18981 Possible corruption when using FOREIGN KEY with virtual columnsMarko Mäkelä2019-03-201-1/+1
* | | | MDEV-18084: Crash on UPDATE after upgrade from 10.0 or 10.1Marko Mäkelä2019-03-191-0/+1
* | | | Replace innobase_is_v_fld() with Field::stored_in_db()Marko Mäkelä2019-03-193-108/+61
* | | | MDEV-18960: Assertion !omits_virtual_cols(*form->s) on TRUNCATEMarko Mäkelä2019-03-191-34/+23
* | | | MDEV-17482 InnoDB fails to say which fatal error fsync() returnedMarko Mäkelä2019-03-181-9/+1
* | | | MDEV-17262: mysql crashed on galera while node rejoined cluster (#895)sysprg2019-03-181-0/+10
* | | | post-merge: gcc 8 warningsSergei Golubchik2019-03-155-13/+10
* | | | Merge branch '10.1' into 10.2Sergei Golubchik2019-03-159-58/+58
|\ \ \ \ | |/ / /
| * | | 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
* | | | Fixed bug in redo handling of batch insert in AriaMonty2019-03-141-0/+13
* | | | Fixed compiler warning in connect engineMonty2019-03-141-1/+1
* | | | Datafile::validate_first_page(): Change some ERROR to NoteMarko Mäkelä2019-03-141-4/+3
* | | | Remove references to MySQL 5.7 native InnoDB partitioningMarko Mäkelä2019-03-135-27/+2
* | | | MDEV-18836 ASAN: heap-use-after-free after TRUNCATEMarko Mäkelä2019-03-136-29/+41
* | | | MDEV-18577: Indexes problem on import dump SQLJan Lindström2019-03-131-3/+19
* | | | MDEV-14984 - regression in connect performanceSergey Vojtovich2019-03-131-0/+2
* | | | TruncateLogParser::scan(): Simplify string operationsMarko Mäkelä2019-03-121-11/+6
* | | | Silence GCC 8 -Wno-class-memaccessMarko Mäkelä2019-03-121-1/+1
* | | | MDEV-18902 Uninitialized variable in recv_parse_log_recs()Marko Mäkelä2019-03-121-5/+9