Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch '10.6' into 10.7 | Oleksandr Byelkin | 2022-02-04 | 1 | -26/+28 |
|\ | |||||
| * | Merge branch '10.5' into 10.6 | Oleksandr Byelkin | 2022-02-03 | 1 | -26/+28 |
| |\ | |||||
| | * | Merge branch '10.4' into 10.5 | Oleksandr Byelkin | 2022-02-01 | 1 | -26/+28 |
| | |\ | |||||
| | | * | Merge branch '10.3' into 10.4 | Oleksandr Byelkin | 2022-01-30 | 1 | -0/+2 |
| | | |\ | |||||
| | | | * | Merge branch '10.2' into 10.3mariadb-10.3.33 | Oleksandr Byelkin | 2022-01-29 | 1 | -0/+2 |
| | | | |\ | |||||
| | | | | * | Fixed compilation error if HAVE_CRYPT is not defined | Monty | 2022-01-27 | 1 | -1/+2 |
| | | * | | | MDEV-26953 Assertion `!str || str != Ptr || !is_alloced()' failed in String::... | Alexander Barkov | 2022-01-27 | 1 | -25/+25 |
* | | | | | | Merge 10.6 into 10.7 | Marko Mäkelä | 2021-11-09 | 1 | -3/+5 |
|\ \ \ \ \ \ | |/ / / / / | |||||
| * | | | | | Merge 10.5 into 10.6 | Marko Mäkelä | 2021-11-09 | 1 | -3/+5 |
| |\ \ \ \ \ | | |/ / / / | |||||
| | * | | | | MDEV-24584 Selecting INT column with COLLATE utf8mb4_general_ci throws an errorbb-10.5-bar-MDEV-24584 | Alexander Barkov | 2021-11-08 | 1 | -2/+4 |
* | | | | | | MDEV-4958 Adding datatype UUID | Alexander Barkov | 2021-10-29 | 1 | -16/+0 |
* | | | | | | cleanup: uuid | Sergei Golubchik | 2021-10-29 | 1 | -7/+3 |
* | | | | | | MDEV-26806 Server crash in Charset::charset / Item_func_natural_sort_key::val... | Vladislav Vaintroub | 2021-10-14 | 1 | -2/+2 |
* | | | | | | MDEV-26796 Natural sort does not work for utf32/utf16/ucs2 | Vladislav Vaintroub | 2021-10-14 | 1 | -1/+1 |
* | | | | | | MDEV-26786 Inserting NULL into base column breaks NATURAL_SORT_KEY column | Vladislav Vaintroub | 2021-10-14 | 1 | -1/+1 |
* | | | | | | MDEV-4742 - remove leading zero handling, and cleanups. | Vladislav Vaintroub | 2021-10-14 | 1 | -46/+41 |
* | | | | | | MDEV-4742 additions | Vladislav Vaintroub | 2021-10-14 | 1 | -28/+33 |
* | | | | | | MDEV-4742 - address review comments. | Vladislav Vaintroub | 2021-10-14 | 1 | -161/+211 |
* | | | | | | MDEV-4742 - provide function to sort string in "natural" order | Vladislav Vaintroub | 2021-10-14 | 1 | -0/+226 |
* | | | | | | Merge 10.6 into 10.7 | Marko Mäkelä | 2021-10-13 | 1 | -0/+2 |
|\ \ \ \ \ \ | |/ / / / / | |||||
| * | | | | | Merge 10.5 into 10.6 | Marko Mäkelä | 2021-10-13 | 1 | -0/+2 |
| |\ \ \ \ \ | | |/ / / / | |||||
| | * | | | | Merge 10.4 into 10.5 | Marko Mäkelä | 2021-10-13 | 1 | -0/+2 |
| | |\ \ \ \ | | | |/ / / | |||||
| | | * | | | Merge 10.3 into 10.4 | Marko Mäkelä | 2021-10-13 | 1 | -0/+2 |
| | | |\ \ \ | | | | |/ / | |||||
| | | | * | | Merge 10.2 into 10.3 | Marko Mäkelä | 2021-10-13 | 1 | -0/+2 |
| | | | |\ \ | | | | | |/ | |||||
| | | | | * | MDEV-24742 Server crashes in Charset::numchars / String::numcharsbb-10.2-bar-MDEV-24742 | Alexander Barkov | 2021-10-11 | 1 | -0/+2 |
* | | | | | | MDEV-26646 SFORMAT Does not allow @variable use | Sergei Golubchik | 2021-10-12 | 1 | -4/+6 |
* | | | | | | MDEV-26691 SFORMAT: Pass down FLOAT as FLOAT, without upcast to DOUBLE | Sergei Golubchik | 2021-10-12 | 1 | -1/+4 |
* | | | | | | remove auto-switch between char and string based on the string length | Sergei Golubchik | 2021-10-12 | 1 | -4/+1 |
* | | | | | | cannot allocate a new String[] in the ::val_str() method | Sergei Golubchik | 2021-10-12 | 1 | -10/+13 |
* | | | | | | support charsets with mbminlen > 1 | Sergei Golubchik | 2021-10-12 | 1 | -2/+15 |
* | | | | | | support {:L} with a ',' thousand separator | Sergei Golubchik | 2021-10-12 | 1 | -1/+3 |
* | | | | | | disallow {:p} | Sergei Golubchik | 2021-10-12 | 1 | -1/+16 |
* | | | | | | misc cleanups | Sergei Golubchik | 2021-10-12 | 1 | -23/+22 |
* | | | | | | MDEV-25015 Custom formatting of strings in MariaDB queries | Alan Cueva | 2021-10-12 | 1 | -0/+103 |
|/ / / / / | |||||
* | | | | | Merge branch '10.5' into 10.6 | Oleksandr Byelkin | 2021-08-02 | 1 | -13/+20 |
|\ \ \ \ \ | |/ / / / | |||||
| * | | | | Merge branch '10.4' into 10.5 | Oleksandr Byelkin | 2021-07-31 | 1 | -13/+20 |
| |\ \ \ \ | | |/ / / | |||||
| | * | | | Merge branch '10.3' into 10.4 | Oleksandr Byelkin | 2021-07-31 | 1 | -13/+20 |
| | |\ \ \ | | | |/ / | |||||
| | | * | | MDEV-25560 Creating table with certain generated column crashes serverbb-10.3-MDEV-25560 | Nikita Malyavin | 2021-07-22 | 1 | -6/+13 |
| | | * | | Merge 10.2 into 10.3 | Marko Mäkelä | 2021-07-22 | 1 | -7/+7 |
| | | |\ \ | | | | |/ | |||||
| | | | * | Typo fixes in item_strfunc.cc | Hollow Man | 2021-07-21 | 1 | -7/+7 |
* | | | | | fixes for win32 | Sergei Golubchik | 2021-05-19 | 1 | -3/+3 |
* | | | | | Fix all warnings given by UBSAN | Monty | 2021-05-19 | 1 | -2/+4 |
* | | | | | MDEV-24285 support oracle build-in function: sys_guid | Monty | 2021-05-19 | 1 | -4/+9 |
* | | | | | Don't reset StringBuffers in loops when not needed | Monty | 2021-05-19 | 1 | -0/+21 |
* | | | | | Change CHARSET_INFO character set and collaction names to LEX_CSTRING | Monty | 2021-05-19 | 1 | -11/+9 |
* | | | | | cleanup: Item::can_eval_in_optimize() | Sergei Golubchik | 2021-05-19 | 1 | -5/+5 |
* | | | | | Reduce usage of strlen() | Monty | 2021-05-19 | 1 | -9/+12 |
* | | | | | Split item->flags into base_flags and with_flags | Monty | 2021-05-19 | 1 | -18/+22 |
* | | | | | Change bitfields in Item to an uint16 | Michael Widenius | 2021-05-19 | 1 | -80/+80 |
* | | | | | Renamed 'flags' variables in Item_class | Michael Widenius | 2021-05-19 | 1 | -4/+4 |