summaryrefslogtreecommitdiff
path: root/unittest/mysys
Commit message (Expand)AuthorAgeFilesLines
* Merge bb-10.2-ext into 10.3Marko Mäkelä2018-02-151-0/+3
|\
| * Merge branch 'github/10.1' into 10.2Sergei Golubchik2018-02-061-0/+3
| |\
| | * Merge branch 'github/10.0' into 10.1Sergei Golubchik2018-02-021-0/+3
| | |\
| | | * Merge remote-tracking branch '5.5' into 10.0Vicențiu Ciorbaru2018-01-241-0/+3
| | | |\
| | | | * Free memory in unit tests. Makes ASAN happier.Sergei Golubchik2018-01-221-0/+3
* | | | | MDEV-15091 : Windows, 64bit: reenable and fix warning C4267 (conversion from ...Vladislav Vaintroub2018-02-061-2/+2
* | | | | MDEV-13728 - Import MySQL 5.7 atomic operations for MSVC and SolarisSergey Vojtovich2017-11-271-1/+1
* | | | | Merge remote-tracking branch 'origin/bb-10.2-ext' into 10.3Alexander Barkov2017-10-302-2/+2
|\ \ \ \ \ | |/ / / /
| * | | | Fix warnings in Win64Vladislav Vaintroub2017-10-112-2/+2
* | | | | Enusure that my_global.h is included firstMichael Widenius2017-08-241-1/+1
* | | | | Merge bb-10.2-ext into 10.3Marko Mäkelä2017-06-191-0/+3
|\ \ \ \ \ | |/ / / /
| * | | | Merge 10.1 into 10.2Marko Mäkelä2017-05-231-0/+3
| |\ \ \ \ | | |/ / /
| | * | | Merge 10.0 into 10.1Marko Mäkelä2017-05-231-0/+3
| | |\ \ \ | | | |/ /
| | | * | MDEV-6262 analyze the coverity report on mariadbSergei Golubchik2017-05-191-0/+3
* | | | | Merge remote-tracking branch 'origin/bb-10.2-ext' into 10.3Alexander Barkov2017-04-032-2/+1
|\ \ \ \ \ | |/ / / /
| * | | | Merge branch '10.1' into 10.2Sergei Golubchik2017-03-302-2/+1
| |\ \ \ \ | | |/ / /
| | * | | Correct FSF addressiangilfillan2017-03-101-1/+1
| | * | | base64 serviceSergei Golubchik2017-03-101-1/+0
* | | | | MDEV-11212 - Clean-up MariaDB atomic operationsSergey Vojtovich2016-12-133-13/+3
|/ / / /
* | | | name clash with gnutls on on base64_encodeSergei Golubchik2016-09-121-6/+6
* | | | MDEV-9293 - Use MariaDB's Connector/C in serverVladislav Vaintroub2016-08-251-2/+1
* | | | Revert "MDEV-9293 Connector/C integration"Vladislav Vaintroub2016-08-191-1/+2
* | | | MDEV-9293 Connector/C integrationVladislav Vaintroub2016-08-191-2/+1
|/ / /
* | | Merge branch '10.0' into 10.1Oleksandr Byelkin2016-03-241-1/+43
|\ \ \ | |/ /
| * | MDEV-9773: Memory corruption in mariadb_dyncol_unpackOleksandr Byelkin2016-03-241-1/+43
* | | Merge branch '10.0' into 10.1Sergei Golubchik2016-02-232-2/+77
|\ \ \ | |/ /
| * | Merge branch '5.5' into 10.0Sergei Golubchik2016-02-152-2/+76
| |\ \ | | |/
| | * compilation errors on sparc sun studio 10Sergei Golubchik2016-02-151-2/+2
| | * MDEV-4664 mysql_upgrade crashes if root's password contains an apostrophe/sin...Sergei Golubchik2016-02-061-5/+5
| | * unit test for dynstr_append_os_quoted()Sergei Golubchik2016-02-062-1/+75
* | | Merge branch '10.0' into 10.1Sergei Golubchik2015-12-211-1/+44
|\ \ \ | |/ /
| * | Merge branch '5.5' into 10.0Sergei Golubchik2015-12-132-0/+72
| |\ \ | | |/
| | * unit tests for my_getoptSergei Golubchik2015-12-092-0/+72
* | | MDEV-6066: Merge new defaults from 5.6 and 5.7Sergei Golubchik2015-09-041-2/+5
* | | MDEV-6066: Merge new defaults from 5.6 and 5.7 (autoset)Oleksandr Byelkin2015-09-042-0/+354
* | | New encryption API. Piece-wise encryption.Sergei Golubchik2015-09-041-62/+41
* | | my_crypt unittestSergei Golubchik2015-09-042-1/+123
* | | MDEV-7437 remove suport for "atomics" with rwlocksSergei Golubchik2015-01-132-42/+0
* | | lf_hash_iterate() functionSergei Golubchik2014-12-281-5/+18
|/ /
* | 5.5 mergeSergei Golubchik2014-05-092-178/+0
|\ \ | |/
| * fix broken -DWITHOUT_SERVER build: move sql-dependent unit test from mysys/ t...Sergei Golubchik2014-05-052-176/+0
* | MDEV-5620 CMake option to compile against an external PCRE librarySergei Golubchik2014-03-041-2/+1
* | 10.0-base mergeSergei Golubchik2014-02-261-0/+1
|\ \
* | | Fixes to get valgrind to work with jemallocMichael Widenius2014-01-021-5/+5
* | | MDEV-5085: Dynamic columns require inclusion of my_sys.h and my_global.hunknown2013-10-071-1/+0
* | | Merge 10.0-base -> 10.0Alexander Barkov2013-10-151-1/+2
|\ \ \ | |/ /
| * | A follow-up for the previous commit:Alexander Barkov2013-10-021-0/+1
| * | MDEV-4425 REGEXP enhancementsAlexander Barkov2013-09-261-1/+1
* | | Merging TO_BASE64() and FROM_BASE64() from MySQL-5.6Alexander Barkov2013-09-231-1/+1
* | | 10.0-base merge.Sergei Golubchik2013-09-212-3/+3
|\ \ \ | |/ /