summaryrefslogtreecommitdiff
path: root/mysys
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/10.2' into bb-10.2-extAlexander Barkov2018-02-087-92/+161
|\
| * Merge branch 'github/10.1' into 10.2Sergei Golubchik2018-02-067-93/+161
| |\
| | * Merge 10.0 into 10.1Marko Mäkelä2018-02-031-1/+1
| | |\
| | | * Merge remote-tracking branch 'origin/5.5' into 10.0Vicențiu Ciorbaru2018-02-021-1/+1
| | | |\
| | | | * Fix an out of scope bzeroVicențiu Ciorbaru2018-01-301-1/+1
| | * | | my_addr_resolve fixesSergei Golubchik2018-02-021-24/+23
| | * | | Merge branch 'github/10.0' into 10.1Sergei Golubchik2018-02-026-63/+133
| | |\ \ \ | | | |/ /
| | | * | Merge remote-tracking branch '5.5' into 10.0Vicențiu Ciorbaru2018-01-246-49/+77
| | | |\ \ | | | | |/
| | | | * improve ASAN instrumentation: MEM_ROOTSergei Golubchik2018-01-221-3/+6
| | | | * Correct TRASH() macro usageSergei Golubchik2018-01-222-3/+1
| | | | * MDEV-14229: Stack trace is not resolved for shared objectsVicențiu Ciorbaru2018-01-192-32/+67
| | | | * Merge branch 'mysql/5.5' into 5.5Sergei Golubchik2018-01-181-2/+3
| | | | |\
| | | | | * Bug#23072792 MYSQL_GROUP_SUFFIX DOES NOT WORKTor Didriksen2017-09-081-2/+2
| | | | | * BUG#25451091:CREATE TABLE DATA DIRECTORY / INDEX DIRECTORYNisha Gopalakrishnan2017-05-121-3/+27
| | | | | * Bug#24388746: PRIVILEGE ESCALATION AND RACE CONDITION USING CREATE TABLEJon Olav Hauglid2016-08-191-3/+9
| | | | | * Bug#23251517: SEMISYNC REPLICATION HANGINGSujatha Sivakumar2016-05-132-16/+6
| | | | * | MDEV-14469 build with cmake -DMYSQL_MAINTAINER_MODE=ON fails: 'readdir_r' is ...Sergei Golubchik2018-01-151-10/+0
| | | * | | MDEV-7533: COLUMN_JSON() doesn't escape control characters in string valuesOleksandr Byelkin2018-01-231-2/+58
* | | | | | Added name to MEM_ROOT for esier debuggingMonty2018-02-024-11/+19
* | | | | | Added TRASH_FREED_MEMORY compilation optionMonty2018-01-281-0/+7
* | | | | | Merge remote-tracking branch 'origin/10.2' into bb-10.2-extMonty2018-01-271-2/+2
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Fix and reenable Windows compiler warning C4800 (size_t conversion).Vladislav Vaintroub2018-01-261-2/+2
* | | | | | Do not define unused function mark_blocks_free()Marko Mäkelä2018-01-171-1/+3
* | | | | | Fixed compiler warnings in guess_malloc_libraryMonty2018-01-151-6/+7
* | | | | | Fixed crashing bug in mysqlbinlogMonty2018-01-031-2/+2
* | | | | | Merge remote-tracking branch 'origin/10.2' into bb-10.2-extMonty2018-01-013-17/+3
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Merge remote-tracking branch 'origin/10.1' into 10.2Vicențiu Ciorbaru2017-12-223-17/+3
| |\ \ \ \ \ | | |/ / / /
| | * | | | MDEV-14265 - RPMLint warning: shared-lib-calls-exitSergey Vojtovich2017-12-193-17/+3
* | | | | | Made IO_CACHE safe for reading big blocks (> 2G)Monty2017-12-292-22/+29
* | | | | | mysqlbinlog now prints "# Number of rows" and stops on errorsMonty2017-12-291-14/+9
* | | | | | MDEV-14315 -- Reflect use of tcmalloc in a system variable and error logVesa Pentti2017-12-182-1/+65
* | | | | | Merge 10.2 into bb-10.2-extMarko Mäkelä2017-12-142-4/+3
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Merge 10.1 into 10.2Marko Mäkelä2017-12-142-4/+3
| |\ \ \ \ \ | | |/ / / /
| | * | | | Fix a typo: schedule, schedulingMarko Mäkelä2017-12-131-2/+2
| | * | | | Merge 10.0 into 10.1Marko Mäkelä2017-12-121-2/+1
| | |\ \ \ \ | | | |/ / /
| | | * | | MDEV-8949: COLUMN_CREATE unicode name breakageOleksandr Byelkin2017-11-141-2/+1
* | | | | | Restore LF_BACKOFFSergey Vojtovich2017-12-083-6/+6
* | | | | | Reducing memory when using information schemaMonty2017-11-021-1/+21
* | | | | | Merge remote-tracking branch 'origin/10.2' into bb-10.2-extAlexander Barkov2017-10-301-0/+10
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Merge branch '10.1' into 10.2Sergei Golubchik2017-10-241-0/+10
| |\ \ \ \ \ | | |/ / / /
| | * | | | Merge branch '10.0' into 10.1Sergei Golubchik2017-10-221-0/+10
| | |\ \ \ \ | | | |/ / /
| | | * | | Merge branch '5.5' into 10.0Sergei Golubchik2017-10-181-0/+10
| | | |\ \ \ | | | | |/ /
| | | | * | MDEV-13459 Warnings, when compiling with gcc-7.xSergei Golubchik2017-10-171-0/+10
* | | | | | Merge remote-tracking branch 'origin/10.2' into bb-10.2-extAlexander Barkov2017-10-0218-102/+109
|\ \ \ \ \ \ | |/ / / / /
| * | | | | MDEV-13384 - misc Windows warnings fixedVladislav Vaintroub2017-09-284-5/+5
| * | | | | MDEV-13844 : Fix Windows warnings. Fix DBUG_PRINT.Vladislav Vaintroub2017-09-2816-97/+104
* | | | | | Merge 10.2 into bb-10.2-extMarko Mäkelä2017-09-012-2/+3
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Merge 10.1 into 10.2Marko Mäkelä2017-08-311-1/+3
| |\ \ \ \ \ | | |/ / / /
| | * | | | Merge 10.0 into 10.1Marko Mäkelä2017-08-311-1/+3
| | |\ \ \ \ | | | |/ / /
| | | * | | MDEV-13691 : my_write() sets inappropriate errno for ERROR_FILE_SYSTEM_LIMITATONVladislav Vaintroub2017-08-311-1/+3