summaryrefslogtreecommitdiff
path: root/storage/archive
Commit message (Collapse)AuthorAgeFilesLines
* Makefile.am:kent@mysql.com2006-02-221-3/+4
| | | | | | Change for 'make distcheck' libmysqld.vcproj: Typo
* Windows/Visual Studio 2003 fixes for the 5.1.5 release.knielsen@mysql.com2006-01-131-2/+10
|
* Do not use C++ style comments (//) in C source (breaks compilation on aix52).knielsen@mysql.com2006-01-022-2/+2
|
* build fixes for azio on systems without zutil.hstewart@mysql.com2005-12-282-6/+6
|
* Bug#15976: Multiply warnings about unfreed memoryacurtis@xiphis.org2005-12-251-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-232-17/+15
|
* Fix for Antony's push. I've also changed from using the zlib off_t pointer ↵brian@zim.(none)2005-12-232-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-224-0/+1010
AZIO differs in that it uses mysys methods and removes all of the malloc calls.