Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make the most important optimizer constants user variables | Monty | 2022-07-09 | 1 | -25/+28 |
* | Update row and key fetch cost models to take into account data copy costs | Monty | 2022-07-09 | 1 | -100/+134 |
* | Split cost calculations into fetch and total | Monty | 2022-07-08 | 1 | -1/+3 |
* | Make trace.add() usage uniform | Monty | 2022-07-08 | 1 | -125/+203 |
* | Adjust costs for doing index scan in cost_group_min_max() | Monty | 2022-07-07 | 1 | -9/+46 |
* | Fix calculation of selectivity | Monty | 2022-07-07 | 1 | -94/+167 |
* | Optimizer code cleanups, no logic changes | Monty | 2022-07-07 | 1 | -46/+71 |
* | Limit calculated rows to the number of rows in the table | Monty | 2022-07-07 | 1 | -5/+11 |
* | Ensure that test_quick_select doesn't return more rows than in the table | Monty | 2022-07-07 | 1 | -10/+16 |
* | 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.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 |
* | | | | | | 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 |
* | | | | | Changed field_index to use field_index_t instead of uint16 | Monty | 2021-05-19 | 1 | -2/+2 |
* | | | | | Merge 10.5 into 10.6 | Marko Mäkelä | 2021-04-14 | 1 | -17/+53 |
|\ \ \ \ \ | |/ / / / | |||||
| * | | | | Merge 10.4 into 10.5 | Marko Mäkelä | 2021-04-14 | 1 | -17/+53 |
| |\ \ \ \ | | |/ / / | |||||
| | * | | | MDEV-23634: Select query hanged the server and leads to OOM ...bb-10.4-mdev23634 | Sergei Petrunia | 2021-04-08 | 1 | -17/+53 |
* | | | | | Fixed wrong initializations of Dynamic_array | Monty | 2021-03-20 | 1 | -1/+1 |
|/ / / / | |||||
* | | | | MDEV-25069: Assertion `root->weight >= ...' failed in SEL_ARG::tree_delete #2 | Sergei Petrunia | 2021-03-17 | 1 | -0/+6 |
* | | | | MDEV-24953: 10.5.9 crashes with large IN() list | Sergei Petrunia | 2021-02-24 | 1 | -17/+29 |
* | | | | Merge branch 'bb-10.4-release' into bb-10.5-release | Sergei Golubchik | 2021-02-15 | 1 | -23/+22 |
|\ \ \ \ | |/ / / | |||||
| * | | | Merge branch 'bb-10.3-release' into bb-10.4-release | Sergei Golubchik | 2021-02-12 | 1 | -23/+22 |
| |\ \ \ | | |/ / | |||||
| | * | | Merge branch '10.2' into 10.3 | Sergei Golubchik | 2021-02-01 | 1 | -0/+1 |
| | |\ \ | | | |/ | |||||
| | | * | MDEV-22251: get_key_scans_params: Conditional jump or move depends on uniniti... | Sergei Petrunia | 2021-01-28 | 1 | -0/+1 |
| | | * | MDEV-17556 Assertion `bitmap_is_set_all(&table->s->all_set)' failed | Nikita Malyavin | 2021-01-08 | 1 | -17/+16 |
| | * | | MDEV-17556 Assertion `bitmap_is_set_all(&table->s->all_set)' failed | Nikita Malyavin | 2021-01-27 | 1 | -17/+16 |
* | | | | MDEV-24739: Assertion `root->weight >= ...' failed in SEL_ARG::tree_delete | Sergei Petrunia | 2021-01-30 | 1 | -0/+29 |
* | | | | MDEV-9750: Quick memory exhaustion with 'extended_keys=on' ... | Sergei Petrunia | 2021-01-29 | 1 | -6/+296 |
* | | | | Merge commit '10.4' into 10.5 | Oleksandr Byelkin | 2021-01-06 | 1 | -0/+24 |
|\ \ \ \ | |/ / / |