summaryrefslogtreecommitdiff
path: root/storage/innobase
Commit message (Expand)AuthorAgeFilesLines
* MDEV-29479 I_S.INNODB_SYS_TABLESPACES doesn't have temporary tablespace info...Thirunarayanan Balathandayuthapani2022-09-141-0/+5
* MDEV-23801 Assertion failed in btr_pcur_store_position()Marko Mäkelä2022-09-131-2/+14
* MDEV-29520 heap-use-after-poison in row_merge_spatial_rows()Marko Mäkelä2022-09-131-2/+4
* MDEV-29507 InnoDB: Failing assertion: table->n_rec_locks == 0Marko Mäkelä2022-09-121-0/+3
* MDEV-29342 Assertion failure in file que0que.cc line 728Thirunarayanan Balathandayuthapani2022-09-061-1/+1
* MDEV-29409 Buffer overflow in my_wc_mb_filename() on RENAME TABLEMarko Mäkelä2022-08-301-4/+6
* MDEV-29258 Failing assertion for name length on RENAME TABLEMarko Mäkelä2022-08-302-4/+4
* MDEV-29384 Hangs caused by innodb_adaptive_hash_index=ONMarko Mäkelä2022-08-251-40/+1
* btr_search_drop_page_hash_index(): Remove a racey debug checkMarko Mäkelä2022-08-241-4/+1
* MDEV-29319 Assertion failure size_in_header >= space.free_limit in fsp_get_av...Thirunarayanan Balathandayuthapani2022-08-241-1/+1
* MDEV-29291 Assertion `!table->fts' failed in dict_table_can_be_evicted on SHU...Thirunarayanan Balathandayuthapani2022-08-241-1/+1
* MDEV-29319 Assertion failure size_in_header >= space.free_limit in fsp_get_av...Thirunarayanan Balathandayuthapani2022-08-241-1/+3
* MDEV-27700 ASAN: Heap_use_after_free in btr_search_drop_page_hash_index()Thirunarayanan Balathandayuthapani2022-08-225-22/+63
* MDEV-13013 InnoDB unnecessarily extends data filesThirunarayanan Balathandayuthapani2022-08-171-11/+27
* MDEV-27282 InnoDB: Failing assertion: !query->intersectionThirunarayanan Balathandayuthapani2022-08-031-0/+15
* MDEV-16605 Always include buf_madvise_do_dump in binariesDaniel Black2022-08-021-0/+1
* MDEV-28495 InnoDB corruption due to lack of file lockingMarko Mäkelä2022-07-276-52/+88
* MDEV-29058 Assertion `index->type == 32' failed in dict_index_build_internal...Thirunarayanan Balathandayuthapani2022-07-261-1/+1
* MDEV-20797 FULLTEXT search with apostrophe, and mandatory wordsThirunarayanan Balathandayuthapani2022-07-261-1/+13
* Correct a bogus comment.Marko Mäkelä2022-07-261-7/+1
* Fix DBUG_ENTER/return mismatchMarko Mäkelä2022-07-251-2/+2
* MDEV-28980 InnoDB: Failing assertion: len <= MAX_TABLE_NAME_LENMarko Mäkelä2022-07-251-9/+14
* MDEV-28912 NON-UNIQUE FTS_DOC_ID index mistaken as FTS_DOC_ID_INDEXThirunarayanan Balathandayuthapani2022-07-011-1/+4
* MDEV-28389 fixup: Fix pre-GCC 10 -WconversionMarko Mäkelä2022-07-011-1/+4
* Fix most clang-15 -Wunused-but-set-variableMarko Mäkelä2022-07-013-143/+80
* MDEV-28706 Redundant InnoDB table fails during alterThirunarayanan Balathandayuthapani2022-06-301-0/+1
* MDEV-26577 InnoDB: Failing assertion: dict_tf2_is_valid(flags, flags2) during...Marko Mäkelä2022-06-271-0/+2
* MDEV-28389 fixup: Fix compiler warningsMarko Mäkelä2022-06-271-1/+4
* MDEV-28389: Simplify the InnoDB corrupted page outputMarko Mäkelä2022-06-274-234/+39
* MDEV-28779: ALTER TABLE IMPORT TABLESPACE corrupts an encrypted tableMarko Mäkelä2022-06-091-5/+1
* Cleanup: Remove unused error code DB_FORCED_ABORTMarko Mäkelä2022-06-082-8/+2
* MDEV-28716: Portability: unlink() can return EPERM instead of EISDIRMarko Mäkelä2022-06-011-0/+1
* MDEV-25257 SEGV in fts_get_next_doc_id upon some INSERTThirunarayanan Balathandayuthapani2022-05-251-0/+1
* 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