summaryrefslogtreecommitdiff
path: root/include/m_string.h
Commit message (Expand)AuthorAgeFilesLines
* Merge 10.5 into 10.6Marko Mäkelä2023-04-111-3/+16
|\
| * Merge branch '10.4' into 10.5Oleksandr Byelkin2023-04-031-3/+16
| |\
| | * ensure that STRING_WITH_LEN is only used with string literalsSergei Golubchik2023-04-011-3/+16
| | * Merge branch '10.3' into 10.4Oleksandr Byelkin2023-01-281-0/+38
| | |\
* | | \ Merge branch '10.5' into 10.6Oleksandr Byelkin2023-01-311-0/+38
|\ \ \ \ | |/ / /
| * | | Merge branch '10.4' into 10.5Oleksandr Byelkin2023-01-271-0/+38
| |\ \ \
| | * \ \ Merge branch '10.3' into 10.4Oleksandr Byelkin2023-01-261-0/+38
| | |\ \ \ | | | |/ / | | |/| / | | | |/
| | | * Minimize unsafe C functions usage - replace strcat() and strcpy() (and strnca...Mikhail Chalov2023-01-201-0/+38
* | | | Simplify a preprocessor conditionMarko Mäkelä2021-05-171-2/+2
|/ / /
* | | move my_assume_aligned() to a separate headerEugene Kosov2020-03-201-47/+0
* | | fix aligned memcpy()-like functions usageEugene Kosov2020-01-231-9/+22
* | | MDEV-21133: Introduce memmove_aligned()Marko Mäkelä2019-11-291-0/+7
* | | MDEV-21133 Optimize access to InnoDB page header fieldsMarko Mäkelä2019-11-261-0/+28
|/ /
* | Merge branch '10.3' into 10.4Oleksandr Byelkin2019-05-191-1/+1
|\ \ | |/
| * 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
* | | | | Enable C++11Sergey Vojtovich2018-09-091-1/+1
|/ / / /
* | | | improve strmake_buf() to detect wrong usage reliablySergei Golubchik2018-04-101-1/+1
* | | | Misc. typosluz.paz2018-04-051-2/+2
* | | | System Versioning 1.0 pre8Aleksey Midenkov2018-01-101-9/+0
|\ \ \ \
| * \ \ \ Merge bb-10.2-ext into 10.3Marko Mäkelä2018-01-041-9/+0
| |\ \ \ \
| | * \ \ \ Merge remote-tracking branch 'origin/10.2' into bb-10.2-extMonty2018-01-011-9/+0
| | |\ \ \ \ | | | |/ / /
| | | * | | Merge remote-tracking branch 'origin/10.1' into 10.2Vicențiu Ciorbaru2017-12-221-9/+0
| | | |\ \ \ | | | | |/ /
| | | | * | MDEV-14265 - RPMLint warning: shared-lib-calls-exitSergey Vojtovich2017-12-191-9/+0
* | | | | | System Versioning 1.0pre2Aleksey Midenkov2017-11-231-1/+0
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Less dependencies in include filesMichael Widenius2017-11-231-1/+0
| |/ / / /
* | | | | System Versioning pre0.12Aleksey Midenkov2017-11-071-0/+1
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | SQL, IB: (0.10) VTMD tracking [closes #124]Aleksey Midenkov2017-06-191-0/+1
* | | | | Changing field::field_name and Item::name to LEX_CSTRINGMonty2017-04-231-9/+4
|/ / / /
* | | | Merge remote-tracking branch 'origin/10.2' into bb-10.2-extAlexander Barkov2017-03-311-0/+2
|\ \ \ \ | |/ / /
| * | | Merge branch '10.1' into 10.2Sergei Golubchik2017-03-301-0/+2
| |\ \ \ | | |/ /
| | * | MDEV-11752 Unsafe strmov - function definition in include/m_string.hSergei Golubchik2017-03-101-0/+2
* | | | MDEV-10141: Add support for INTERSECT (and common parts for EXCEPT)Oleksandr Byelkin2017-03-141-0/+6
|/ / /
* | | MDEV-10138 Support for decimals up to 38 digitsMonty2016-06-221-4/+4
|/ /
* | Merge branch '10.0' into bb-10.1-mergeSergei Golubchik2014-12-021-8/+0
|\ \
| * | MDEV-5120 Test suite test maria-no-logging failsMichael Widenius2014-09-301-8/+0
* | | cleanup: move safe_str*() from sql_acl.cc to m_string.hSergei Golubchik2014-10-101-0/+11
|/ /
* | MDEV-4928 Merge collation customization improvements Alexander Barkov2013-10-021-2/+4
* | 10.0-monty mergeSergei Golubchik2013-07-211-1/+1
|\ \ | |/ |/|
| * Push a lot of small fixes to get larger parts to compileMichael Widenius2013-05-211-1/+1
* | mysql-5.5.31 mergeSergei Golubchik2013-05-071-1/+1
|\ \
| * \ Updated/added copyright headersMurthy Narkedimilli2013-02-261-1/+1
| |\ \
| | * | Updated/added copyright headers.Murthy Narkedimilli2013-02-251-1/+1
* | | | strmake_buf(X,Y) helper, equivalent to strmake(X,Y,sizeof(X)-1)Sergei Golubchik2013-04-171-0/+9
| |_|/ |/| |
* | | MDEV-419 ensure that all HAVE_XXX constants can be set by cmakeSergei Golubchik2012-07-311-5/+1
* | | mysql-5.5.22 mergeSergei Golubchik2012-03-281-1/+3
|\ \ \ | |/ /
| * | Upmerge the AIX compile fix into 5.5.Joerg Bruehe2012-02-161-1/+3
| |\ \ | | |/
| | * Compile fix needed for AIX,Joerg Bruehe2012-01-191-1/+3