Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Makefile.am: | kent@mysql.com | 2006-02-22 | 1 | -3/+4 |
| | | | | | | Change for 'make distcheck' libmysqld.vcproj: Typo | ||||
* | Windows/Visual Studio 2003 fixes for the 5.1.5 release. | knielsen@mysql.com | 2006-01-13 | 1 | -2/+10 |
| | |||||
* | Do not use C++ style comments (//) in C source (breaks compilation on aix52). | knielsen@mysql.com | 2006-01-02 | 2 | -2/+2 |
| | |||||
* | build fixes for azio on systems without zutil.h | stewart@mysql.com | 2005-12-28 | 2 | -6/+6 |
| | |||||
* | Bug#15976: Multiply warnings about unfreed memory | acurtis@xiphis.org | 2005-12-25 | 1 | -1/+1 |
| | | | | | leaks caused by Archive storage engine not closing files and storage engines not receiving panic() during shutdown | ||||
* | Just a few cleanup points in azio. Should solve Ubuntu compile problem. | brian@zim.(none) | 2005-12-23 | 2 | -17/+15 |
| | |||||
* | Fix for Antony's push. I've also changed from using the zlib off_t pointer ↵ | brian@zim.(none) | 2005-12-23 | 2 | -9/+9 |
| | | | | type to my_off_t to fix issues around buggy zlib versions and to make sure file sizes are consistent through out mysql. | ||||
* | Update to add in support for AZIO. | brian@zim.(none) | 2005-12-22 | 4 | -0/+1010 |
AZIO differs in that it uses mysys methods and removes all of the malloc calls. |