summaryrefslogtreecommitdiff
path: root/mysys/safemalloc.c
Commit message (Expand)AuthorAgeFilesLines
* Merge with MariaDB 5.1Michael Widenius2011-11-241-2/+4
|\
| * Initail merge with MySQL 5.1 (XtraDB still needs to be merged)Michael Widenius2011-11-211-2/+4
| |\
| | * Updated/added copyright headersKent Boortz2011-06-301-2/+4
| | |\
| | | * Updated/added copyright headersKent Boortz2011-06-301-2/+3
| | * | Bug#53445: Build with -Wall and fix warnings that it generatesDavi Arnaut2010-07-021-1/+1
* | | | Merge with 5.1 to get in changes from MySQL 5.1.55Michael Widenius2011-02-281-2/+4
|\ \ \ \ | |/ / /
| * | | - maria/ma_test_all.sh can now be run with --tmpdir=/dev/shm for faster testingMichael Widenius2011-02-251-2/+2
| * | | - Reduced memory requirements for mysqltest to 1/4.th This also gave a speed...Michael Widenius2011-02-241-1/+3
| * | | fix "./configure --with-debug" buildsSergei Golubchik2011-01-261-1/+1
* | | | Make SQLString reallocation addaptiveMichael Widenius2010-11-081-0/+4
|/ / /
* | | Merge with MySQL 5.1.49Michael Widenius2010-08-021-0/+12
|\ \ \ | |/ /
| * | Manual merge from the bugfix tree.Alexey Kopytov2010-06-111-0/+7
| |\ \
| | * | Bug #42064: low memory crash when importing hex strings, inAlexey Kopytov2010-05-211-0/+7
| * | | Bug#53593: Add some instrumentation to improve Valgrind sensitivityMarko Mäkelä2010-05-201-0/+5
| |/ /
| * | Bug#43932 myisam index corruption with large index and large Vladislav Vaintroub2009-04-291-1/+1
| * | Bug#29125 Windows Server X64: so many compiler warningsIgnacio Galarza2009-02-131-1/+1
| |\ \ | | |/
| | * Bug#29125 Windows Server X64: so many compiler warningsIgnacio Galarza2009-02-101-1/+1
| | * Backport of my_malloc() changes from 5.1 to make it 64-bit safe on Unix platf...unknown2007-08-291-14/+13
* | | Merge Mysql 5.1.39 merge into MariaDB trunkunknown2009-11-061-0/+3
|\ \ \
| * | | When running with --skip-safemalloc, still do some basic, but cheap, overrun ...unknown2009-10-161-0/+3
* | | | Automatic merge with maria-mergeMichael Widenius2009-10-261-1/+1
|\ \ \ \
| * | | | Typo fixes for "usefull" -> "useful".Peter Lieverdink2009-10-011-1/+1
| |/ / /
* | | | Fixed compiler warning messageMichael Widenius2009-10-261-1/+1
|/ / /
* | | Fixed problems in mergeMichael Widenius2009-05-191-1/+1
|\ \ \
| * | | We are now using Valgrind rather than purify, and have for quite some time.unknown2009-05-061-1/+1
* | | | merge of 5.1-main into 5.1-maria; MyISAM changes are also ported to Maria.Guilhem Bichot2009-03-111-1/+1
|\ \ \ \ | |/ / / |/| / / | |/ /
| * | Bug#37995 Error message truncation in test "innodb" in embedded mode.Alexey Botchkov2009-02-051-1/+1
* | | Merged 5.1 with maria 5.1Michael Widenius2008-10-101-29/+27
|\ \ \ | |/ /
| * | Bug#35616: memory overrun on 64-bit linux on setting large values for keybuff...Tatiana A. Nurnberg2008-08-211-26/+27
| * | Moved a lot of old bug fixes and safe cleanups from Maria 5.1 tree to 5.1unknown2007-10-111-0/+23
* | | Fixed compiler warningsunknown2008-01-131-6/+9
* | | Merge some changes from sql directory in 5.1 treeunknown2007-10-201-1/+0
* | | Merge hynda.mysql.fi:/home/my/mysql-5.1-mainunknown2007-09-271-0/+23
|\ \ \ | |/ / |/| |
| * | Merge jamppa@bk-internal.mysql.com:/home/bk/mysql-5.1unknown2007-06-271-0/+23
| |\ \
| | * | Fixed compiler warningsunknown2007-06-091-0/+23
* | | | Fixes Bug#30127: --debug-info no longer prints memory usage in mysqlunknown2007-08-011-8/+10
|/ / /
* | | WL#3817: Simplify string / memory area types and make things more consistent ...unknown2007-05-101-36/+36
* | | Merge polly.local:/tmp/maint/bug26844/my50-bug26844unknown2007-03-281-2/+2
|\ \ \ | |/ / |/| / | |/
| * Fix for bug #26844 "Memory allocation failures ignored by slave IO thread".unknown2007-03-261-2/+2
* | Merge mysql.com:/home/kent/bk/main/mysql-5.0unknown2006-12-231-2/+1
|\ \ | |/
| * Many files:unknown2006-12-231-2/+1
* | Merge mysql.com:/home/my/mysql-5.0unknown2006-11-221-5/+5
|\ \ | |/
| * Remove compiler warningsunknown2006-11-201-5/+5
| * Fix compilation failures on Windows caused by the patch for Bug#17199.unknown2006-06-271-1/+1
* | Correcting signature for my_strndup to be able to build on Windowsunknown2006-07-071-1/+1
* | Rename of my_strdup_with_lenght to match the more common "strndup" method. So...unknown2006-01-251-1/+1
|/
* Changed %lx -> 0x%lx (for easier comparison of debug files)unknown2004-08-231-4/+4
* Fixed memory overrun when doing REPAIR on table with multi-part auto_incremen...unknown2003-07-181-3/+3
* Changed safemalloc structure to not have to be 8 byte aligned. (Portability p...unknown2003-06-121-157/+148
* Indentationunknown2003-06-121-128/+123