summaryrefslogtreecommitdiff
path: root/storage/archive/azio.c
Commit message (Expand)AuthorAgeFilesLines
* fix for pb2 failure after bug#47012 push.Anurag Shekhar2009-11-171-0/+1
* Bug #47012 archive tables are not upgradeable, and server crashes Anurag Shekhar2009-11-111-4/+13
* Bug#29125 Windows Server X64: so many compiler warningsIgnacio Galarza2009-02-131-1/+1
* BUG#26978 - s->z_err not assigned a value?svoj@mysql.com/june.mysql.com2007-12-121-2/+8
* BUG#31833 - ORDER BY leads to wrong result when ARCHIVE, BLOB andsvoj@mysql.com/june.mysql.com2007-11-231-1/+1
* Merge gleb.loc:/home/uchum/work/bk/PA/5.1-opt-31036-vgshchepa/uchum@gleb.loc2007-10-281-5/+5
|\
| * Fixed bug #31036: Using order by with archive table crashes server.gshchepa/uchum@gleb.loc2007-10-261-5/+5
* | azio.c, azlib.h:kent/mysqldev@mysql.com/production.mysql.com2007-09-071-1/+1
|/
* Fixed a lot of compiler warnings and errors detected by Forte C++ on Solarismonty@mysql.com/nosik.monty.fi2007-08-131-5/+8
* Added casts to avoid compiler warnings and fixed a wrong type.jani@a88-113-38-195.elisa-laajakaista.fi2007-05-311-0/+4
* WL#3817: Simplify string / memory area types and make things more consistent ...monty@mysql.com/narttu.mysql.fi2007-05-101-13/+13
* Modified read buffer to see if performance difference existed.brian@zim.(none)2007-03-201-15/+16
* Fixed compiler warningsmonty@mysql.com/narttu.mysql.fi2007-02-231-4/+6
* This patch passes comment to be embedded in ARZ.brian@zim.(none)2007-01-241-4/+81
* Just adding support for a "minor" version number. brian@zim.(none)2007-01-211-1/+5
* 1) New dirty state for files (need this for longterm fast recovery)brian@zim.(none)2007-01-201-15/+33
* Final cleanup for new archive internal format. All new headers work.brian@zim.(none)2007-01-121-2/+1
* Merge baker@bk-internal.mysql.com:/home/bk/mysql-5.1-archbrian@zim.(none)2007-01-111-116/+220
|\
| * New azio which keeps meta data in its own header. brian@zim.(none)2007-01-101-128/+149
| * This updates archive to use new header information in az files and makes way ...brian@zim.(none)2006-12-041-44/+103
| * Fixed problems with original gzio() functions not being able to correctly ret...brian@zim.(none)2006-12-031-13/+37
* | Fixed compiler warnings (Mostly VC++):monty@mysql.com/narttu.mysql.fi2006-11-301-2/+2
|/
* Warning fixes for Windows, and an include fix for Windows for Innodb.brian@zim.(none)2006-09-071-2/+2
* azio.c, archive_test.c:kent@mysql.com2006-03-261-2/+2
* 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-021-1/+1
* build fixes for azio on systems without zutil.hstewart@mysql.com2005-12-281-5/+6
* Bug#15976: Multiply warnings about unfreed memoryacurtis@xiphis.org2005-12-251-1/+1
* Just a few cleanup points in azio. Should solve Ubuntu compile problem. brian@zim.(none)2005-12-231-17/+14
* Fix for Antony's push. I've also changed from using the zlib off_t pointer ty...brian@zim.(none)2005-12-231-3/+3
* Update to add in support for AZIO.brian@zim.(none)2005-12-221-0/+653