summaryrefslogtreecommitdiff
path: root/mysys
Commit message (Expand)AuthorAgeFilesLines
* Check for CPU_COUNT macro within my_getncpusVicențiu Ciorbaru2020-03-081-21/+23
* Merge branch '10.1' into 10.2Oleksandr Byelkin2020-03-061-0/+12
|\
| * Merge branch '5.5' into 10.1Oleksandr Byelkin2020-03-061-0/+12
| |\
| | * MDEV-21646: Failure to compile my_addr_resolve.c with binutils-2.34bb-5.5-MDEV-21646Oleksandr Byelkin2020-02-121-0/+12
* | | Merge branch '10.1' into 10.2Vicențiu Ciorbaru2020-03-051-0/+10
|\ \ \ | |/ /
| * | MDEV-21374: When "--help --verbose" prints out configuration file paths, the ...Anel Husakovic2020-02-221-0/+10
* | | my_getncpus based on threads availableDaniel Black2020-02-201-1/+30
* | | Fix debug assert to match its intention.Vladislav Vaintroub2019-06-171-1/+1
* | | MDEV-19750 mysql command wrong encodingVladislav Vaintroub2019-06-171-1/+217
* | | Portability fix.Vladislav Vaintroub2019-06-171-1/+1
* | | MDEV-19055 Failures with temporary tables and AriaMichael Widenius2019-06-171-0/+2
* | | fix MDEV-18750: failed to flashback large-size binlog fileZicheng Huang2019-06-051-4/+4
* | | Only link mysys_ssl when required.Vladislav Vaintroub2019-06-031-2/+2
* | | Merge 10.1 into 10.2Marko Mäkelä2019-05-281-1/+2
|\ \ \ | |/ /
| * | Merge 5.5 into 10.1Marko Mäkelä2019-05-281-1/+2
| |\ \ | | |/
| | * MDEV-17799 Add ASAN-poisoned redzones for MEM_ROOT and mem_heap_tEugene Kosov2019-05-201-1/+2
* | | Merge 10.1 into 10.2Marko Mäkelä2019-05-13128-128/+128
|\ \ \ | |/ /
| * | Merge branch '5.5' into 10.1Vicențiu Ciorbaru2019-05-11117-117/+117
| |\ \ | | |/
| | * Update FSF AddressVicențiu Ciorbaru2019-05-11119-119/+119
| * | Update FSF addressVicențiu Ciorbaru2019-05-111-1/+1
| * | Merge branch '5.5' into 10.1Vicențiu Ciorbaru2019-05-1110-10/+10
| |\ \ | | |/
| | * Follow-up to changing FSF addressVicențiu Ciorbaru2019-05-112-2/+2
| | * Update FSF addressMichal Schorm2019-05-1010-11/+11
* | | Merge branch '10.1' into 10.2Oleksandr Byelkin2019-05-041-25/+23
|\ \ \ | |/ /
| * | cleanup: cosmetic fixesSergei Golubchik2019-04-241-1/+1
| * | cleanup: make TREE copyableSergei Golubchik2019-04-241-24/+22
| * | Remove unused declarationsMarko Mäkelä2019-04-031-11/+0
* | | MDEV-18204 - fixupVladislav Vaintroub2019-02-191-1/+2
* | | MDEV-18204 Fix rocksdb incremental backupVladislav Vaintroub2019-02-181-0/+60
* | | Merge 10.1 into 10.2Marko Mäkelä2019-02-031-4/+3
|\ \ \ | |/ /
| * | Merge 10.1 into 10.1Marko Mäkelä2019-02-021-4/+3
| |\ \
| | * \ Merge branch '5.5' into 10.0Oleksandr Byelkin2019-01-281-4/+3
| | |\ \ | | | |/
| | | * MDEV-18360 Prevent set_max_open_files from allocating too many filesVicențiu Ciorbaru2019-01-271-4/+3
* | | | Merge 10.1 into 10.2Marko Mäkelä2019-02-022-28/+34
|\ \ \ \ | |/ / /
| * | | my_malloc(): Invoke TRASH_ALLOC even WITH_SAFEMALLOC=OFFMarko Mäkelä2019-02-011-0/+1
| * | | MDEV-10963 Fragmented BINLOG queryAndrei Elkin2019-01-241-28/+33
* | | | Merge 10.1 into 10.2Marko Mäkelä2019-01-171-1/+1
|\ \ \ \ | |/ / /
| * | | Merge 10.0 into 10.1Marko Mäkelä2019-01-171-1/+1
| |\ \ \ | | |/ /
| | * | safemalloc: warn, flush after fprintfDaniel Black2019-01-171-1/+1
* | | | Merge 10.1 into 10.2Marko Mäkelä2018-11-073-29/+49
|\ \ \ \ | |/ / /
| * | | Merge 10.0 into 10.1Marko Mäkelä2018-11-073-29/+49
| |\ \ \ | | |/ /
| | * | Merge 5.5 into 10.0Marko Mäkelä2018-11-073-29/+49
| | |\ \ | | | |/
| | | * MDEV-17401: LOAD DATA from very big file into MyISAM table results in EOF err...Oleksandr Byelkin2018-11-023-31/+51
* | | | Merge 10.1 into 10.2Marko Mäkelä2018-11-064-4/+15
|\ \ \ \ | |/ / /
| * | | Merge branch '10.0' into 10.1Sergei Golubchik2018-10-303-2/+10
| |\ \ \ | | |/ /
| | * | Merge branch '5.5' into 10.0Sergei Golubchik2018-10-272-2/+3
| | |\ \ | | | |/
| | | * Merge branch 'mysql/5.5' into 5.5Sergei Golubchik2018-10-232-8/+10
| | | |\
| | | | * Bug#27788907 SOME FILE OPERATIONS IN MF_IOCACHE2.C ARE NOT INSTRUMENTEDmysql-5.5.62Marc Alff2018-08-201-8/+8
| | | | * Bug #26275510 BUNDLED ZLIB DOESN'T INCLUDE FIXES FOR SOME VULNERABILITIESAditya A2018-07-091-2/+2
| | * | | MDEV-17020: Assertion `length > 0' failed in ptr_compare upon ORDER BY with b...Varun Gupta2018-10-151-0/+7