summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* MDEV-28929: Plan selection takes forever with MDEV-28852 ...bb-10.10-spetrunia2bb-10.10-mdev28929-v4Sergei Petrunia2022-07-196-178/+92
* MDEV-28881 Fix memory leak caused by STL usageOleg Smirnov2022-07-131-17/+29
* MDEV-28881 Server crash in Dep_analysis_context::create_table_valueOleg Smirnov2022-07-133-2/+44
* MDEV-26278 Add functionality to eliminate derived tables from the queryOleg Smirnov2022-07-135-20/+650
* Reduced size of POSITIONMonty2022-06-293-13/+12
* Added current_cost and best_cost to optimizer trace when pruning by costMonty2022-06-292-27/+79
* Added EQ_REF chaining to the greedy_optimizerMonty2022-06-2933-2249/+5854
* Remove unnecessary testing of join dependency when sorting tablesMonty2022-06-291-15/+10
* Added get_allowed_nj_tables() to speed up gready_search()Monty2022-06-293-18/+175
* Improve pruning in greedy_search by sorting tables during searchMonty2022-06-2933-1294/+2519
* Merge 10.9 into 10.10Marko Mäkelä2022-06-28131-1274/+6540
|\
| * Merge 10.8 into 10.9Marko Mäkelä2022-06-28134-1274/+6591
| |\
| | * Merge 10.7 into 10.8Marko Mäkelä2022-06-28134-1296/+6655
| | |\
| | | * Merge 10.6 into 10.7Marko Mäkelä2022-06-2856-1110/+1724
| | | |\
| | | | * 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-274-1/+31
| | | | |\
| | | | | * Merge 10.4 into 10.5Marko Mäkelä2022-06-274-1/+31
| | | | | |\
| | | | | | * Merge 10.3 into 10.4Marko Mäkelä2022-06-274-1/+31
| | | | | | |\
| | | | | | | * MDEV-26577 InnoDB: Failing assertion: dict_tf2_is_valid(flags, flags2) during...Marko Mäkelä2022-06-273-0/+27
| | | | | | | * 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
| | | | * | | | Suppress a message that may be emitted on slow systemsMarko Mäkelä2022-06-271-0/+1
| | | | * | | | Merge 10.5 into 10.6Marko Mäkelä2022-06-2749-1009/+1619
| | | | |\ \ \ \ | | | | | |/ / /
| | | | | * | | Merge 10.4 into 10.5Marko Mäkelä2022-06-2749-1037/+1618
| | | | | |\ \ \ | | | | | | |/ /
| | | | | | * | 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-2748-515/+608
| | | | | | |\ \ | | | | | | | |/
| | | | | | | * 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-22590 SIGSEGV in flush_all_key_blocks when changing key_buffer_size / AS...Oleksandr Byelkin2022-06-243-1/+44
| | | | | | | * MDEV-26562: galera-sst-mariabackup is failing due to missing xtrabackup_check...Julius Goryavsky2022-06-212-39/+70
| | | | | | | * MDEV-28884: include kernel information in crashing signal handlerDaniel Black2022-06-181-0/+10
| | | | | | | * remove invalid testSergei Golubchik2022-06-182-82/+0
| | | | | | | * Fix intermittent failures of innodb.stats_persistentMarko Mäkelä2022-06-172-4/+5
| | | | | | | * MDEV-21027 Assertion `part_share->auto_inc_initialized || !can_use_for_auto_i...Shunsuke Tokunaga2022-06-168-5/+52
| | | | | | | * mtr: fix a race conditionSergei Golubchik2022-06-151-2/+6
| | | | | | | * cleanup: move the check out of the loopSergei Golubchik2022-06-151-10/+9
| | | | | | | * MDEV-28656: Inability to roll upgrade without stopping the Galera clusterJulius Goryavsky2022-06-146-108/+196
| | | | | | | * MDEV-28628: Change current Debian package revision schemeTuukka Pasanen2022-06-141-4/+12
| | | | | | | * MDEV-26127 Assertion `err != DB_DUPLICATE_KEY' failed or InnoDB: Failing asse...Nayuta Yanagisawa2022-06-135-7/+51
| | | | | | | * MDEV-27766: connect engine; INSERT ignore option, was ignoredMathew Heard2022-06-104-4/+42
| | | | | | | * MDEV-28666: Add correct 'Breaks' to make sure upgrade from 10.2 succeedsTuukka Pasanen2022-06-101-1/+2
| | | | | | * | MDEV-28583 postfix: fixing .result files after automatic mergeJulius Goryavsky2022-06-214-450/+1066
| | | | | | * | MDEV-28819 Statically compiled encryption plugins do not work in mariadb-backupVladislav Vaintroub2022-06-201-1/+1
| | | | | | * | MDEV-17390: re-neable rpl_semi_sync_after_sync testDaniel Black2022-06-171-1/+0
| | | | | * | | 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-28963 Incompatible data type assignment through SP vars is not consisten...Alexander Barkov2022-06-2726-29/+1801
| | | * | | | | MDEV-28479 fixup: Update spider/bg and spider/handler suitesNayuta Yanagisawa2022-06-276-0/+102
| | | * | | | | MDEV-28918 Implicit cast from INET6 UNSIGNED works differently on UPDATE vs A...Alexander Barkov2022-06-2749-120/+2805
| | | * | | | | MDEV-28829 Deprecate spider_semi_table_lock and spider_semi_table_lock_connec...Nayuta Yanagisawa2022-06-274-3/+53