summaryrefslogtreecommitdiff
path: root/storage
Commit message (Expand)AuthorAgeFilesLines
* MDEV-13542: Do not crash on decryption failureMarko Mäkelä2022-06-087-188/+22
* MDEV-18519: Assertion failure in btr_page_reorganize_low()Marko Mäkelä2022-06-085-51/+32
* Improve error reporting in AriaMonty2022-06-0722-134/+209
* Updated aria_dump_logMonty2022-06-072-5/+9
* Merge remote-tracking branch 'origin/10.5' into 10.6Monty2022-06-063-18/+20
|\
| * Fixed bug in Aria read cache when doing check/repairMonty2022-06-061-4/+10
| * MDEV-28757 S3 tables can hang in SELECTMonty2022-06-062-14/+10
* | MDEV-18976 Implement OPT_PAGE_CHECKSUM log record for improved validationMarko Mäkelä2022-06-0612-124/+275
* | MDEV-13542: Implement page read fault injectionMarko Mäkelä2022-06-061-1/+11
* | MDEV-13542: Crashing on corrupted page is unhelpfulMarko Mäkelä2022-06-0688-6645/+5985
* | MDEV-28525 Some conditions around btr_latch_mode could be eliminatedMarko Mäkelä2022-06-068-103/+87
* | Cleanup: Make fil_space_t::freed_ranges privateMarko Mäkelä2022-06-063-42/+52
* | Cleanup: Remove fil_space_t::magic_nMarko Mäkelä2022-06-062-11/+1
* | Cleanup: Remove some redundant readsMarko Mäkelä2022-06-061-7/+9
* | MDEV-28752 Rollback of RENAME is broken if innodb_file_per_table=0Marko Mäkelä2022-06-061-1/+1
* | MDEV-15528 fixup: Remove some dead codeMarko Mäkelä2022-06-062-29/+9
* | Merge 10.5 into 10.6Marko Mäkelä2022-06-0217-104/+52
|\ \ | |/
| * MDEV-28731 Race condition on log checkpointMarko Mäkelä2022-06-021-0/+2
| * Cleanup: btr_store_big_rec_extern_fields() does not really modify pcurMarko Mäkelä2022-06-023-15/+3
| * Clean up mtr_tMarko Mäkelä2022-06-024-56/+12
| * Merge 10.4 into 10.5Marko Mäkelä2022-06-024-29/+4
| |\
| | * Merge 10.3 into 10.4Marko Mäkelä2022-06-024-29/+4
| | |\
| | | * MDEV-28716: Portability: unlink() can return EPERM instead of EISDIRMarko Mäkelä2022-06-011-0/+1
| | | * Fixed bug in ma_loghandler.cc that could cause an assertMonty2022-05-301-10/+2
| | | * MDEV-9020: Connect issues ALTER TABLE DISABLE KEYS when inserting dataMathew Heard2022-05-271-19/+0
| | | * MDEV-25257 SEGV in fts_get_next_doc_id upon some INSERTThirunarayanan Balathandayuthapani2022-05-251-0/+1
| * | | Bug fixes for S3Monty2022-05-301-4/+11
| * | | Fixed that CHECK TABLE on an S3 table doesn't try to write to filesMonty2022-05-295-0/+20
* | | | Merge 10.5 into 10.6Marko Mäkelä2022-05-2517-40/+30
|\ \ \ \ | |/ / /
| * | | Merge 10.4 into 10.5Marko Mäkelä2022-05-253-11/+10
| |\ \ \ | | |/ /
| | * | MDEV-28601 InnoDB history list length was reverted to 32 bitsMarko Mäkelä2022-05-253-12/+12
| * | | MDEV-28668 Recovery or backup of INSERT may be incorrectMarko Mäkelä2022-05-252-8/+10
| * | | Remove warning when using connect have_libxml2.incMonty2022-05-249-16/+2
| * | | Added check for libxml2 for connect.miscMichael Widenius2022-05-241-0/+1
| * | | Fix that spider test doesn't crash if my_gethwaddr() failsMichael Widenius2022-05-241-1/+2
* | | | Merge branch '10.5' into 10.6mariadb-10.6.8Sergei Golubchik2022-05-187-70/+10
|\ \ \ \ | |/ / /
| * | | Merge branch '10.4' into 10.5mariadb-10.5.16Sergei Golubchik2022-05-187-70/+10
| |\ \ \ | | |/ /
| | * | Merge branch '10.3' into 10.4mariadb-10.4.25Sergei Golubchik2022-05-187-72/+11
| | |\ \ | | | |/
| | | * 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-166-42/+2
| | | * MDEV-28301 Spider: Fix GCC warnings, comparing the result of pointer addition...Nayuta Yanagisawa2022-05-131-21/+9
* | | | Merge 10.5 into 10.6Marko Mäkelä2022-05-121-6/+10
|\ \ \ \ | |/ / /
| * | | MDEV-28473 field_ref_zero is not initialized in xtrabackup_prepare_func()Vlad Lesin2022-05-111-6/+10
* | | | Merge branch '10.5' into 10.6Sergei Golubchik2022-05-1010-31/+88
|\ \ \ \ | |/ / /
| * | | Merge branch '10.4' into 10.5Sergei Golubchik2022-05-098-32/+86
| |\ \ \ | | |/ /
| | * | Merge branch '10.3' into 10.4Sergei Golubchik2022-05-089-60/+83
| | |\ \ | | | |/
| | | * 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-033-27/+10
| | | |\ \ | | | | |/