summaryrefslogtreecommitdiff
path: root/storage/archive/azio.c
Commit message (Expand)AuthorAgeFilesLines
* This patch passes comment to be embedded in ARZ.unknown2007-01-241-4/+81
* Just adding support for a "minor" version number. unknown2007-01-211-1/+5
* 1) New dirty state for files (need this for longterm fast recovery)unknown2007-01-201-15/+33
* Final cleanup for new archive internal format. All new headers work.unknown2007-01-121-2/+1
* Merge baker@bk-internal.mysql.com:/home/bk/mysql-5.1-archunknown2007-01-111-116/+220
|\
| * New azio which keeps meta data in its own header. unknown2007-01-101-128/+149
| * This updates archive to use new header information in az files and makes way ...unknown2006-12-041-44/+103
| * Fixed problems with original gzio() functions not being able to correctly ret...unknown2006-12-031-13/+37
* | Fixed compiler warnings (Mostly VC++):unknown2006-11-301-2/+2
|/
* Warning fixes for Windows, and an include fix for Windows for Innodb.unknown2006-09-071-2/+2
* azio.c, archive_test.c:unknown2006-03-261-2/+2
* Windows/Visual Studio 2003 fixes for the 5.1.5 release.unknown2006-01-131-2/+10
* Do not use C++ style comments (//) in C source (breaks compilation on aix52).unknown2006-01-021-1/+1
* build fixes for azio on systems without zutil.hunknown2005-12-281-5/+6
* Bug#15976: Multiply warnings about unfreed memoryunknown2005-12-251-1/+1
* Just a few cleanup points in azio. Should solve Ubuntu compile problem. unknown2005-12-231-17/+14
* Fix for Antony's push. I've also changed from using the zlib off_t pointer ty...unknown2005-12-231-3/+3
* Update to add in support for AZIO.unknown2005-12-221-0/+653