summaryrefslogtreecommitdiff
path: root/mysys
Commit message (Expand)AuthorAgeFilesLines
* Windows, compiling : reenable warning C4996 (deprecated functions)Vladislav Vaintroub2018-02-071-21/+0
* MDEV-15091 : Windows, 64bit: reenable and fix warning C4267 (conversion from ...Vladislav Vaintroub2018-02-069-20/+21
* Merge remote-tracking branch 'origin/bb-10.2-ext' into 10.3Alexander Barkov2018-02-044-11/+19
|\
| * Added name to MEM_ROOT for esier debuggingMonty2018-02-024-11/+19
* | Merge remote-tracking branch 'origin/bb-10.2-ext' into 10.3Alexander Barkov2018-01-292-2/+9
|\ \ | |/
| * 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
* | | Merge bb-10.2-ext into 10.3Marko Mäkelä2018-01-171-1/+3
|\ \ \ | |/ /
| * | 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
* | | Merge branch 'github/10.3' into bb-10.3-temporalmariadb-10.3.4Sergei Golubchik2018-01-174-5/+5
|\ \ \
| * | | Minor spelling fixes in code comments, docs and outputOtto Kekäläinen2018-01-124-5/+5
* | | | System Versioning 1.0 pre8Aleksey Midenkov2018-01-109-65/+56
|\ \ \ \ | |/ / /
| * | | Merge bb-10.2-ext into 10.3Marko Mäkelä2018-01-046-55/+43
| |\ \ \ | | |/ /
| | * | 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
| * | | | Fixed compiler warnings in guess_malloc_libraryMonty2017-12-221-6/+7
| * | | | Re-enable 'S' for --debug (sf_sanity checking for each call)Monty2017-12-223-4/+6
* | | | | remove ifdefs around PSI_THREAD_CALLSergei Golubchik2018-01-091-3/+1
|/ / / /
* | | | Merge bb-10.2-ext into 10.3Marko Mäkelä2017-12-192-1/+66
|\ \ \ \ | |/ / /
| * | | MDEV-14315 -- Reflect use of tcmalloc in a system variable and error logVesa Pentti2017-12-182-1/+65
* | | | mysys: handle T, P, E suffixsDaniel Black2017-12-191-15/+27
* | | | Fix typos in some commentsTakuro Ashie2017-12-181-1/+1
* | | | Merge bb-10.2-ext into 10.3Marko Mäkelä2017-12-142-4/+3
|\ \ \ \ | |/ / /
| * | | 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
* | | | | Merge bb-10.2-ext into 10.3Marko Mäkelä2017-12-123-6/+6
|\ \ \ \ \ | |/ / / /
| * | | | Restore LF_BACKOFFSergey Vojtovich2017-12-083-6/+6
* | | | | Adding multi_range_read support to partitionsMonty2017-12-031-0/+3
* | | | | mysys: Remove freebsd freopen implementationDaniel Black2017-11-151-60/+0
* | | | | Merge bb-10.2-ext into 10.3Marko Mäkelä2017-11-101-1/+21
|\ \ \ \ \ | |/ / / /
| * | | | Reducing memory when using information schemaMonty2017-11-021-1/+21
* | | | | setval(): Do not fall through from GET_FLAGSET to GET_BITMarko Mäkelä2017-11-101-0/+1
* | | | | keycache: restructure functions that are controlled by arguementsDaniel Black2017-11-021-133/+139
* | | | | Merge remote-tracking branch 'origin/bb-10.2-ext' into 10.3Alexander Barkov2017-10-301-0/+10
|\ \ \ \ \ | |/ / / /
| * | | | 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
* | | | | | MDEV-11549 - Twin includeSergey Vojtovich2017-10-201-1/+0
* | | | | | Merge bb-10.2-ext into 10.3Marko Mäkelä2017-10-0418-102/+109
|\ \ \ \ \ \ | |/ / / / /