summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Cleanups for: 0762dd928 Improve pruning in greedy_search by sorting tables du...bb-10.10-spetruniaSergei Petrunia2022-06-182-9/+17
* Test result updates for 3ae31f66Sergei Petrunia2022-06-171-1/+1
* Temporary push to fix a crash in mariabackupMonty2022-06-161-3/+0
* Reduced size of POSITIONMonty2022-06-163-13/+12
* Added current_cost and best_cost to optimizer trace when pruning by costMonty2022-06-162-27/+79
* Cleanup for: Added EQ_REF chaining to the greedy_optimizerSergei Petrunia2022-06-163-13/+13
* Added EQ_REF chaining to the greedy_optimizerMonty2022-06-1630-2232/+5837
* Remove unnecessary testing of join dependency when sorting tablesMonty2022-06-161-15/+10
* Added get_allowed_nj_tables() to speed up gready_search()Monty2022-06-163-18/+175
* Improve pruning in greedy_search by sorting tables during searchMonty2022-06-1633-1294/+2519
* MDEV-26278 Add functionality to eliminate derived tables from the queryOleg Smirnov2022-06-135-20/+650
* Merge 10.9 into 10.10Marko Mäkelä2022-06-09313-10525/+9835
|\
| * Merge 10.8 into 10.9Marko Mäkelä2022-06-09133-1302/+1620
| |\
| | * MDEV-26713 fixup: Correct the main.winservice_i18n resultMarko Mäkelä2022-06-091-1/+0
| | * Merge 10.7 into 10.8Marko Mäkelä2022-06-09127-1106/+1257
| | |\
| | | * Merge 10.6 into 10.7Marko Mäkelä2022-06-09126-1095/+1246
| | | |\
| | | | * Merge 10.5 into 10.6Marko Mäkelä2022-06-0945-102/+122
| | | | |\
| | | | | * Merge 10.4 into 10.5Marko Mäkelä2022-06-0923-108/+200
| | | | | |\
| | | | | | * Merge 10.3 into 10.4Marko Mäkelä2022-06-0918-98/+185
| | | | | | |\
| | | | | | | * MDEV-28779: ALTER TABLE IMPORT TABLESPACE corrupts an encrypted tableMarko Mäkelä2022-06-093-7/+27
| | | | | | | * MDEV-25577 mariadb-tzinfo-to-sql generates superfluous warningsDaniel Lewart2022-06-091-20/+10
| | | | | | | * mysql.server.sh fix for non-Red Hat platformsGuiXiaoDi2022-06-091-5/+6
| | | | | | | * Cleanup: Remove unused error code DB_FORCED_ABORTMarko Mäkelä2022-06-082-8/+2
| | | | | | | * MDEV-25273: fix typo (s/strucures/structures/)chansuke2022-06-081-1/+1
| | | | | | | * main.help: flush help tables after modifying themSergei Golubchik2022-06-072-13/+14
| | | | | | | * typo fixed: [[space]] -> [[:space:]]Sergei Golubchik2022-06-071-1/+1
| | | | | | | * MDEV-28749: restore_prev_nj_state() doesn't update cur_sj_inner_tables correctlySergei Petrunia2022-06-076-33/+118
| | | | | | * | 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
| | | | | | * | Merge 10.3 into 10.4Marko Mäkelä2022-06-072-6/+5
| | | | | | |\ \ | | | | | | | |/
| | | | | | | * Fixed crashing when using DBUG_PUSH_EMPTYMonty2022-06-061-3/+2
| | | | | | | * MDEV-27697 fixup: Exclude debug code from non-debug buildsMarko Mäkelä2022-06-031-3/+3
| | | | | * | | MDEV-22023 Update man page NAME section to say MariaDB instead of MySQLTingyao Nian2022-06-0928-32/+32
| | | | | * | | MDEV-28243: AIX missing my_gethwaddr implementationDaniel Black2022-06-082-8/+17
| | | | * | | | MDEV-28457 Crash in page_dir_find_owner_slot()Marko Mäkelä2022-06-0823-338/+391
| | | | * | | | 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-0730-151/+235
| | | | * | | | Updated aria_dump_logMonty2022-06-072-5/+9
| | | | * | | | Make join->key_dependent up to date for derived tablesMichael Widenius2022-06-071-1/+8
| | | | * | | | Improve table pruning in optimizer with up to date key_dependent mapMichael Widenius2022-06-076-83/+135
| | | | * | | | greedy_search() and best_extension_by_limited_search() scrambled table orderMichael Widenius2022-06-0713-129/+146
| | | | * | | | MDEV-28749: restore_prev_nj_state() doesn't update cur_sj_inner_tables correctlySergei Petrunia2022-06-076-33/+118
| | | | * | | | Fixed cost calculation for SELECT STRAIGHT_JOINMonty2022-06-071-16/+18
| | | | * | | | removed some compiler warningsMonty2022-06-072-2/+2
| | | | * | | | MDEV-25506 fixup: Wait for TRUNCATE recoveryMarko Mäkelä2022-06-072-0/+10
| | * | | | | | MDEV-28708 Increased congestion on buf_pool.flush_list_mutexMarko Mäkelä2022-06-096-195/+361
| | * | | | | | fix the test for FreeBSDbb-10.8-sergSergei Golubchik2022-06-071-0/+2
| * | | | | | | MCOL-5114 Removing ctor specialization b/c it violates c++20 syntax needed in...Roman Nozdrin2022-06-091-1/+1
| * | | | | | | MDEV-26282 Make the version of Spider the same as the server versionNayuta Yanagisawa2022-06-082-14/+2