summaryrefslogtreecommitdiff
path: root/storage/innobase
Commit message (Expand)AuthorAgeFilesLines
* Merge 10.4 into 10.5Marko Mäkelä2021-03-278-136/+50
|\
| * Merge 10.3 into 10.4Marko Mäkelä2021-03-278-148/+57
| |\
| | * Merge 10.2 into 10.3Marko Mäkelä2021-03-277-143/+57
| | |\
| | | * MDEV-24786: row_upd_clust_step() skips mtr_t::commit() on virtual column errorst-10.2-MDEV-24786Marko Mäkelä2021-03-261-80/+46
| | | * MDEV-23076 Misleading "InnoDB: using atomic writes"Marko Mäkelä2021-03-222-18/+6
| | | * MDEV-22653: Remove the useless parameter innodb_simulate_comp_failuresMarko Mäkelä2021-03-224-39/+0
| | | * MDEV-8708 fixup: Remove dead codeMarko Mäkelä2021-03-191-4/+0
| | * | MDEV-24796 Assertion `page_has_next... failed in btr_pcur_store_position()Marko Mäkelä2021-03-221-3/+0
* | | | MDEV-25265: ALTER TABLE...IMPORT TABLESPACE fails after DROP INDEXMarko Mäkelä2021-03-261-16/+11
* | | | MEM_CHECK_DEFINED: replace HAVE_valgrindbb-10.5-danielblack-clang-valgrind-without-memcheck_hDaniel Black2021-03-262-7/+7
* | | | MDEV-24589 DROP TABLE is not crash-safeMarko Mäkelä2021-03-234-34/+20
* | | | MDEV-15528 fixup: Remove dict_table_open_on_index_id()Marko Mäkelä2021-03-232-86/+2
* | | | Fix various spelling errors still found in codeOtto Kekäläinen2021-03-224-4/+4
* | | | MDEV-25211 Remove useless counter Innodb_buffered_aio_submittedMarko Mäkelä2021-03-203-8/+0
* | | | Merge 10.4 into 10.5Marko Mäkelä2021-03-199-163/+256
|\ \ \ \ | |/ / /
| * | | Merge 10.3 into 10.4Marko Mäkelä2021-03-197-158/+246
| |\ \ \ | | |/ /
| | * | MDEV-25125 Assertion failure in fetch_data_into_cache_low()Marko Mäkelä2021-03-181-4/+7
| | * | Merge 10.2 into 10.3Marko Mäkelä2021-03-186-177/+269
| | |\ \ | | | |/
| | | * MDEV-10682 Race condition between ANALYZE and STATS_AUTO_RECALCMarko Mäkelä2021-03-181-0/+14
| | | * MDEV-25121: innodb_flush_method=O_DIRECT fails on compressed tablesMarko Mäkelä2021-03-181-13/+27
| | | * MDEV-21584 - portability fixVladislav Vaintroub2021-03-181-1/+3
| | | * Cleanup: Remove unused OS_DATA_TEMP_FILEMarko Mäkelä2021-03-182-5/+3
| | | * switch off storage/innobase/.clang-format: InnoDB uses a common formatting st...Eugene Kosov2021-03-171-0/+0
| | | * MDEV-24978 : SIGABRT in __libc_messageJan Lindström2021-03-151-21/+42
| | | * MDEV-25101 Assertion !strcmp(field->name, "table_name") failedMarko Mäkelä2021-03-101-1/+0
| | | * MDEV-24853: Duplicate key generated during cluster configuration changeJulius Goryavsky2021-03-081-131/+177
* | | | Merge 10.4 into 10.5Marko Mäkelä2021-03-188-67/+121
|\ \ \ \ | |/ / /
| * | | MDEV-25121: innodb_flush_method=O_DIRECT fails on compressed tablesMarko Mäkelä2021-03-183-31/+41
| * | | Merge 10.3 into 10.4Marko Mäkelä2021-03-185-41/+78
| |\ \ \ | | |/ /
| | * | MDEV-24730 Insert log operation fails after purge resets n_core_fieldsThirunarayanan Balathandayuthapani2021-03-125-32/+70
* | | | MDEV-24184 InnoDB RENAME TABLE recovery failure if names are reusedbb-10.5-MDEV-24184-rename-names-reusedVlad Lesin2021-03-153-120/+70
* | | | One more try: Fix -Wconversion on GCC 4 to 9Marko Mäkelä2021-03-111-1/+1
* | | | After-merge fix: -Wconversion in GCC 4 to 9Marko Mäkelä2021-03-111-1/+1
* | | | Merge 10.4 into 10.5Marko Mäkelä2021-03-114-5/+38
|\ \ \ \ | |/ / /
| * | | Merge 10.3 into 10.4Marko Mäkelä2021-03-112-4/+36
| |\ \ \ | | |/ /
| | * | MDEV-25106 Deprecation warning for innodb_checksum_algorithm=none,innodb,...Marko Mäkelä2021-03-111-3/+30
| | * | MDEV-25070 SIGSEGV in fts_create_in_mem_aux_tableThirunarayanan Balathandayuthapani2021-03-101-1/+1
| * | | MDEV-25107 Check TABLE miscalutates the length of columnThirunarayanan Balathandayuthapani2021-03-111-2/+2
| * | | MDEV-25057 Assertion `n_fields < dtuple_get_n_fields(entry)'Thirunarayanan Balathandayuthapani2021-03-091-1/+1
* | | | MDEV-25110 [FATAL] InnoDB: Trying to write ... outside the boundsMarko Mäkelä2021-03-113-1/+33
* | | | MDEV-25031 Not applying INSERT_*_REDUNDANT due to corruption on pageMarko Mäkelä2021-03-112-5/+7
* | | | MDEV-24949: Enabling idle flushing (possible regression from MDEV-23855)Krunal Bauskar2021-03-113-5/+71
* | | | After-merge fix: GCC -WconversionMarko Mäkelä2021-03-081-1/+1
* | | | Merge 10.4 into 10.5Marko Mäkelä2021-03-085-51/+35
|\ \ \ \ | |/ / /
| * | | Merge 10.3 into 10.4Marko Mäkelä2021-03-086-58/+55
| |\ \ \ | | |/ /
| | * | Merge 10.2 into 10.3Marko Mäkelä2021-03-054-47/+24
| | |\ \ | | | |/
| | | * fixup 58b56f14a096285a0e51b2233fc35398f1b01f5a: Remove dead codeMarko Mäkelä2021-03-043-33/+6
| | | * MDEV-25051 Race condition between persistent statistics and RENAME TABLE or T...Marko Mäkelä2021-03-041-14/+18
| | * | Merge branch '10.2' into 10.3Vicențiu Ciorbaru2021-03-042-10/+32
| | |\ \ | | | |/
| | | * MDEV-24748 extern column check missing in btr_index_rec_validate()Thirunarayanan Balathandayuthapani2021-03-031-0/+12