summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Fix UNICODE issue of dlerrorJiaye Wu2018-12-121-1/+1
* Remove dead code is_thd_killed()Marko Mäkelä2018-11-021-2/+2
* MDEV-17358 my_reverse_bits() is incorrect due to UBEugene Kosov2018-10-161-4/+4
* MDEV-12547: InnoDB FULLTEXT index has too strict innodb_ft_result_cache_limit...Thirunarayanan Balathandayuthapani2018-10-161-0/+12
* Merge 5.5 into 10.0Marko Mäkelä2018-07-301-1/+1
|\
| * Merge remote-tracking branch 'mysql/5.5' into 5.5Oleksandr Byelkin2018-07-291-1/+1
| |\
| | * Bug#27759871: BACKRONYM ISSUE IS STILL IN MYSQL 5.7Arun Kuruvila2018-05-141-1/+4
* | | Simplify caseup() and casedn() in charsetsAlexander Barkov2018-07-191-13/+15
* | | Merge branch '5.5' into 10.0Sergei Golubchik2018-04-202-2/+2
|\ \ \ | |/ /
| * | Merge branch 'mysql/5.5' into 5.5Sergei Golubchik2018-04-192-2/+2
| |\ \ | | |/
| | * Bug#25471090: MYSQL USE AFTER FREEArun Kuruvila2018-02-121-1/+2
| | * Bug#26585560 - MYSQL DAEMON SHOULD CREATE ITS PID FILE ASShishir Jaiswal2017-12-021-0/+1
* | | Merge 5.5 into 10.0Marko Mäkelä2018-03-201-0/+2
|\ \ \ | |/ /
| * | honor alignment rules and xtradb tooEugene Kosov2018-03-201-0/+2
* | | Merge branch '5.5' into 10.0Sergei Golubchik2018-02-221-0/+1
|\ \ \ | |/ /
| * | bug: ha_heap was unilaterally increasing reclengthSergei Golubchik2018-02-111-0/+1
* | | Merge remote-tracking branch '5.5' into 10.0Vicențiu Ciorbaru2018-01-245-22/+42
|\ \ \ | |/ /
| * | improve ASAN instrumentation: clangSergei Golubchik2018-01-221-0/+8
| * | improve ASAN instrumentation: TRASHSergei Golubchik2018-01-221-4/+4
| * | Correct TRASH() macro usageSergei Golubchik2018-01-221-1/+0
| * | Fix compilation without dlopenSergei Golubchik2018-01-221-2/+2
| * | Add dummy defintion for Dl_info in case we're missing dladdrVicențiu Ciorbaru2018-01-191-0/+4
| * | MDEV-14229: Stack trace is not resolved for shared objectsVicențiu Ciorbaru2018-01-191-0/+4
| * | Merge branch 'mysql/5.5' into 5.5Sergei Golubchik2018-01-181-1/+1
| |\ \ | | |/
| | * Updated copyright year in user visible textmysql-5.5.59Balasubramanian Kandasamy2017-11-271-1/+1
| * | compiler warning: my_printf_error() supports printf format extensionsSergei Golubchik2018-01-181-3/+1
| * | BIT field woesSergei Golubchik2018-01-161-11/+13
| * | add support for ASAN instrumentationSergei Golubchik2018-01-161-3/+8
* | | MDEV-7533: COLUMN_JSON() doesn't escape control characters in string valuesOleksandr Byelkin2018-01-231-0/+3
* | | MDEV-8949: COLUMN_CREATE unicode name breakageOleksandr Byelkin2017-11-141-0/+6
* | | Merge remote-tracking branch 'origin/5.5' into 10.0Vicențiu Ciorbaru2017-07-252-5/+4
|\ \ \ | |/ /
| * | Merge remote-tracking branch 'mysql/5.5' into 5.5Sergei Golubchik2017-07-182-1/+2
| |\ \ | | |/
| | * BUG#25451091:CREATE TABLE DATA DIRECTORY / INDEX DIRECTORYNisha Gopalakrishnan2017-05-121-2/+14
| | * BUG#25575605: SETTING --SSL-MODE=REQUIRED SENDS CREDENTIALS BEFORE VERIFYING ...Ramil Kalimullin2017-03-132-2/+5
| | * BUG#25575605: SETTING --SSL-MODE=REQUIRED SENDS CREDENTIALS BEFORE VERIFYING ...Ramil Kalimullin2017-03-105-9/+19
| | * BUG#24807826: UINT3KORR SHOULD STOP READING FOUR INSTEAD OFKarthik Kamath2017-03-091-11/+1
| * | MDEV-12144 Signal 6 crash corrupts ibd filesSergei Golubchik2017-07-151-3/+2
* | | MDEV-11896 thd_get_error_context_description race conditionSergei Golubchik2017-07-201-1/+1
* | | Merge branch '5.5' into 10.0Sergei Golubchik2017-06-281-0/+2
|\ \ \ | |/ /
| * | MDEV-13187 incorrect backslash parsing in clientsSergei Golubchik2017-06-271-0/+2
* | | MDEV-12420 max_recursive_iterations did not prevent a stack-overflow and segf...Sergei Golubchik2017-05-151-3/+6
* | | WIP: global readonly variable pcre_frame_sizeDaniel Black2017-05-151-0/+3
* | | Merge branch '5.5' into 10.0Sergei Golubchik2017-04-212-4/+3
|\ \ \ | |/ /
| * | MDEV-12230 include/my_sys.h:600:43: error: unknown type name ‘PSI_file_keyâ...Sergei Golubchik2017-04-202-2/+48
| * | Merge remote-tracking branch 'mysql/5.5' into 5.5mariadb-5.5.55Sergei Golubchik2017-04-111-3/+3
| |\ \
| | * | BUG#25575605: SETTING --SSL-MODE=REQUIRED SENDS CREDENTIALS BEFORE VERIFYING ...Ramil Kalimullin2017-03-142-2/+5
| | * | BUG#25575605: SETTING --SSL-MODE=REQUIRED SENDS CREDENTIALS BEFORE VERIFYING ...Ramil Kalimullin2017-03-105-9/+19
| | |/
| | * Updated copyright year in user visible textBalasubramanian Kandasamy2017-01-061-2/+2
| | * BUG#24437124: POSSIBLE BUFFER OVERFLOW ON CREATE TABLEKarthik Kamath2016-11-101-1/+2
| | * Bug#24388746: PRIVILEGE ESCALATION AND RACE CONDITION USING CREATE TABLEJon Olav Hauglid2016-08-192-6/+8