Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Split cost calculations into fetch and total | Monty | 2022-09-09 | 1 | -1/+3 |
* | Make trace.add() usage uniform | Monty | 2022-09-09 | 1 | -125/+203 |
* | Adjust costs for doing index scan in cost_group_min_max() | Monty | 2022-09-08 | 1 | -9/+46 |
* | Fix calculation of selectivity | Monty | 2022-09-08 | 1 | -94/+166 |
* | Optimizer code cleanups, no logic changes | Monty | 2022-09-08 | 1 | -46/+71 |
* | Limit calculated rows to the number of rows in the table | Monty | 2022-09-08 | 1 | -4/+10 |
* | Ensure that test_quick_select doesn't return more rows than in the table | Monty | 2022-09-08 | 1 | -10/+16 |
* | Merge branch '10.7' into 10.8 | Oleksandr Byelkin | 2022-08-08 | 1 | -30/+10 |
|\ | |||||
| * | Merge branch '10.6' into 10.7 | Oleksandr Byelkin | 2022-08-08 | 1 | -30/+10 |
| |\ | |||||
| | * | Merge branch '10.5' into 10.6 | Oleksandr Byelkin | 2022-08-04 | 1 | -1/+4 |
| | |\ | |||||
| | | * | MDEV-29242: Assertion `computed_weight == weight' failed SEL_ARG::verify_weight | Sergei Petrunia | 2022-08-04 | 1 | -1/+4 |
| | * | | Merge branch '10.5' into bb-10.6-release | Oleksandr Byelkin | 2022-08-03 | 1 | -29/+6 |
| | |\ \ | | | |/ | |||||
| | | * | MDEV-25020: Range optimizer regression for key IN (const, ....) | Sergei Petrunia | 2022-08-01 | 1 | -29/+6 |
* | | | | Merge 10.7 into 10.8 | Marko Mäkelä | 2022-02-09 | 1 | -1/+1 |
|\ \ \ \ | |/ / / | |||||
| * | | | Merge 10.6 into 10.7 | Marko Mäkelä | 2022-02-09 | 1 | -1/+1 |
| |\ \ \ | | |/ / | |||||
| | * | | Merge 10.5 into 10.6 | Marko Mäkelä | 2022-02-09 | 1 | -1/+1 |
| | |\ \ | | | |/ | |||||
| | | * | Merge branch '10.5' into bb-10.5-release | Oleksandr Byelkin | 2022-02-09 | 1 | -1/+1 |
| | | |\ | |||||
| | | | * | MDEV-27442 Wrong result upon query with DISTINCT and EXISTS subquery | Monty | 2022-02-08 | 1 | -1/+1 |
* | | | | | Merge branch '10.7' into 10.8 | Oleksandr Byelkin | 2022-02-04 | 1 | -17/+56 |
|\ \ \ \ \ | |/ / / / | |||||
| * | | | | Merge branch '10.6' into 10.7 | Oleksandr Byelkin | 2022-02-04 | 1 | -17/+56 |
| |\ \ \ \ | | |/ / / | |||||
| | * | | | Merge branch '10.5' into 10.6 | Oleksandr Byelkin | 2022-02-03 | 1 | -17/+56 |
| | |\ \ \ | | | |/ / | |||||
| | | * | | Merge branch '10.4' into 10.5 | Oleksandr Byelkin | 2022-02-01 | 1 | -17/+56 |
| | | |\ \ | | | | |/ | | | |/| | |||||
| | | | * | Merge branch '10.3' into 10.4 | Oleksandr Byelkin | 2022-01-30 | 1 | -1/+18 |
| | | | |\ | |||||
| | | | | * | Merge branch '10.2' into 10.3mariadb-10.3.33 | Oleksandr Byelkin | 2022-01-29 | 1 | -1/+18 |
| | | | | |\ | |||||
| | | | | | * | MDEV-27262 Unexpected index intersection with full index scan for an index | Igor Babaev | 2021-12-23 | 1 | -1/+18 |
| | | | * | | | MDEV-25830 optimizer_use_condition_selectivity=4 sometimes produces worse pla... | Monty | 2022-01-19 | 1 | -16/+33 |
| | | | * | | | MDEV-14907 FEDERATEDX doesn't respect DISTINCT | Monty | 2022-01-05 | 1 | -0/+5 |
| | | | * | | | Json_writer_object add integersbb-10.4-MDEV-27036 | Sergei Krivonos | 2021-11-19 | 1 | -1/+1 |
* | | | | | | | MDEV-27426 Wrong result upon query using index_merge with DESC key | Sergei Petrunia | 2022-01-26 | 1 | -4/+5 |
* | | | | | | | MDEV-26996 Reverse-ordered indexes: improve print-out | Sergei Petrunia | 2022-01-26 | 1 | -0/+2 |
* | | | | | | | MDEV-26996 Reverse-ordered indexes: remove SEL_ARG::is_ascending | Sergei Petrunia | 2022-01-26 | 1 | -39/+37 |
* | | | | | | | MDEV-26996 Support descending indexes in the range optimizer | Sergei Petrunia | 2022-01-26 | 1 | -11/+12 |
* | | | | | | | MDEV-26996 Support descending indexes in the range optimizer | Sergei Petrunia | 2022-01-26 | 1 | -49/+113 |
* | | | | | | | MDEV-26938 Support descending indexes internally in InnoDB (server part) | Sergei Golubchik | 2022-01-26 | 1 | -2/+11 |
* | | | | | | | MDEV-26901: Estimation for filtered rows less precise ... #4 | Sergei Petrunia | 2022-01-19 | 1 | -1/+1 |
* | | | | | | | MDEV-27229: Estimation for filtered rows less precise ... #5 | Sergei Petrunia | 2022-01-19 | 1 | -1/+4 |
* | | | | | | | Revert "MDEV-27036: re-enable my_json_writer-t unit test" | Sergei Golubchik | 2021-12-07 | 1 | -55/+0 |
* | | | | | | | MDEV-27036: re-enable my_json_writer-t unit test | Sergei Krivonos | 2021-12-04 | 1 | -0/+55 |
|/ / / / / / | |||||
* | | | | | | Merge 10.6 into 10.7 | Marko Mäkelä | 2021-11-25 | 1 | -1/+1 |
|\ \ \ \ \ \ | |/ / / / / | |||||
| * | | | | | Merge 10.5 into 10.6 | Marko Mäkelä | 2021-11-25 | 1 | -1/+1 |
| |\ \ \ \ \ | | |/ / / / | |||||
| | * | | | | Json_writer_object add integers | Sergei Krivonos | 2021-11-24 | 1 | -1/+1 |
* | | | | | | Merge 10.6 into 10.7 | Marko Mäkelä | 2021-11-19 | 1 | -5/+6 |
|\ \ \ \ \ \ | |/ / / / / | |||||
| * | | | | | Merge 10.5 into 10.6 | Marko Mäkelä | 2021-11-16 | 1 | -5/+6 |
| |\ \ \ \ \ | | |/ / / / | |||||
| | * | | | | Merge 10.4 into 10.5 | Marko Mäkelä | 2021-11-16 | 1 | -5/+6 |
| | |\ \ \ \ | | | |/ / / | |||||
| | | * | | | MDEV-23766: fix by assert (Windows) | Sergei Krivonos | 2021-11-10 | 1 | -4/+3 |
| | | * | | | MDEV-23766: Fix get_best_disjunct_quick by assert: | Sergei Krivonos | 2021-11-09 | 1 | -4/+6 |
* | | | | | | MDEV-26221: DYNAMIC_ARRAY use size_t for sizes | Eric Herman | 2021-10-19 | 1 | -11/+11 |
* | | | | | | cleanup: MY_BITMAP mutex | Sergei Golubchik | 2021-08-26 | 1 | -11/+9 |
|/ / / / / | |||||
* | | | | | cleanup: Item::can_eval_in_optimize() | Sergei Golubchik | 2021-05-19 | 1 | -1/+1 |
* | | | | | Reduce usage of strlen() | Monty | 2021-05-19 | 1 | -10/+19 |