Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch '10.6' into 10.7 | Oleksandr Byelkin | 2022-02-04 | 1 | -16/+15 |
|\ | |||||
| * | Merge branch '10.5' into 10.6 | Oleksandr Byelkin | 2022-02-03 | 1 | -16/+15 |
| |\ | |||||
| | * | Merge branch '10.4' into 10.5 | Oleksandr Byelkin | 2022-02-01 | 1 | -14/+14 |
| | |\ | |||||
| | | * | Merge branch '10.3' into 10.4 | Oleksandr Byelkin | 2022-01-30 | 1 | -1/+1 |
| | | |\ | |||||
| | | | * | Merge branch '10.2' into 10.3mariadb-10.3.33 | Oleksandr Byelkin | 2022-01-29 | 1 | -1/+1 |
| | | | |\ | |||||
| | | | | * | MDEV-27544 database() function should return 64 characters | Daniel Black | 2022-01-20 | 1 | -1/+1 |
| | | * | | | MDEV-26953 Assertion `!str || str != Ptr || !is_alloced()' failed in String::... | Alexander Barkov | 2022-01-27 | 1 | -13/+13 |
| | * | | | | MDEV-27018 IF and COALESCE lose "json" propertybb-10.5-bar-MDEV-27018 | Alexander Barkov | 2022-01-21 | 1 | -2/+1 |
* | | | | | | MDEV-4958 Adding datatype UUID | Alexander Barkov | 2021-10-29 | 1 | -34/+0 |
* | | | | | | cleanup: uuid | Sergei Golubchik | 2021-10-29 | 1 | -2/+2 |
* | | | | | | MDEV-4742 - remove leading zero handling, and cleanups. | Vladislav Vaintroub | 2021-10-14 | 1 | -0/+2 |
* | | | | | | MDEV-4742 - address review comments. | Vladislav Vaintroub | 2021-10-14 | 1 | -9/+1 |
* | | | | | | MDEV-4742 - provide function to sort string in "natural" order | Vladislav Vaintroub | 2021-10-14 | 1 | -0/+25 |
* | | | | | | cannot allocate a new String[] in the ::val_str() method | Sergei Golubchik | 2021-10-12 | 1 | -2/+3 |
* | | | | | | MDEV-25015 Custom formatting of strings in MariaDB queries | Alan Cueva | 2021-10-12 | 1 | -0/+16 |
|/ / / / / | |||||
* | | | | | MDEV-24285 support oracle build-in function: sys_guid | Monty | 2021-05-19 | 1 | -4/+10 |
* | | | | | Don't reset StringBuffers in loops when not needed | Monty | 2021-05-19 | 1 | -0/+1 |
* | | | | | 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 | -302/+313 |
* | | | | | Reduce usage of strlen() | Monty | 2021-05-19 | 1 | -94/+440 |
* | | | | | Split item->flags into base_flags and with_flags | Monty | 2021-05-19 | 1 | -24/+24 |
* | | | | | Change bitfields in Item to an uint16 | Michael Widenius | 2021-05-19 | 1 | -28/+48 |
* | | | | | Renamed 'flags' variables in Item_class | Michael Widenius | 2021-05-19 | 1 | -3/+3 |
* | | | | | Improved storage size for Item, Field and some other classes | Monty | 2021-05-19 | 1 | -1/+2 |
|/ / / / | |||||
* | | | | Merge 10.4 into 10.5 | Marko Mäkelä | 2021-04-21 | 1 | -2/+7 |
|\ \ \ \ | |/ / / | |||||
| * | | | Fix all warnings given by UBSAN | Monty | 2021-04-20 | 1 | -2/+7 |
* | | | | Merge 10.4 into 10.5 | Marko Mäkelä | 2020-09-23 | 1 | -1/+9 |
|\ \ \ \ | |/ / / | |||||
| * | | | Merge 10.3 into 10.4 | Marko Mäkelä | 2020-09-22 | 1 | -1/+9 |
| |\ \ \ | | |/ / | |||||
| | * | | Merge 10.2 into 10.3 | Marko Mäkelä | 2020-09-22 | 1 | -1/+9 |
| | |\ \ | | | |/ | |||||
| | | * | Merge 10.1 into 10.2 | Marko Mäkelä | 2020-09-22 | 1 | -1/+9 |
| | | |\ | |||||
| | | | * | MDEV-23535 SIGSEGV, SIGABRT and SIGILL in typeinfo for Item_func_set_collatio... | Alexander Barkov | 2020-09-03 | 1 | -1/+9 |
* | | | | | Merge branch '10.4' into 10.5 | Oleksandr Byelkin | 2020-03-11 | 1 | -1/+1 |
|\ \ \ \ \ | |/ / / / | |||||
| * | | | | MDEV-21841 CONV() function doesn't truncate its output to 21 when uses defaul... | Roman Nozdrin | 2020-02-29 | 1 | -1/+1 |
* | | | | | correct dbug function names | Sergei Golubchik | 2019-12-21 | 1 | -2/+2 |
* | | | | | MDEV-14024 PCRE2. | Alexey Botchkov | 2019-12-21 | 1 | -2/+0 |
* | | | | | MDEV-20890 Illegal mix of collations with UUID() | Alexander Barkov | 2019-10-24 | 1 | -2/+1 |
* | | | | | Merge 10.4 into 10.5 | Marko Mäkelä | 2019-09-06 | 1 | -0/+6 |
|\ \ \ \ \ | |/ / / / | |||||
| * | | | | Merge branch '10.3' into 10.4 | Sergei Golubchik | 2019-09-06 | 1 | -0/+6 |
| |\ \ \ \ | | |/ / / | |||||
| | * | | | Merge 10.2 (up to commit ef00ac4c86daf3294c46a45358da636763fb0049) into 10.3 | Alexander Barkov | 2019-09-04 | 1 | -0/+6 |
| | |\ \ \ | | | |/ / | |||||
| | | * | | MDEV-18156 Assertion `0' failed or `btr_validate_index(index, 0, false)' in r... | Alexander Barkov | 2019-09-03 | 1 | -0/+6 |
* | | | | | MDEV-20052 Add a MEM_ROOT pointer argument to Type_handler::make_xxx_field() | Alexander Barkov | 2019-07-12 | 1 | -2/+2 |
|/ / / / | |||||
* | | | | Merge branch '10.3' into 10.4 | Oleksandr Byelkin | 2019-05-19 | 1 | -1/+1 |
|\ \ \ \ | |/ / / | |||||
| * | | | Merge 10.2 into 10.3 | Marko Mäkelä | 2019-05-14 | 1 | -1/+1 |
| |\ \ \ | | |/ / | |||||
| | * | | Merge 10.1 into 10.2 | Marko Mäkelä | 2019-05-13 | 1 | -1/+1 |
| | |\ \ | | | |/ | |||||
| | | * | Merge branch '5.5' into 10.1 | Vicențiu Ciorbaru | 2019-05-11 | 1 | -1/+1 |
| | | |\ | |||||
| | | | * | Update FSF Address | Vicențiu Ciorbaru | 2019-05-11 | 1 | -1/+1 |
* | | | | | Merge 10.3 into 10.4 | Marko Mäkelä | 2019-03-22 | 1 | -1/+1 |
|\ \ \ \ \ | |/ / / / | |||||
| * | | | | Merge remote-tracking branch 'origin/10.2' into 10.3 | Alexander Barkov | 2019-03-22 | 1 | -1/+1 |
| |\ \ \ \ | | |/ / / | |||||
| | * | | | Merge 10.1 into 10.2 | Marko Mäkelä | 2019-03-22 | 1 | -9/+16 |
| | |\ \ \ | | | |/ / | |||||
| | | * | | MDEV-18881 Assertion `0' failed in make_sortkey upon SELECT with GROUP BY aft... | Alexander Barkov | 2019-03-18 | 1 | -8/+15 |