summaryrefslogtreecommitdiff
path: root/storage/innobase
Commit message (Expand)AuthorAgeFilesLines
* Remove trx_sys_t::pending_purge_rseg_array.Marko Mäkelä2017-03-0911-213/+26
* enum btr_latch_mode: Incorporate some flags.Marko Mäkelä2017-03-095-40/+58
* MDEV-11688 follow-up: More robust shutdown after aborted startup.Marko Mäkelä2017-03-083-30/+49
* MDEV-11027 InnoDB log recovery is too noisyMarko Mäkelä2017-03-084-164/+88
* Remove MLOG_COMP_REC_SEC_DELETE_MARK.Marko Mäkelä2017-03-072-21/+2
* Fix many -Wconversion warnings.Marko Mäkelä2017-03-0795-618/+581
* Remove an unused declaration.Marko Mäkelä2017-03-061-10/+1
* MDEV-9282 follow-up: Remove an unused variable.Marko Mäkelä2017-03-063-18/+10
* MDEV-12121 Introduce build option WITH_INNODB_AHI to disable innodb_adaptive_...Marko Mäkelä2017-03-0341-390/+508
* MDEV-12103: Move a misplaced assertion.Marko Mäkelä2017-03-031-1/+2
* MDEV-12103 Reduce the time of looking for MLOG_CHECKPOINT during crash recoveryMarko Mäkelä2017-03-033-83/+104
* MDEV-12146 Deprecate and remove innodb_instrument_semaphoresMarko Mäkelä2017-02-286-60/+41
* Remove the unused field tablespace_version.Marko Mäkelä2017-02-271-8/+0
* MDEV-11927 InnoDB change buffer is not being mergedMarko Mäkelä2017-02-245-42/+13
* MDEV-11454 post-merge fix:Marko Mäkelä2017-02-241-3/+6
* Merge pull request #264 from grooverdan/10.2-MDEV-11454-innodb_buffer_pool_du...Marko Mäkelä2017-02-241-1/+13
|\
| * Report any innodb_buf_pool_dump_pct restrictionDaniel Black2016-12-061-0/+4
| * MDEV-11454: Make innodb_buffer_pool_dump_pct refer to the entire buffer pool ...Daniel Black2016-12-061-1/+9
* | MDEV-11802 innodb.innodb_bug14676111 failsMarko Mäkelä2017-02-2018-111/+132
* | Simplify a WL#6494/WL#7142 test.mariadb-10.2.4Marko Mäkelä2017-02-161-3/+13
* | MDEV-12072 Do not unnecessarily construct rec_printer objectsMarko Mäkelä2017-02-163-132/+68
* | MDEV-11641 innobase_get_stmt_safe() does not copy the last byte of thd->query...Marko Mäkelä2017-02-151-2/+2
* | Fix some InnoDB memory leaks.Marko Mäkelä2017-02-154-20/+22
* | MDEV-11782: Redefine the innodb_encrypt_log formatMarko Mäkelä2017-02-1510-1015/+569
* | MDEV-12061 Allow innodb_log_files_in_group=1Marko Mäkelä2017-02-153-8/+3
* | MDEV-12057 Embedded server shutdown hangs in InnoDBMarko Mäkelä2017-02-144-39/+34
* | MDEV-11704 InnoDB: Failing assertion: dfield_is_null(dfield2) || dfield2->dataSergei Golubchik2017-02-131-1/+2
* | bugfix: disable ICP in InnoDB for indexes on virtual columnsSergei Golubchik2017-02-131-0/+6
* | InnoDB: suppress posix_fallocate() failure errors when EINVALSergei Golubchik2017-02-131-10/+9
* | MDEV-11836 vcol.vcol_keys_myisam fails in buildbot and outsideSergei Golubchik2017-02-131-1/+1
* | Post-fix for MDEV-12050 Remove unused InnoDB Memcached hooksMarko Mäkelä2017-02-132-5/+0
* | MDEV-12050 Remove unused InnoDB Memcached hooksMarko Mäkelä2017-02-1319-4943/+12
* | MDEV-11782 preparation: Add separate code for validating the 10.1 redo log.Marko Mäkelä2017-02-133-6/+98
* | MDEV-11782 preparation: Remove recv_sys_t::last_block.Marko Mäkelä2017-02-132-28/+9
* | Fix a memory leak on aborted InnoDB startup.Marko Mäkelä2017-02-132-4/+5
* | Merge branch 'bb-10.2-serg-merge' into 10.2Sergei Golubchik2017-02-114-13/+18
|\ \
| * \ Merge branch '10.1' into 10.2Sergei Golubchik2017-02-104-13/+18
| |\ \
| | * | MDEV-11671: Duplicated [NOTE] output for changed innodb_page_sizeJan Lindström2017-01-311-19/+13
| | * | Merge 10.0 into 10.1Marko Mäkelä2017-01-262-176/+113
| | |\ \
| | | * | MDEV-11915 Detect InnoDB system tablespace size mismatch earlyMarko Mäkelä2017-01-262-170/+91
| | | * | MDEV-11814 Refuse innodb_read_only startup if crash recovery is neededMarko Mäkelä2017-01-261-5/+9
| | * | | MDEV-11614: Syslog messages: "InnoDB: Log sequence numberJan Lindström2017-01-221-8/+13
| | * | | MDEV-11838: Innodb-encryption-algorithm default should be != noneJan Lindström2017-01-191-1/+1
| | * | | MDEV-11835: InnoDB: Failing assertion: free_slot != NULL onJan Lindström2017-01-191-1/+1
| | * | | Merge remote-tracking branch 'origin/10.1' into 10.1bb-10.1-vicentiu-galeraVicențiu Ciorbaru2017-01-1616-872/+724
| | |\ \ \
| | * \ \ \ Merge branch '10.0' into 10.1Vicențiu Ciorbaru2017-01-1613-61/+189
| | |\ \ \ \ | | | | |/ / | | | |/| |
| | | * | | Merge branch 'bb-10.0-vicentiu' into 10.0mariadb-10.0.29Vicențiu Ciorbaru2017-01-1213-61/+189
| | | |\ \ \
| | | | * | | Fix problems from 5.5 mergeVicențiu Ciorbaru2017-01-101-1/+1
| | | | * | | Merge remote-tracking branch 'merge/merge-innodb-5.6' into 10.0vicentiu2017-01-1012-60/+188
| | | | |\ \ \
| | | | | * | | 5.6.35vicentiu2017-01-0712-60/+188