summaryrefslogtreecommitdiff
path: root/storage/innobase
Commit message (Expand)AuthorAgeFilesLines
* MDEV-28541 Unused counter Innodb_encryption_key_rotation_list_lengthMarko Mäkelä2022-05-163-9/+0
* MDEV-28537 Unused or useless InnoDB counters num_index_pages_written, num_non...Marko Mäkelä2022-05-165-40/+2
* Merge branch '10.2' into 10.3Sergei Golubchik2022-05-072-3/+8
|\
| * MDEV-28478: INSERT into SPATIAL INDEX in TEMPORARY table writes logMarko Mäkelä2022-05-062-4/+9
* | MDEV-17843 Assertion `page_rec_is_leaf(rec)' failed in lock_rec_queue_validat...Vlad Lesin2022-05-041-17/+10
* | Merge branch '10.2' into 10.3Oleksandr Byelkin2022-05-032-26/+5
|\ \ | |/
| * MDEV-28417 Merge new release of InnoDB 5.7.38 to 10.2Marko Mäkelä2022-04-273-27/+6
| |\
| | * MDEV-28416 Incorrect AUTO_INCREMENT may be issued when close to UINT64_MAXMarko Mäkelä2022-04-271-2/+2
| | * MDEV-28415 ALTER TABLE on a large table hangs InnoDBMarko Mäkelä2022-04-271-24/+3
| |/
* | MDEV-28422 Page split breaks a gap lockMarko Mäkelä2022-04-273-7/+52
* | MDEV-11415 merge fixup: Remove a redundant callMarko Mäkelä2022-04-251-4/+1
* | Merge branch '10.2' into 10.3Sergei Golubchik2022-04-211-2/+2
|\ \ | |/
| * MDEV-28317 Assertion failures in row_undo_mod on recoveryMarko Mäkelä2022-04-191-2/+2
* | MDEV-28369 ibuf_bitmap_mutex is an unnecessary contention pointMarko Mäkelä2022-04-216-50/+14
* | MDEV-20194 Warnings inconsistently issued upon CHECK on table from older vers...Thirunarayanan Balathandayuthapani2022-04-201-2/+4
* | MDEV-28314 : The Galera cluster primary node goes into hang mode when innodb_...Jan Lindström2022-04-201-1/+3
* | MDEV-28247 : Disable background ibuf merge during Galera SSTJan Lindström2022-04-071-0/+11
* | MDEV-25975 innodb_disallow_writes causes shutdown to hangMarko Mäkelä2022-04-0610-126/+112
* | Merge 10.2 into 10.3Marko Mäkelä2022-04-061-0/+1
|\ \ | |/
| * MDEV-27343 Useless warning "InnoDB: Allocated tablespace ID <id> for <tablena...Vlad Lesin2022-03-301-4/+6
* | Merge 10.2 into 10.3Marko Mäkelä2022-03-293-78/+29
|\ \ | |/
| * MDEV-27931: buf_page_is_corrupted() wrongly claims corruptionMarko Mäkelä2022-03-281-72/+24
| * Fix gcc-12 -O2 -Warray-boundsMarko Mäkelä2022-03-171-3/+1
| * Fix gcc-12 -O2 -Wmaybe-uninitializedMarko Mäkelä2022-03-171-3/+4
* | MDEV-19577 Replication does not work with innodb_autoinc_lock_mode=2Vlad Lesin2022-03-102-0/+12
* | MDEV-27992 DELETE fails to delete record after blocking is releasedVlad Lesin2022-03-078-336/+193
* | Merge 10.2 into 10.3Marko Mäkelä2022-03-041-1/+2
|\ \ | |/
| * MDEV-27993 Assertion failed in btr_page_reorganize_low()Marko Mäkelä2022-03-031-1/+2
* | MDEV-28004 ha_innobase::reset_auto_increment() is never executedMarko Mäkelä2022-03-042-73/+1
* | MDEV-27582 Fulltext DDL decrements the FTS_DOC_ID valueThirunarayanan Balathandayuthapani2022-03-033-53/+35
* | MDEV-27800: Avoid garbage TRX_UNDO_TRX_NO on TRX_UNDO_CACHED pagesMarko Mäkelä2022-02-281-3/+11
* | Merge 10.2 into 10.3Marko Mäkelä2022-02-252-10/+2
|\ \ | |/
| * Remove deprecated (in C++11) std::binary_functionMarko Mäkelä2022-02-252-10/+2
* | Merge 10.2 into 10.3Marko Mäkelä2022-02-253-65/+38
|\ \ | |/
| * MDEV-23888 fixup: GCC 12 -Wunused-valueMarko Mäkelä2022-02-231-1/+1
| * MDEV-27901 Windows : expensive system calls used to calculate file system blo...bb-10.2-wladVladislav Vaintroub2022-02-202-64/+37
* | MDEV-27913 innodb_ft_cache_size max possible value (80000000) is too small fo...Thirunarayanan Balathandayuthapani2022-02-244-15/+99
* | MDEV-20605 Awaken transaction can miss inserted by other transaction records ...Vlad Lesin2022-02-2110-198/+210
* | MDEV-27025 insert-intention lock conflicts with waiting ORDINARY lockVlad Lesin2022-02-218-193/+336
* | Merge 10.2 into 10.3Marko Mäkelä2022-02-171-2/+1
|\ \ | |/
| * MDEV-27583 InnoDB uses different constants for FK cascade error message in SQ...Marko Mäkelä2022-02-171-1/+1
| * MDEV-27634 innodb_zip tests failing on s390xMarko Mäkelä2022-02-161-1/+0
* | Merge 10.2 into 10.3Marko Mäkelä2022-02-141-1/+7
|\ \ | |/
| * MDEV-27746 Wrong comparision of BLOB's empty preffix with non-preffixed BLOB ...Vlad Lesin2022-02-111-1/+7
* | Merge branch '10.2' into 10.3mariadb-10.3.33Oleksandr Byelkin2022-01-29139-168/+180
|\ \ | |/
| * Cleanup: Remove an unused parameter of fts_add_doc_by_id()Marko Mäkelä2022-01-261-8/+4
| * MDEV-24088 Assertion in InnoDB's FTS code may be triggered by a repeated word...Sergei Golubchik2022-01-241-1/+1
| * MDEV-27273 Confusing column count in IMPORT TABLESPACE error messagebb-10.2-MDEV-27273-import-column-checkEugene Kosov2022-01-211-8/+0
| * MDEV-26870 --skip-symbolic-links does not disallow .isl file creationMarko Mäkelä2022-01-211-7/+12
| * MDEV-27417 InnoDB spatial index updates change buffer bitmap pageThirunarayanan Balathandayuthapani2022-01-201-9/+0