summaryrefslogtreecommitdiff
path: root/storage/innobase
Commit message (Expand)AuthorAgeFilesLines
* After-merge fix: Correct a copyright statementMarko Mäkelä2019-05-131-1/+1
* Merge branch '10.2' into 10.3Oleksandr Byelkin2019-05-1223-387/+315
|\
| * MDEV-17540 Server crashes in row_purge after TRUNCATE TABLEMarko Mäkelä2019-05-101-0/+8
| * Merge 10.1 into 10.2Marko Mäkelä2019-05-1015-372/+240
| |\
| | * MDEV-13893 encryption.innodb-redo-badkey failed in buildbot with page cannot ...Thirunarayanan Balathandayuthapani2019-05-101-8/+1
| | * MDEV-18220: race condition in fts_get_table_name()Marko Mäkelä2019-05-104-17/+33
| | * MDEV-18220: Backport some code from MariaDB 10.2Marko Mäkelä2019-05-107-268/+306
| | * MDEV-18220: heap-use-after-free in fts_get_table_name_prefix()Marko Mäkelä2019-05-108-37/+14
| | * MDEV-18220: Remove some redundant data structuresMarko Mäkelä2019-05-103-163/+135
| | * MDEV-19399 do not call slow my_timer_init() several timesEugene Kosov2019-05-101-18/+16
| | * MDEV-16060 - InnoDB: Failing assertion: ut_strcmp(index->name, key->name)Sergey Vojtovich2019-05-091-0/+4
| * | MDEV-19408 Assertion on trx->state failed in ReadView::copy_trx_idsmariadb-10.2.24Marko Mäkelä2019-05-081-2/+11
| * | MDEV-13942 InnoDB SPATIAL INDEX corruption during root page splitqingda20192019-05-071-1/+8
| * | Merge branch '10.1' into 10.2Oleksandr Byelkin2019-05-062-9/+25
| |\ \ | | |/
| | * Revert "MDEV-19399 do not call slow my_timer_init() several times"Marko Mäkelä2019-05-061-16/+18
| | * MDEV-18214 remove some duplicated MONITOR countersEugene Kosov2019-05-062-24/+25
| | * MDEV-19399 do not call slow my_timer_init() several timesEugene Kosov2019-05-061-18/+16
| * | Merge branch '10.1' into 10.2Oleksandr Byelkin2019-05-043-6/+30
| |\ \ | | |/
| | * MDEV-19331 Merge new release of InnoDB 5.6.44 to 10.1Marko Mäkelä2019-04-254-8/+31
| | |\
| | | * Bug#28573894 ALTER PARTITIONED TABLE ADD AUTO_INCREMENT DIFF RESULT DEPENDING...Marko Mäkelä2019-04-251-1/+18
| | | * Clean up ib_sequence::m_max_valueMarko Mäkelä2019-04-252-4/+9
| | | * Bug #19811005 ALTER TABLE ADD INDEX DOES NOT UPDATE INDEX_LENGTH IN I_S TABLESAakanksha Verma2019-04-251-2/+3
| | |/
* | | Merge 10.2 into 10.3Marko Mäkelä2019-05-0334-475/+225
|\ \ \ | |/ /
| * | MDEV-19385: Inconsistent definition of dtuple_get_nth_v_field()Marko Mäkelä2019-05-0321-358/+168
| * | MDEV-19346: Remove dummy InnoDB log checkpointsMarko Mäkelä2019-05-0315-120/+56
* | | Merge 10.2 into 10.3Marko Mäkelä2019-05-024-109/+156
|\ \ \ | |/ /
| * | MDEV-14398 innodb_encryption_rotate_key_age=0 causes innodb_encrypt_tables to...bb-10.2-MDEV-14398-alternativeThirunarayanan Balathandayuthapani2019-05-024-109/+155
* | | Merge 10.2 into 10.3Marko Mäkelä2019-04-2910-146/+124
|\ \ \ | |/ /
| * | MDEV-18429: Simpler implementationMarko Mäkelä2019-04-291-307/+51
| * | MDEV-14130 InnoDB messages should not refer to the MySQL 5.7 manualMarko Mäkelä2019-04-294-19/+9
| * | Clean up ut_listMarko Mäkelä2019-04-296-72/+90
| * | MDEV-18429 Consistent non-locking reads do not appear in TRANSACTIONS section...Eugene Kosov2019-04-291-20/+31
| * | MDEV-19356 Assertion 'space->free_limit == 0 || space->free_limit == free_limit'Marko Mäkelä2019-04-291-6/+13
| * | MDEV-19231: Correct an assertionMarko Mäkelä2019-04-291-1/+1
* | | Merge 10.2 into 10.3Marko Mäkelä2019-04-2712-36/+65
|\ \ \ | |/ /
| * | MDEV-19342 Merge new release of InnoDB 5.7.26 to 10.2Marko Mäkelä2019-04-263-5/+19
| |\ \
| | * | Bug #29021730 CRASHING INNOBASE_COL_CHECK_FK WITH FOREIGN KEYSAditya A2019-04-261-2/+2
| | * | Bug #27850600 INNODB ASYNC IO ERROR HANDLING IN IO_EVENTSachin Agarwal2019-04-261-2/+16
| |/ /
| * | Remove roll_node_t::partialMarko Mäkelä2019-04-262-8/+5
| * | lock_rec_convert_impl_to_expl_for_trx(): Remove unused parameterMarko Mäkelä2019-04-261-2/+1
| * | innobase_col_check_fk(): Remove copyingMarko Mäkelä2019-04-261-8/+4
| * | Implement --debug=d,ib_log_checkpoint_avoidMarko Mäkelä2019-04-251-0/+20
| * | MDEV-19231 make DB_SUCCESS equal to 0Eugene Kosov2019-04-254-6/+6
* | | Merge 10.2 into 10.3Marko Mäkelä2019-04-2516-215/+89
|\ \ \ | |/ /
| * | Merge 10.1 into 10.2Marko Mäkelä2019-04-258-26/+60
| |\ \ | | |/
| | * Merge 5.5 into 10.1Marko Mäkelä2019-04-247-18/+60
| | |\
| | | * MDEV-15772 Potential list overrun during XA recoveryThirunarayanan Balathandayuthapani2019-04-247-47/+75
| | | * MDEV-18139 ALTER IGNORE ... ADD FOREIGN KEY causes bogus errorMarko Mäkelä2019-04-231-5/+18
| | | * Fix for MDEV-17449, typo in error message (#1146)Chris Calender2019-03-241-8/+8
| * | | Remove IBUF_COUNT_DEBUGMarko Mäkelä2019-04-197-189/+7