summaryrefslogtreecommitdiff
path: root/storage
Commit message (Expand)AuthorAgeFilesLines
* 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-2219-23/+22
* 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-1113-68/+122
|\ \ \ \ | |/ / /
| * | | 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
| * | | mark Aria allocations for temp tables as MY_THREAD_SPECIFICSergei Golubchik2021-03-089-63/+81
* | | | 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
* | | | connect storage, little compile issues fix proposal.David CARLIER2021-03-112-9/+9
* | | | MDEV-24949: Enabling idle flushing (possible regression from MDEV-23855)Krunal Bauskar2021-03-113-5/+71
* | | | MDEV-24422 Server crashes in ha_connect::GetRealType upon ALTER TABLEMonty2021-03-103-1/+32
* | | | 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
| | | * MDEV-20648 InnoDB: Failing assertion: !(*node)->being_extended, innodb.log_da...bb-10.2-MDEV-20648Thirunarayanan Balathandayuthapani2021-03-031-14/+26
* | | | MDEV-24600 fixup: Remove unused trx_register_for_2pc()Marko Mäkelä2021-03-051-12/+0
* | | | Merge 10.4 into 10.5Marko Mäkelä2021-03-056-46/+41
|\ \ \ \ | |/ / /
| * | | Remove unused HA_EXTRA_FAKE_START_STMTMarko Mäkelä2021-03-052-7/+0
| * | | Merge 10.3 into 10.4Marko Mäkelä2021-03-055-39/+41
| |\ \ \ | | |/ /
| | * | MDEV-24811 Assertion find(table) failed with innodb_evict_tables_on_commit_debugMarko Mäkelä2021-03-032-46/+37