summaryrefslogtreecommitdiff
path: root/sql/sql_string.cc
Commit message (Expand)AuthorAgeFilesLines
* Merge 10.3 into 10.4Marko Mäkelä2020-11-031-4/+7
|\
| * Merge 10.2 into 10.3Marko Mäkelä2020-11-021-4/+7
| |\
| | * MDEV-22387: Do not violate __attribute__((nonnull))Marko Mäkelä2020-11-021-4/+7
* | | Merge branch '10.3' into 10.4Sujatha2020-09-281-1/+1
|\ \ \ | |/ /
| * | Merge branch '10.2' into 10.3Sujatha2020-09-281-1/+1
| |\ \ | | |/
| | * MDEV-22387: Do not violate __attribute__((nonnull))Marko Mäkelä2020-09-231-1/+1
* | | MDEV-23415 Server crash or Assertion `dec_length <= str_length' failed in Ite...Alexander Barkov2020-08-081-0/+11
* | | MDEV-20349: Assertion `to_len >= 8' failed in convert_to_printableVarun Gupta2019-08-161-0/+2
* | | MDEV-19776: Assertion `to_len >= 8' failed in convert_to_printable with optim...Varun Gupta2019-06-201-1/+5
* | | MDEV-18880: Optimizer trace prints date in hexadecimalVarun2019-06-111-0/+12
* | | Merge branch '10.3' into 10.4Oleksandr Byelkin2019-05-191-1/+22
|\ \ \ | |/ /
| * | Merge 10.2 into 10.3Marko Mäkelä2019-05-141-1/+1
| |\ \ | | |/
| | * Merge 10.1 into 10.2Marko Mäkelä2019-05-131-1/+1
| | |\
| | | * Merge branch '5.5' into 10.1Vicențiu Ciorbaru2019-05-111-1/+1
| | | |\
| | | | * Update FSF AddressVicențiu Ciorbaru2019-05-111-1/+1
| * | | | Merge branch '10.2' into 10.3Oleksandr Byelkin2019-05-121-0/+21
| |\ \ \ \ | | |/ / /
| | * | | Merge branch '10.1' into 10.2Oleksandr Byelkin2019-05-041-0/+21
| | |\ \ \ | | | |/ /
| | | * | MDEV-18738 ASAN heap-use-after-free in copy_if_not_alloced / copy_fieldsAlexander Barkov2019-04-301-0/+21
* | | | | MDEV-18205 Assertion `str_length < len' failed in Binary_string::realloc_rawAlexander Barkov2019-01-141-1/+1
* | | | | MDEV-17906 Class Binary_stringbb-10.4-mdev7063Alexander Barkov2018-12-051-67/+23
* | | | | MDEV-17907 Class Static_binary_stringAlexander Barkov2018-12-051-28/+8
* | | | | MDEV-17905 Add class CharsetAlexander Barkov2018-12-051-33/+23
* | | | | Merge 10.3 into 10.4Marko Mäkelä2018-10-101-2/+21
|\ \ \ \ \ | |/ / / /
| * | | | Merge 10.2 into 10.3Marko Mäkelä2018-10-091-2/+21
| |\ \ \ \ | | |/ / /
| | * | | Remove valgrind warnings from Item_str_concatMichael Widenius2018-10-051-2/+21
* | | | | Call alloc() instead of realloc()Monty2018-07-131-2/+1
|/ / / /
* | | | Merge 10.2 into 10.3Marko Mäkelä2018-05-291-2/+11
|\ \ \ \ | |/ / /
| * | | Merge 10.1 into 10.2Marko Mäkelä2018-05-291-1/+10
| |\ \ \ | | |/ /
| | * | Fix type mismatchMarko Mäkelä2018-05-291-1/+1
| | * | Avoid warnings in String::copy when copying string on itself (ok to do)Monty2018-05-261-1/+10
* | | | Merge 10.2 into 10.3Marko Mäkelä2018-04-241-6/+6
|\ \ \ \ | |/ / /
| * | | Remove most 'register' use in C++Marko Mäkelä2018-04-241-6/+6
* | | | MDEV-15091 : Windows, 64bit: reenable and fix warning C4267 (conversion from ...Vladislav Vaintroub2018-02-061-28/+27
* | | | Merge bb-10.2-ext into 10.3Marko Mäkelä2018-01-041-1/+1
|\ \ \ \
| * | | | mysqlbinlog now prints "# Number of rows" and stops on errorsMonty2017-12-291-1/+1
* | | | | Merge bb-10.2-ext into 10.3Marko Mäkelä2017-10-041-16/+21
|\ \ \ \ \ | |/ / / /
| * | | | Merge remote-tracking branch 'origin/10.2' into bb-10.2-extAlexander Barkov2017-10-021-16/+21
| |\ \ \ \ | | |/ / /
| | * | | MDEV-13384 - misc Windows warnings fixedVladislav Vaintroub2017-09-281-15/+20
* | | | | Enusure that my_global.h is included firstMichael Widenius2017-08-241-2/+1
|/ / / /
* | | | Merge remote-tracking branch 'origin/10.2' into bb-10.2-extAlexander Barkov2017-07-071-6/+5
|\ \ \ \ | |/ / /
| * | | cleanup: generate_partition_syntax()Sergei Golubchik2017-07-051-0/+8
* | | | MDEV-10139 Support for SEQUENCE objectsMonty2017-04-071-0/+9
* | | | MDEV-11298 Split Item_func_hex::val_str_ascii() into virtual methods in Type_...Alexander Barkov2016-12-161-4/+57
|/ / /
* | | store/show vcols as item->print()Sergei Golubchik2016-12-121-1/+1
* | | MDEV-7769 MY_CHARSET_INFO refactoring# On branch 10.2Alexander Barkov2016-10-101-2/+2
* | | Merge branch '10.2' into bb-10.2-connector-c-integ-submSergei Golubchik2016-09-211-0/+1
|\ \ \
| * | | MDEV-8931: (server part of) session state trackingOleksandr Byelkin2016-08-311-2/+4
| * | | MDEV-8931: (server part of) session state trackingOleksandr Byelkin2016-08-311-0/+14
|/ / /
* | | MDEV-10138 Support for decimals up to 38 digitsMonty2016-06-221-1/+1
* | | MDEV-8360 Clean-up CHARSET_INFO: strnncollsp: diff_if_only_endspace_differenceAlexander Barkov2016-03-311-1/+1
|/ /