summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Added optimizer_costs.h which includes all optimizer costsbb-10.11-selectivity-v110.11-psergey-sel-v1Michael Widenius2022-09-094-50/+72
* Split cost calculations into fetch and totalMonty2022-09-095-42/+42
* Make trace.add() usage uniformMonty2022-09-0911-251/+426
* Stabilize main.subselect_sj2* testsSergei Petrunia2022-09-094-9/+22
* Update cost for hash and cached joinsMonty2022-09-0973-1283/+1415
* Adjust costs for doing index scan in cost_group_min_max()Monty2022-09-0818-102/+221
* Return >= 1 from matching_candidates_in_table if records > 0.0Monty2022-09-0814-35/+46
* Update matching_candidates_in_table() to treat all conditions similarMonty2022-09-0838-227/+240
* Fix calculation of selectivityMonty2022-09-0810-104/+674
* Fixed bug in SQL_SELECT_LIMITMonty2022-09-085-10/+8
* Simple optimization to speed up some handler functions when checking killedMonty2022-09-083-14/+43
* Adjusted Range_rowid_filter_cost_info lookup cost slightly.Monty2022-09-081-1/+2
* cleanup: Typo fix appliccable -> applicableVicențiu Ciorbaru2022-09-084-4/+4
* Change class variable names in rowid_filter to longer, more clear namesMonty2022-09-084-42/+46
* Updated convert-debug-for-diffMonty2022-09-081-3/+20
* Optimizer code cleanups, no logic changesMonty2022-09-0812-229/+282
* Limit calculated rows to the number of rows in the tableMonty2022-09-0812-37/+43
* Ensure that test_quick_select doesn't return more rows than in the tableMonty2022-09-0816-50/+85
* MDEV-14907 FEDERATEDX doesn't respect DISTINCTMonty2022-09-081-8/+2
* Improve comments in the optimizerMonty2022-09-082-0/+21
* Merge 10.10 into 10.11Marko Mäkelä2022-09-0724-264/+542
|\
| * Merge 10.9 into 10.10Marko Mäkelä2022-09-0724-264/+542
| |\
| | * Merge 10.8 into 10.9Marko Mäkelä2022-09-0724-309/+573
| | |\
| | | * Merge 10.7 into 10.8Marko Mäkelä2022-09-0724-326/+590
| | | |\
| | | | * Merge 10.6 into 10.7Marko Mäkelä2022-09-0724-325/+586
| | | | |\
| | | | | * Merge 10.5 into 10.6Marko Mäkelä2022-09-0720-318/+572
| | | | | |\
| | | | | | * Merge 10.4 into 10.5Marko Mäkelä2022-09-0719-315/+569
| | | | | | |\
| | | | | | | * Merge 10.3 into 10.4Marko Mäkelä2022-09-0719-313/+567
| | | | | | | |\
| | | | | | | | * MDEV-29342 Assertion failure in file que0que.cc line 728Thirunarayanan Balathandayuthapani2022-09-063-1/+29
| | | | | | | | * MDEV-28827 Minor unsafe statement warning message improvementAndrei2022-09-031-1/+1
| | | | | | | | * MDEV-28530: Revoking privileges from a non-existing user on a master breaks r...Brandon Nesterenko2022-09-035-0/+143
| | | | | | | | * MDEV-27172 Prefix indices on Spider tables may lead to wrong query resultsNayuta Yanagisawa2022-09-017-251/+334
| | | | | | | | * MDEV-13668 fixup: Remove test work-aroundsMarko Mäkelä2022-08-312-11/+4
| | | | | | | | * MDEV-28592 disks plugin (postfix - remove tabs)Daniel Black2022-08-311-7/+7
| | | | | | * | | MDEV-29475 trx_undo_rseg_free() does not write redo logMarko Mäkelä2022-09-061-3/+2
| | | | | * | | | Merge 10.5 into 10.6Marko Mäkelä2022-09-061-1/+3
| | | | | |\ \ \ \ | | | | | | |/ / /
| | | | | | * | | MDEV-29471 Buffer overflow in page_cur_insert_rec_low()Marko Mäkelä2022-09-061-1/+3
| | | | | * | | | MDEV-13542 fixup: Allow purge to run in a testMarko Mäkelä2022-09-061-4/+2
| | | | | * | | | MDEV-28240 InnoDB Temporary Tablespace (ibtmp1) is continously growingThirunarayanan Balathandayuthapani2022-09-061-2/+3
| | | | | * | | | MDEV-29443: prevent uring access to galera sst /notify scriptsDaniel Black2022-09-061-0/+6
* | | | | | | | | Merge 10.10 into 10.11Jan Lindström2022-09-0675-3040/+625
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / /
| * | | | | | | | Merge 10.9 into 10.10Jan Lindström2022-09-0672-2968/+516
| |\ \ \ \ \ \ \ \ | | |/ / / / / / /
| | * | | | | | | Merge 10.8 into 10.9Jan Lindström2022-09-0671-2967/+514
| | |\ \ \ \ \ \ \ | | | |/ / / / / /
| | | * | | | | | Merge 10.7 into 10.8Jan Lindström2022-09-0571-2967/+514
| | | |\ \ \ \ \ \ | | | | |/ / / / /
| | | | * | | | | Merge 10.6 into 10.7Jan Lindström2022-09-0571-2966/+510
| | | | |\ \ \ \ \ | | | | | |/ / / /
| | | | | * | | | Merge 10.5 into 10.6Jan Lindström2022-09-0540-144/+207
| | | | | |\ \ \ \ | | | | | | |/ / /
| | | | | | * | | Merge 10.4 into 10.5Jan Lindström2022-09-0540-149/+207
| | | | | | |\ \ \ | | | | | | | |/ /
| | | | | | | * | Reduce compilation dependencies on wsrep_mysqld.hDaniele Sciascia2022-08-3140-131/+188
| | | | | * | | | Merge 10.5 into 10.6Marko Mäkelä2022-09-059-63/+220
| | | | | |\ \ \ \ | | | | | | |/ / /
| | | | | | * | | MDEV-29438 Recovery or backup of instant ALTER TABLE is incorrectMarko Mäkelä2022-09-052-5/+8