summaryrefslogtreecommitdiff
path: root/storage
Commit message (Expand)AuthorAgeFilesLines
* Merge branch '10.0' into 10.1Vicențiu Ciorbaru2017-09-19165-2861/+42971
|\
| * Revert d9bc5e03d788b958ce8c76e157239953db60adb2 from Oracle (in XtraDB)Vicențiu Ciorbaru2017-09-193-33/+5
| * Revert Bug #25175249 ASSERTION: (TEMPL->IS_VIRTUAL && !FIELD) || (FIELD && F...Vicențiu Ciorbaru2017-09-191-20/+3
| * Merge branch 'merge-xtradb-5.6' into 10.0Vicențiu Ciorbaru2017-09-198-35/+147
| |\
| | * 5.6.37-82.2Vicențiu Ciorbaru2017-09-198-55/+179
| * | Merge branch 'merge-tokudb-5.6' into 10.0Vicențiu Ciorbaru2017-09-1910-366/+100
| |\ \
| | * | 5.6.37-82.2Vicențiu Ciorbaru2017-09-1910-348/+100
| * | | Fix fall-through warningVicențiu Ciorbaru2017-09-191-1/+1
| * | | Fix connect merge problemsVicențiu Ciorbaru2017-09-194-51/+9
| * | | Merge connect/10.0 into 10.0Vicențiu Ciorbaru2017-09-19149-3188/+42806
| * | | Windows : fix a warning in popular header fileVladislav Vaintroub2017-09-152-2/+2
* | | | MDEV-13636 ALTER TABLE ... DELAY_KEY_WRITE=1 creates table copy for MyISAM ta...Sergei Golubchik2017-09-181-2/+13
* | | | Write proper tests for MDEV-12634: Uninitialised ROW_MERGE_RESERVE_SIZE bytesMarko Mäkelä2017-09-162-8/+0
* | | | Clean up after commit 93087d5fe74b0078e0b6db4233710648c79043ccMarko Mäkelä2017-09-163-3/+3
* | | | Innodb : do not call fflush() in os_get_last_error_low(), if no errorVladislav Vaintroub2017-09-162-4/+2
* | | | MDEV-13821 : mariabackup sometimes could lose ib_logf(FATAL) messages,Vladislav Vaintroub2017-09-161-21/+15
* | | | Fix some warningsVladislav Vaintroub2017-09-164-4/+4
* | | | MDEV-13807 mariabackup --apply-log-only does generate redo log by performing ...Marko Mäkelä2017-09-167-9/+19
* | | | MDEV-12634: Uninitialised ROW_MERGE_RESERVE_SIZE bytes written to tem…Jan Lindström2017-09-1420-467/+844
* | | | Merge 10.0 into 10.1Marko Mäkelä2017-09-073-1/+3
|\ \ \ \ | |/ / /
| * | | MDEV-13253 After rebuilding redo logs, InnoDB can leak data from redo log bufferMarko Mäkelä2017-09-072-0/+2
| * | | Follow-up to MDEV-13103: Do not add __attribute__((nonnull))Marko Mäkelä2017-09-071-1/+1
* | | | Merge 10.0 into 10.1Marko Mäkelä2017-09-0628-247/+152
|\ \ \ \ | |/ / /
| * | | MDEV-13103 Assertion `flags & BUF_PAGE_PRINT_NO_CRASH' failed in buf_page_printMarko Mäkelä2017-09-0624-251/+132
| * | | MDEV-13705 10.0.32 does not compile on architectures without 64-bit atomicsMarko Mäkelä2017-09-041-0/+1
| * | | Fix compiler warningsMarko Mäkelä2017-09-013-0/+11
* | | | MDEV-13684 InnoDB race condition between fil_crypt_thread and btr_scrub_initMarko Mäkelä2017-08-318-36/+24
* | | | Fix test failures on embedded server.Jan Lindström2017-08-318-20/+30
* | | | Merge branch '10.0' into 10.1Marko Mäkelä2017-08-305-10/+22
|\ \ \ \ | |/ / /
| * | | Add missing {} to silence a compiler warningMarko Mäkelä2017-08-301-0/+2
| * | | WL#8845: Clarify the message about redo log format incompatibilityMarko Mäkelä2017-08-292-8/+4
| * | | MDEV-13437 InnoDB fails to return error for XA COMMIT or XA ROLLBACK in read-...Andrei Elkin2017-08-292-2/+16
* | | | Galera after-merge fixesMarko Mäkelä2017-08-302-6/+6
* | | | Merge remote-tracking branch 'origin/bb-10.1-jplindst' into 10.1Jan Lindström2017-08-2914-189/+373
|\ \ \ \
| * \ \ \ Merge remote-tracking branch 'origin/bb-10.1-galera' into 10.1Jan Lindström2017-08-2414-189/+373
| |\ \ \ \
| | * \ \ \ Merge remote-tracking branch 'origin/10.0-galera' into 10.1Jan Lindström2017-08-2114-189/+373
| | |\ \ \ \
| | | * | | | MW-369 FK fixessjaakola2017-08-142-7/+11
| | | * | | | MW-369 FK fixessjaakola2017-08-141-1/+3
| | | * | | | Refs: MW-369 * changed parent row key type to S(hared), when FK child table i...sjaakola2017-08-142-10/+20
| | | * | | | Refs: MW-369 * changed insert for a FK child table to take exclusive lock on ...sjaakola2017-08-141-1/+1
| | | * | | | Refs: MW-369 * changed insert for a FK child table to take exclusive lock on ...sjaakola2017-08-141-1/+1
| | | * | | | MW-365 Do not load/dump innodb buffer pool with wsrep_recoverDaniele Sciascia2017-08-111-0/+15
| | | * | | | MW-365 Do not load/dump innodb buffer pool with wsrep_recoverDaniele Sciascia2017-08-111-0/+15
| | | * | | | refs: MW-322 * generating fake trx id for CTAS, requires trx_sys mutex protec...sjaakola2017-08-112-2/+2
| | | * | | | MDEV-13471: Test failure on innodb.log_file_size,4kJan Lindström2017-08-104-172/+322
| | | * | | | Merge tag 'mariadb-10.0.32' into 10.0-galeraJan Lindström2017-08-09238-1871/+35871
| | | |\ \ \ \
* | | | | | | | MDEV-13557: Startup failure, unable to decrypt ibdata1Jan Lindström2017-08-2910-26/+52
* | | | | | | | Merge 10.0 into 10.1Marko Mäkelä2017-08-2813-137/+100
|\ \ \ \ \ \ \ \ | | |_|_|_|/ / / | |/| | | | | |
| * | | | | | | MDEV-13637 InnoDB change buffer housekeeping can cause redo log overrun and p...Marko Mäkelä2017-08-2510-68/+54
| * | | | | | | CONNECT engine: install ha_connect.libVladislav Vaintroub2017-08-231-1/+14