summaryrefslogtreecommitdiff
path: root/storage
Commit message (Expand)AuthorAgeFilesLines
* Spelling fixbigs2017-11-191-1/+1
* Handle failures from mallocMichael Widenius2017-11-171-2/+2
* MDEV-14396 Assertion failed in create_option_need_rebuildMarko Mäkelä2017-11-151-2/+2
* MDEV-14378 In ALGORITHM=INPLACE, use a common name for the intermediate table...Marko Mäkelä2017-11-135-12/+46
* Merge bb-10.2-ext into 10.3Marko Mäkelä2017-11-1040-802/+334
|\
| * Merge 10.2 into bb-10.2-extMarko Mäkelä2017-11-102-21/+1
| |\
| | * MDEV-14100 Assertion `!is_user_rec || leaf || ...Marko Mäkelä2017-11-101-0/+1
| | * Follow-up fix of MDEV-13795/MDEV-14332Marko Mäkelä2017-11-101-21/+0
| * | Merge 10.2 into bb-10.2-extMarko Mäkelä2017-11-1013-353/+64
| |\ \ | | |/
| | * MDEV-13795/MDEV-14332 Corruption during online table-rebuilding ALTER when VI...Marko Mäkelä2017-11-0912-353/+61
| | * MDEV-14334: Update test results for rocksdb.bulk_load_rev_dataSergei Petrunia2017-11-091-0/+3
| * | Merge remote-tracking branch 'origin/10.2' into bb-10.2-extMonty2017-11-0936-732/+377
| |\ \ | | |/
| | * Cleanup up after failed alter table in add_index_inplace_crashMonty2017-11-091-0/+10
| | * Merge 10.1 into 10.2Marko Mäkelä2017-11-091-0/+1
| | |\
| | | * MDEV-14333 Mariabackup --apply-log-only crashes if incomplete transactions wi...Marko Mäkelä2017-11-091-0/+1
| | * | Merge 10.1 into 10.2Marko Mäkelä2017-11-085-8/+35
| | |\ \ | | | |/
| | | * Fix integer type mismatch in WSREP debug outputMarko Mäkelä2017-11-082-6/+8
| | | * Remove dead code for non-debug buildsMarko Mäkelä2017-11-062-0/+4
| | | * MDEV-12108 Fix backup for Innodb tables with DATA DIRECTORYVladislav Vaintroub2017-11-061-1/+1
| | * | Merge 10.1 into 10.2Marko Mäkelä2017-11-0727-703/+338
| | |\ \ | | | |/
| | | * Merge 10.0 into 10.1Marko Mäkelä2017-11-064-12/+35
| | | |\
| | | | * MDEV-14140 IMPORT TABLESPACE must not go beyond FSP_FREE_LIMITMarko Mäkelä2017-11-064-12/+36
| | | | * MDEV-11965 -Werror should not appear in released tarballsSergei Golubchik2017-11-021-3/+3
| | | * | MDEV-13328 ALTER TABLE…DISCARD TABLESPACE takes a lot of timeMarko Mäkelä2017-11-0622-604/+185
| | | * | Remove redundant function parametersMarko Mäkelä2017-11-062-74/+52
| | | * | MDEV-14132 InnoDB page corruptionMarko Mäkelä2017-11-062-6/+12
| | | * | MDEV-14244 MariaDB fails to run with O_DIRECTMarko Mäkelä2017-11-062-12/+28
| | * | | MDEV-14310 ALTER TABLE…ADD INDEX may corrupt the InnoDB system tablespaceMarko Mäkelä2017-11-071-16/+9
| | * | | MDEV-14304 Unnecessary conditions in buf_page_get_gen()Marko Mäkelä2017-11-071-31/+2
| | * | | Merge branch '10.2' of github.com:MariaDB/server into bb-10.2-mariarocksSergei Petrunia2017-11-046-114/+121
| | |\ \ \
| | * | | | Make rocksdb.read_only_tx pass and enable itSergei Petrunia2017-11-024-9/+17
| * | | | | Add more execution stages (commit, rollback, etc)Monty2017-11-054-5/+7
| * | | | | Disable some test that fails constantlyMonty2017-11-051-2/+2
| * | | | | Merge remote-tracking branch 'origin/10.2' into bb-10.2-extAlexander Barkov2017-11-032-30/+16
| |\ \ \ \ \ | | | |/ / / | | |/| | |
| | * | | | Fix a warning.Vladislav Vaintroub2017-11-021-1/+1
| | * | | | MDEV-14244 MariaDB 10.2.10 fails to run on Debian Stretch with ext3 and O_DIRECTMarko Mäkelä2017-11-021-29/+15
| | * | | | Fixed compiler warning and warning from valgrindMonty2017-11-021-1/+1
| * | | | | Fixed compiler warning and unitialized memory warningMonty2017-11-021-1/+1
| * | | | | Reduce memory used by maria_openMonty2017-11-021-21/+32
* | | | | | MDEV-14016 Allow instant ADD COLUMN, ADD INDEX, LOCK=NONEMarko Mäkelä2017-11-021-132/+165
* | | | | | Merge bb-10.2-ext into 10.3Marko Mäkelä2017-11-021-50/+68
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Merge 10.2 into bb-10.2-extMarko Mäkelä2017-11-014-84/+105
| |\ \ \ \ \ | | |/ / / /
| | * | | | Merge 10.1 into 10.2Marko Mäkelä2017-11-014-84/+105
| | |\ \ \ \ | | | |/ / / | | |/| / / | | | |/ /
| | | * | Merge 10.0 into 10.1Marko Mäkelä2017-10-315-7/+33
| | | |\ \ | | | | |/
| | | | * Backport MDEV-13890 from 10.2 (InnoDB/XtraDB shutdown failure)Marko Mäkelä2017-10-304-6/+32
| | | | * MDEV-13860 CONNECT engine does not build with JDBC without ODBCElena Stepanova2017-10-271-1/+1
| | | * | MDEV-14219 Allow online table rebuild when encryption or compression paramete...Marko Mäkelä2017-10-312-84/+92
* | | | | Remove an unused variableMarko Mäkelä2017-11-021-1/+0
* | | | | (Part#2) MDEV-13049 Querying INFORMATION_SCHEMA becomes slow in MariaDB 10.1Alexander Barkov2017-10-315-8/+12
* | | | | Merge remote-tracking branch 'origin/bb-10.2-ext' into 10.3Alexander Barkov2017-10-30269-2358/+10859
|\ \ \ \ \ | |/ / / /