summaryrefslogtreecommitdiff
path: root/storage
Commit message (Expand)AuthorAgeFilesLines
* Update row and key fetch cost models to take into account data copy costsMonty2022-07-0913-51/+120
* Update cost for hash and cached joinsMonty2022-07-085-8/+8
* Update matching_candidates_in_table() to treat all conditions similarMonty2022-07-072-2/+2
* Ensure that test_quick_select doesn't return more rows than in the tableMonty2022-07-071-0/+11
* MDEV-14907 FEDERATEDX doesn't respect DISTINCTMonty2022-07-071-8/+2
* Make Rocksdb error message independent from engine messages in my_base.hMonty2022-07-073-44/+33
* Merge 10.6 into 10.7Marko Mäkelä2022-07-0120-356/+382
|\
| * Merge 10.5 into 10.6Marko Mäkelä2022-07-0112-172/+268
| |\
| | * 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
| * | | | Merge 10.5 into 10.6Marko Mäkelä2022-06-306-178/+103
| |\ \ \ \ | | |/ / /
| | * | | 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
| * | | | MDEV-28806 Assertion `flag == 1' failure in row_build_index_entry_low upon co...Thirunarayanan Balathandayuthapani2022-06-302-6/+11
* | | | | Merge 10.6 into 10.7Marko Mäkelä2022-06-291-7/+5
|\ \ \ \ \ | |/ / / /
| * | | | MDEV-28977: mariabackup.huge_lsn,strict_full_crc32 fails in 10.8Marko Mäkelä2022-06-291-7/+5
* | | | | Merge 10.6 into 10.7Marko Mäkelä2022-06-2823-402/+234
|\ \ \ \ \ | |/ / / /
| * | | | MDEV-26979 heap-use-after-free or SIGSEGV when accessing INNODB_SYS_TABLESTAT...Marko Mäkelä2022-06-272-77/+46
| * | | | Merge 10.5 into 10.6Marko Mäkelä2022-06-272-1/+6
| |\ \ \ \ | | |/ / /
| | * | | 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
| * | | | MDEV-28950 Assertion `*err == DB_SUCCESS' failed in btr_page_split_and_insertMarko Mäkelä2022-06-272-10/+18
| * | | | Merge 10.5 into 10.6Marko Mäkelä2022-06-2719-301/+155
| |\ \ \ \ | | |/ / /
| | * | | 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-28935 crash in io_slots::releaseVladislav Vaintroub2022-06-231-14/+10
* | | | | MDEV-28479 fixup: Update spider/bg and spider/handler suitesNayuta Yanagisawa2022-06-276-0/+102
* | | | | MDEV-28829 Deprecate spider_semi_table_lock and spider_semi_table_lock_connec...Nayuta Yanagisawa2022-06-274-3/+53
* | | | | MDEV-28479 Deprecate Spider's high availability featureNayuta Yanagisawa2022-06-274-24/+86
* | | | | Merge 10.6 into 10.7Marko Mäkelä2022-06-2310-146/+66
|\ \ \ \ \ | |/ / / /
| * | | | MDEV-28923 atomic.rename_table occasionally failsMarko Mäkelä2022-06-231-11/+13
| * | | | MDEV-22388 Corrupted undo log record leads to server crashMarko Mäkelä2022-06-229-130/+51
* | | | | Merge 10.6 into 10.7Marko Mäkelä2022-06-222-2/+14
|\ \ \ \ \ | |/ / / /
| * | | | MDEV-28836 fixupMarko Mäkelä2022-06-222-2/+7
* | | | | Merge 10.6 into 10.7Marko Mäkelä2022-06-2117-297/+171
|\ \ \ \ \ | |/ / / /