Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | cleanup: Item::can_eval_in_optimize() | Sergei Golubchik | 2021-05-19 | 1 | -1/+1 |
* | Added override to all releveant methods in Item (and a few other classes) | Monty | 2021-05-19 | 1 | -398/+432 |
* | Reduce usage of strlen() | Monty | 2021-05-19 | 1 | -53/+222 |
* | Split item->flags into base_flags and with_flags | Monty | 2021-05-19 | 1 | -5/+5 |
* | Remove calls to current_thd() in Item functions | Michael Widenius | 2021-05-19 | 1 | -24/+25 |
* | Change bitfields in Item to an uint16 | Michael Widenius | 2021-05-19 | 1 | -9/+19 |
* | Revert MDEV-14517 Cleanup for Item::with_subselect | Michael Widenius | 2021-05-19 | 1 | -1/+1 |
* | Improved storage size for Item, Field and some other classes | Monty | 2021-05-19 | 1 | -1/+1 |
* | Added typedef decimal_digits_t (uint16) for number of digits in most | Monty | 2021-05-19 | 1 | -3/+3 |
* | Merge 10.4 into 10.5 | Marko Mäkelä | 2021-04-14 | 1 | -5/+1 |
|\ | |||||
| * | MDEV-23634: Select query hanged the server and leads to OOM ...bb-10.4-mdev23634 | Sergei Petrunia | 2021-04-08 | 1 | -5/+1 |
* | | Merge commit '10.4' into 10.5 | Oleksandr Byelkin | 2021-01-06 | 1 | -0/+7 |
|\ \ | |/ | |||||
| * | Merge branch '10.3' into 10.4bb-10.4-MDEV-23468 | Oleksandr Byelkin | 2020-12-25 | 1 | -0/+7 |
| |\ | |||||
| | * | Merge branch '10.2' into 10.3 | Oleksandr Byelkin | 2020-12-23 | 1 | -0/+7 |
| | |\ | |||||
| | | * | Item_func_like::walk() was ignoring escape_item | Sergei Golubchik | 2020-12-19 | 1 | -0/+7 |
* | | | | MDEV-24346 valgrind error in main.precedence | Sergei Golubchik | 2020-12-21 | 1 | -20/+17 |
* | | | | Fixed usage of not initialized memory in LIKE ... ESCAPE | Monty | 2020-12-03 | 1 | -17/+20 |
* | | | | Merge 10.4 into 10.5 | Marko Mäkelä | 2020-10-30 | 1 | -9/+10 |
|\ \ \ \ | |/ / / | |||||
| * | | | Merge 10.3 into 10.4 | Marko Mäkelä | 2020-10-29 | 1 | -9/+10 |
| |\ \ \ | | |/ / | |||||
| | * | | Merge 10.2 into 10.3 | Marko Mäkelä | 2020-10-28 | 1 | -9/+10 |
| | |\ \ | | | |/ | |||||
| | | * | precedence bugfixing | Sergei Golubchik | 2020-10-23 | 1 | -4/+3 |
| | | * | cleanup: remove redundant BANG_PRECEDENCE | Sergei Golubchik | 2020-10-23 | 1 | -1/+1 |
* | | | | MDEV-23054 Assertion `!item->null_value' failed in Type_handler_inet6::make_s... | Alexander Barkov | 2020-08-11 | 1 | -1/+11 |
* | | | | Added 'final' to some classes to improve generated code | Michael Widenius | 2020-08-04 | 1 | -3/+3 |
* | | | | Merge branch '10.4' into 10.5 | Oleksandr Byelkin | 2020-08-04 | 1 | -1/+1 |
|\ \ \ \ | |/ / / | |||||
| * | | | Merge branch '10.3' into 10.4 | Oleksandr Byelkin | 2020-08-03 | 1 | -1/+1 |
| |\ \ \ | | |/ / | |||||
| | * | | Merge branch '10.2' into 10.3 | Oleksandr Byelkin | 2020-08-03 | 1 | -1/+1 |
| | |\ \ | | | |/ | |||||
| | | * | Merge branch '10.1' into 10.2 | Oleksandr Byelkin | 2020-08-02 | 1 | -1/+1 |
| | | |\ | |||||
| | | | * | Code comment spellfixes | Ian Gilfillan | 2020-07-22 | 1 | -1/+1 |
* | | | | | fix clang compilation | Eugene Kosov | 2020-07-06 | 1 | -35/+39 |
* | | | | | MDEV-23071 remove potentially dangerouws casting to Item_in_subselect | Oleksandr Byelkin | 2020-07-06 | 1 | -3/+3 |
* | | | | | when printing Item_in_optimizer, use precedence of wrapped Itembb-10.5-pr1588 | Sidney Cammeresi | 2020-06-12 | 1 | -0/+1 |
* | | | | | MDEV-17832 Protocol: extensions for Pluggable types and JSON, GEOMETRY | Alexander Barkov | 2020-03-10 | 1 | -0/+1 |
* | | | | | Merge 10.4 into 10.5 | Marko Mäkelä | 2020-01-20 | 1 | -1/+2 |
|\ \ \ \ \ | |/ / / / | |||||
| * | | | | MDEV-21184 Assertion `used_tables_cache == 0' failed in Item_func::fix_fields | Igor Babaev | 2020-01-15 | 1 | -1/+2 |
* | | | | | dependencies for VS | Sergei Golubchik | 2019-12-21 | 1 | -23/+5 |
* | | | | | MDEV-14024 PCRE2. | Alexey Botchkov | 2019-12-21 | 1 | -21/+19 |
* | | | | | Merge 10.4 into 10.5 | Marko Mäkelä | 2019-12-16 | 1 | -0/+1 |
|\ \ \ \ \ | |/ / / / | |||||
| * | | | | Merge 10.3 into 10.4 | Marko Mäkelä | 2019-12-13 | 1 | -0/+1 |
| |\ \ \ \ | | |/ / / | |||||
| | * | | | MDEV-20900: IN predicate to IN subquery conversion causes performance regression | Varun Gupta | 2019-12-10 | 1 | -0/+1 |
| | * | | | Merge remote-tracking branch 10.2 into 10.3 | Jan Lindström | 2019-12-02 | 1 | -1/+1 |
| | |\ \ \ | | | |/ / | |||||
| | | * | | MDEV-17508 Fix bug for spider when using "not like" | willhan | 2019-11-25 | 1 | -1/+1 |
* | | | | | Merge 10.4 into 10.5 | Marko Mäkelä | 2019-09-06 | 1 | -0/+2 |
|\ \ \ \ \ | |/ / / / | |||||
| * | | | | Merge branch '10.3' into 10.4 | Sergei Golubchik | 2019-09-06 | 1 | -0/+2 |
| |\ \ \ \ | | |/ / / | |||||
| | * | | | Merge 10.2 (up to commit ef00ac4c86daf3294c46a45358da636763fb0049) into 10.3 | Alexander Barkov | 2019-09-04 | 1 | -0/+2 |
| | |\ \ \ | | | |/ / | |||||
| | | * | | MDEV-18156 Assertion `0' failed or `btr_validate_index(index, 0, false)' in r... | Alexander Barkov | 2019-09-03 | 1 | -0/+2 |
* | | | | | Merge 10.4 into 10.5 | Marko Mäkelä | 2019-09-06 | 1 | -0/+3 |
|\ \ \ \ \ | |/ / / / | |||||
| * | | | | MDEV-19961 MIN(timestamp_column) returns a wrong result in a GROUP BY query | Alexander Barkov | 2019-08-19 | 1 | -0/+3 |
* | | | | | MDEV-15777 Use inferred IS NOT NULL predicates in the range optimizer | Igor Babaev | 2019-08-30 | 1 | -0/+11 |
* | | | | | MDEV-20353 Add separate type handlers for unsigned integer data types | Alexander Barkov | 2019-08-15 | 1 | -1/+1 |