Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 10.0-base merge | Sergei Golubchik | 2014-02-26 | 1 | -2/+2 |
|\ | |||||
| * | 5.5 merge | Sergei Golubchik | 2014-02-25 | 1 | -2/+2 |
| |\ | |||||
| | * | MySQL-5.5.36 merge | Sergei Golubchik | 2014-02-17 | 1 | -2/+2 |
| | |\ | |||||
| | | * | Updated/added copyright headers | Murthy Narkedimilli | 2014-01-06 | 1 | -1/+1 |
* | | | | MDEV-5314 - Compiling fails on OSX using clang | Sergey Vojtovich | 2014-02-19 | 1 | -6/+8 |
|/ / / | |||||
* | | | 5.5 merge | Sergei Golubchik | 2013-06-06 | 1 | -6/+4 |
|\ \ \ | |/ / | |||||
| * | | mysql-5.5.31 merge | Sergei Golubchik | 2013-05-07 | 1 | -4/+8 |
| |\ \ | | |/ | |||||
| | * | Bug#11757464:SERVER CRASH IN RECURSIVE CALL WHEN OOM | Nisha Gopalakrishnan | 2013-01-15 | 1 | -3/+9 |
* | | | missing cast added | Sergei Golubchik | 2013-02-04 | 1 | -1/+1 |
* | | | 32-bit fix: first cast the value to a signed type, then subtract | Sergei Golubchik | 2013-01-23 | 1 | -1/+1 |
* | | | cleanup: | Sergei Golubchik | 2013-01-23 | 1 | -6/+6 |
* | | | MDEV-4011 Added per thread memory counting and usage | Michael Widenius | 2013-01-23 | 1 | -12/+114 |
|/ / | |||||
* | | 5.3 merge | Sergei Golubchik | 2012-01-13 | 1 | -1/+2 |
|\ \ | |||||
| * \ | Merge with MariaDB 5.1 | Michael Widenius | 2011-11-24 | 1 | -2/+4 |
| |\ \ | |||||
| | * \ | Initail merge with MySQL 5.1 (XtraDB still needs to be merged) | Michael Widenius | 2011-11-21 | 1 | -2/+4 |
| | |\ \ | |||||
| | | * \ | Updated/added copyright headers | Kent Boortz | 2011-06-30 | 1 | -2/+4 |
| | | |\ \ | |||||
| | | | * | | Backport of my_malloc() changes from 5.1 to make it 64-bit safe on Unix platf... | unknown | 2007-08-29 | 1 | -8/+8 |
* | | | | | | move safemalloc out of dbug. | Sergei Golubchik | 2011-12-12 | 1 | -3/+3 |
* | | | | | | 5.3->5.5 merge | Sergei Golubchik | 2011-11-22 | 1 | -1/+5 |
|\ \ \ \ \ \ | |/ / / / / | |||||
| * | | | | | Added logging of all errors from my_read/my_write/my_pread/my_pwrite/my_open ... | Michael Widenius | 2011-09-02 | 1 | -1/+5 |
| |/ / / / | |||||
| * | | | | Merge with MySQL 5.1.49 | Michael Widenius | 2010-08-02 | 1 | -1/+11 |
| |\ \ \ \ | | |/ / / | |||||
| * | | | | Fix build error after last push with --with-debug=full due to SAFEMALLOC now ... | unknown | 2009-03-31 | 1 | -0/+3 |
* | | | | | adding DBUG_ENTER/DBUG_RETURN tags that were useful when fixing memory leaks | Sergei Golubchik | 2011-07-10 | 1 | -3/+9 |
* | | | | | add safemalloc back | Sergei Golubchik | 2011-07-10 | 1 | -4/+4 |
* | | | | | remove remnants of safemalloc and | Sergei Golubchik | 2011-07-10 | 1 | -18/+0 |
| |_|_|/ |/| | | | |||||
* | | | | Bug#34043: Server loops excessively in _checkchunk() when safemalloc is enabled | Davi Arnaut | 2010-07-08 | 1 | -30/+88 |
| |/ / |/| | | |||||
* | | | Bug #42064: low memory crash when importing hex strings, in | Alexey Kopytov | 2010-05-21 | 1 | -1/+11 |
|/ / | |||||
* | | WL#3817: Simplify string / memory area types and make things more consistent ... | unknown | 2007-05-10 | 1 | -19/+19 |
* | | Merge polly.local:/tmp/maint/bug26844/my50-bug26844 | unknown | 2007-03-28 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | Fix for bug #26844 "Memory allocation failures ignored by slave IO thread". | unknown | 2007-03-26 | 1 | -1/+1 |
* | | Merge mysql.com:/home/kent/bk/main/mysql-5.0 | unknown | 2006-12-23 | 1 | -2/+1 |
|\ \ | |/ | |||||
| * | Many files: | unknown | 2006-12-23 | 1 | -2/+1 |
* | | Merge mysql.com:/home/my/mysql-5.0 | unknown | 2006-11-22 | 1 | -2/+2 |
|\ \ | |/ | |||||
| * | Remove compiler warnings | unknown | 2006-11-20 | 1 | -2/+2 |
* | | Merge bodhi.netgear:/opt/local/work/tmp_merge | unknown | 2006-07-06 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | Fix compilation failures on Windows caused by the patch for Bug#17199. | unknown | 2006-06-27 | 1 | -1/+1 |
* | | Rename of my_strdup_with_lenght to match the more common "strndup" method. So... | unknown | 2006-01-25 | 1 | -1/+1 |
|/ | |||||
* | Changed %lx -> 0x%lx (for easier comparison of debug files) | unknown | 2004-08-23 | 1 | -2/+2 |
* | Cleanups | unknown | 2003-08-26 | 1 | -17/+17 |
* | Update mysql-test results after merge | unknown | 2002-09-18 | 1 | -4/+4 |
* | Portability fixes. | unknown | 2002-09-11 | 1 | -0/+12 |
* | Update copyright | unknown | 2001-12-06 | 1 | -15/+14 |
* | Fixes for OS2. | unknown | 2001-08-22 | 1 | -1/+1 |
* | Import changeset | unknown | 2000-07-31 | 1 | -0/+84 |