Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge 10.3 into 10.4 | Marko Mäkelä | 2018-12-12 | 1 | -9/+10 |
|\ | |||||
| * | Merge 10.2 into 10.3 | Marko Mäkelä | 2018-12-12 | 1 | -9/+10 |
| |\ | |||||
| | * | Merge 10.1 into 10.2 | Marko Mäkelä | 2018-12-12 | 1 | -9/+10 |
| | |\ | |||||
| | | * | Merge 10.0 into 10.1 | Marko Mäkelä | 2018-12-12 | 1 | -9/+10 |
| | | |\ | |||||
| | | | * | MDEV-17032: Estimates are higher for partitions of a table with @@use_stat_ta... | Varun Gupta | 2018-12-07 | 1 | -9/+10 |
* | | | | | Merge 10.3 into 10.4 | Marko Mäkelä | 2018-12-07 | 1 | -1/+3 |
|\ \ \ \ \ | |/ / / / | |||||
| * | | | | Merge 10.2 into 10.3 | Marko Mäkelä | 2018-12-07 | 1 | -1/+3 |
| |\ \ \ \ | | |/ / / | |||||
| | * | | | Merge 10.1 into 10.2 | Marko Mäkelä | 2018-12-07 | 1 | -1/+3 |
| | |\ \ \ | | | |/ / | |||||
| | | * | | Merge branch '10.0' into 10.1 | Sergei Golubchik | 2018-12-06 | 1 | -1/+3 |
| | | |\ \ | | | | |/ | |||||
| | | | * | MDEV-17734: AddressSanitizer: use-after-poison in create_key_parts_for_pseudo... | Varun Gupta | 2018-11-20 | 1 | -1/+3 |
* | | | | | Merge 10.3 into 10.4 | Marko Mäkelä | 2018-11-06 | 1 | -0/+6 |
|\ \ \ \ \ | |/ / / / | |||||
| * | | | | Merge 10.2 into 10.3 | Marko Mäkelä | 2018-11-06 | 1 | -0/+6 |
| |\ \ \ \ | | |/ / / | |||||
| | * | | | Merge 10.1 into 10.2 | Marko Mäkelä | 2018-11-06 | 1 | -0/+6 |
| | |\ \ \ | | | |/ / | |||||
| | | * | | Merge 10.0 into 10.1 | Marko Mäkelä | 2018-11-05 | 1 | -0/+6 |
| | | |\ \ | | | | |/ | |||||
| | | | * | MDEV-16695: Estimate for rows of derived tables is very high when we are usin... | Varun Gupta | 2018-11-01 | 1 | -0/+6 |
* | | | | | Merge 10.3 into 10.4 | Marko Mäkelä | 2018-10-05 | 1 | -3/+24 |
|\ \ \ \ \ | |/ / / / | |||||
| * | | | | Merge branch '10.2' into 10.3 | Sergei Golubchik | 2018-09-28 | 1 | -3/+24 |
| |\ \ \ \ | | |/ / / | |||||
| | * | | | Merge branch '10.1' into 10.2 | Oleksandr Byelkin | 2018-09-14 | 1 | -3/+24 |
| | |\ \ \ | | | |/ / | |||||
| | | * | | Merge branch '11.0' into 10.1 | Oleksandr Byelkin | 2018-09-06 | 1 | -3/+24 |
| | | |\ \ | | | | |/ | |||||
| | | | * | MDEV-16995: ER_CANT_CREATE_GEOMETRY_OBJECT encountered for a query with | Varun Gupta | 2018-08-29 | 1 | -1/+5 |
| | | | * | MDEV-15306: Wrong/Unexpected result with the value optimizer_use_condition_se... | Varun Gupta | 2018-08-29 | 1 | -2/+8 |
| | | | * | MDEV-17039: Query plan changes when we use GROUP BY optimization with optimiz... | Varun Gupta | 2018-08-23 | 1 | -1/+12 |
* | | | | | Merge 10.3 into 10.4 | Marko Mäkelä | 2018-09-11 | 1 | -0/+26 |
|\ \ \ \ \ | |/ / / / | |||||
| * | | | | Merge 10.2 into 10.3 | Marko Mäkelä | 2018-08-28 | 1 | -0/+26 |
| |\ \ \ \ | | |/ / / | |||||
| | * | | | Added a new parameter for the function eq_ranges_exceeds_limit() | Igor Babaev | 2018-08-24 | 1 | -3/+2 |
| | * | | | MDEV-16934 Query with very large IN clause lists runs slowly | Igor Babaev | 2018-08-17 | 1 | -0/+27 |
* | | | | | Merge 10.3 into 10.4 | Marko Mäkelä | 2018-08-16 | 1 | -4/+3 |
|\ \ \ \ \ | |/ / / / | |||||
| * | | | | Merge branch '10.2' into 10.3 | Sergei Golubchik | 2018-08-12 | 1 | -4/+3 |
| |\ \ \ \ | | |/ / / | |||||
| | * | | | Merge branch '10.1' into 10.2 | Oleksandr Byelkin | 2018-08-03 | 1 | -2/+3 |
| | |\ \ \ | | | |/ / | |||||
| | | * | | Fix gcc 7.3 compiler warnings. | Oleksandr Byelkin | 2018-08-03 | 1 | -2/+3 |
* | | | | | MDEV-15758 Split Item_bool_func::get_mm_leaf() into virtual methods in Field ... | Alexander Barkov | 2018-07-20 | 1 | -157/+342 |
* | | | | | MDEV-15759 Expect "Impossible WHERE" for indexed_int_column=out_of_range_int_... | Alexander Barkov | 2018-07-19 | 1 | -0/+5 |
* | | | | | MDEV-11953: support of brackets in UNION/EXCEPT/INTERSECT operations | Oleksandr Byelkin | 2018-07-04 | 1 | -1/+1 |
* | | | | | Merge remote-tracking branch 'origin/10.3' into 10.4 | Alexander Barkov | 2018-07-03 | 1 | -0/+2 |
|\ \ \ \ \ | |/ / / / | |||||
| * | | | | Fix a typo in get_best_ror_intersect | Sergei Petrunia | 2018-06-15 | 1 | -0/+2 |
* | | | | | cleanup: remove TABLE::vcol_set | Sergei Golubchik | 2018-06-04 | 1 | -14/+7 |
* | | | | | Merge branch '10.3' into 10.4 | Igor Babaev | 2018-06-03 | 1 | -123/+119 |
|\ \ \ \ \ | |/ / / / | |||||
| * | | | | cleanup: hide HA_ERR_RECORD_DELETED in ha_rnd_next() | Sergei Golubchik | 2018-05-12 | 1 | -110/+104 |
| * | | | | Add likely/unlikely to speed up execution | Monty | 2018-05-07 | 1 | -16/+18 |
* | | | | | MDEV-16351 JSON_OBJECT() treats hybrid functions with boolean arguments as nu... | Alexander Barkov | 2018-05-31 | 1 | -1/+2 |
* | | | | | MDEV-16320 Replace INT_ITEM references in sql_select.cc | Alexander Barkov | 2018-05-29 | 1 | -2/+2 |
|/ / / / | |||||
* | | | | PARTITION BY SYSTEM_TIME INTERVAL ... | Sergei Golubchik | 2018-02-23 | 1 | -8/+0 |
* | | | | Merge bb-10.2-ext into 10.3 | Marko Mäkelä | 2018-02-15 | 1 | -1/+1 |
|\ \ \ \ | |||||
| * | | | | MDEV-15310 Range optimizer does not work well for "WHERE temporal_column NOT ... | Alexander Barkov | 2018-02-14 | 1 | -1/+1 |
* | | | | | Merge bb-10.2-ext into 10.3 | Marko Mäkelä | 2018-02-15 | 1 | -1/+1 |
|\ \ \ \ \ | |/ / / / | |||||
| * | | | | Merge remote-tracking branch 'origin/10.2' into bb-10.2-ext | Alexander Barkov | 2018-02-08 | 1 | -1/+1 |
| |\ \ \ \ | | |/ / / | |||||
| | * | | | Merge branch 'github/10.1' into 10.2 | Sergei Golubchik | 2018-02-06 | 1 | -1/+1 |
| | |\ \ \ | | | |/ / | |||||
| | | * | | Merge branch 'github/10.0' into 10.1 | Sergei Golubchik | 2018-02-02 | 1 | -1/+1 |
| | | |\ \ | | | | |/ | |||||
| | | | * | Merge remote-tracking branch '5.5' into 10.0 | Vicențiu Ciorbaru | 2018-01-24 | 1 | -1/+1 |
| | | | |\ | |||||
| | | | | * | Correct TRASH() macro usage | Sergei Golubchik | 2018-01-22 | 1 | -1/+1 |