summaryrefslogtreecommitdiff
path: root/storage
Commit message (Expand)AuthorAgeFilesLines
* MDEV-27593 InnoDB handle AIO errors - more detailed assertionDaniel Black2022-07-091-1/+9
* Merge 10.4 into 10.5Marko Mäkelä2022-07-041-1/+10
|\
| * MDEV-26294 Duplicate entries in unique index not detected when changing colla...Marko Mäkelä2022-07-041-2/+11
* | Merge 10.4 into 10.5Marko Mäkelä2022-07-0113-175/+279
|\ \ | |/
| * Merge 10.3 into 10.4Marko Mäkelä2022-07-017-154/+100
| |\
| | * 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-21310 AUTO_INCREMENT column throws range error on INSERT in partitioned ...Nayuta Yanagisawa2022-06-281-2/+10
| * | MDEV-28919 Assertion `(((core_null) + 7) >> 3) == oindex.n_core_null_bytes ||...Thirunarayanan Balathandayuthapani2022-06-301-0/+9
| * | MDEV-24343 Spider Left join failed Unknown column 't0.ID' in 'on clause'Nayuta Yanagisawa2022-06-286-18/+168
* | | MDEV-26293 InnoDB: Failing assertion: space->is_ready_to_close() ...Marko Mäkelä2022-06-303-20/+27
* | | MDEV-28352 Spider: heap-use-after-free in ha_spider::lock_tables(), heap free...Nayuta Yanagisawa2022-06-283-160/+78
* | | Merge 10.4 into 10.5Marko Mäkelä2022-06-272-1/+6
|\ \ \ | |/ /
| * | Merge 10.3 into 10.4Marko Mäkelä2022-06-272-1/+6
| |\ \ | | |/
| | * 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
* | | Merge 10.4 into 10.5Marko Mäkelä2022-06-2719-329/+154
|\ \ \ | |/ /
| * | MDEV-28854 after-merge fix: Remove a test for MDEV-26583Marko Mäkelä2022-06-273-81/+0
| * | Merge 10.3 into 10.4Marko Mäkelä2022-06-2718-252/+158
| |\ \ | | |/
| | * MDEV-28389: Simplify the InnoDB corrupted page outputMarko Mäkelä2022-06-274-234/+39
| | * MDEV-28854 Disallow INSERT DELAYED on Spider tableHirokazu Hata2022-06-279-35/+71
| | * MDEV-21027 Assertion `part_share->auto_inc_initialized || !can_use_for_auto_i...Shunsuke Tokunaga2022-06-161-0/+7
| | * MDEV-27766: connect engine; INSERT ignore option, was ignoredMathew Heard2022-06-104-4/+42
* | | Fix GCC -Og -Wmaybe-uninitializedMarko Mäkelä2022-06-271-8/+11
* | | MDEV-28828 SIGSEGV in buf_flush_LRU_list_batchMarko Mäkelä2022-06-141-2/+1
* | | Merge 10.4 into 10.5Marko Mäkelä2022-06-095-17/+12
|\ \ \ | |/ /
| * | Merge 10.3 into 10.4Marko Mäkelä2022-06-093-13/+3
| |\ \ | | |/
| | * 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-28747 Index condition pushdown may be configured incorrectlyOleg Smirnov2022-06-081-6/+6
| * | MDEV-25257 follow-up: full_crc32 format is garbage-freeMarko Mäkelä2022-06-071-2/+3
* | | MDEV-28243: AIX missing my_gethwaddr implementationDaniel Black2022-06-081-3/+3
* | | 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-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.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