summaryrefslogtreecommitdiff
path: root/storage/archive/azio.c
Commit message (Expand)AuthorAgeFilesLines
* Optimize flush tables with read lock (FTWRL) to not wait for select'sMonty2018-12-091-1/+4
* MDEV-15091 : Windows, 64bit: reenable and fix warning C4267 (conversion from ...Vladislav Vaintroub2018-02-061-7/+7
* Changing field::field_name and Item::name to LEX_CSTRINGMonty2017-04-231-1/+1
* General spell fixing in comments and stringsOtto Kekäläinen2016-06-081-1/+1
* MDEV-4786 - merge 10.0-monty - 10.0Sergey Vojtovich2013-07-291-4/+13
* * frm extra2 segment.Sergei Golubchik2013-04-091-0/+18
* CREATE TABLE and frm-less discovering engines.Sergei Golubchik2013-04-091-1/+1
* single table discovery: handlerton::discover_table() method.Sergei Golubchik2013-04-091-4/+4
* merge with MySQL 5.5.27Sergei Golubchik2012-08-091-10/+17
|\
| * Bug 14116252 - CANNOT BUILD ARCHIVE ENGINE WHEN WITH_PERFSCHEMA_STORAGE_ENGINE=0Marc Alff2012-05-311-0/+2
| * Bug#13417440 : 63340: ARCHIVE FILE IO NOT INSTRUMENTEDMayank Prasad2012-05-241-10/+15
* | 5.5-mergeSergei Golubchik2011-07-021-0/+9
|\ \ | |/
| * Merge.Sergey Vojtovich2011-06-031-0/+9
| |\
| | * BUG#12402794 - 60976: CRASH, VALGRIND WARNING AND MEMORYSergey Vojtovich2011-05-181-0/+9
* | | merge.Sergei Golubchik2010-11-251-2/+15
|\ \ \ | |/ / |/| |
| * | Enable archive tables to work with mysql_upgrade / repairMichael Widenius2010-09-031-0/+11
| * | Merge with MySQL 5.1.42Michael Widenius2010-01-151-4/+14
| |\ \ | | |/
| * | After-merge fixes for problems seen in buildbot after merging MySQL-5.1.35.unknown2009-05-221-36/+4
| * | Fixed problems in mergeMichael Widenius2009-05-191-1/+1
| |\ \
| | * | We are now using Valgrind rather than purify, and have for quite some time.unknown2009-05-061-1/+1
| * | | Merged with mysql-5.1 tree.Michael Widenius2009-04-251-1/+1
| |\ \ \ | | |/ / | |/| |
| * | | Fix Valgrind errors seen in buildbot.unknown2009-04-081-2/+36
* | | | Bug#45377: ARCHIVE tables aren't discoverable after OPTIMIZEDavi Arnaut2010-07-261-11/+11
| |_|/ |/| |
* | | 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?unknown2007-12-121-2/+8
* BUG#31833 - ORDER BY leads to wrong result when ARCHIVE, BLOB andunknown2007-11-231-1/+1
* Merge gleb.loc:/home/uchum/work/bk/PA/5.1-opt-31036-vunknown2007-10-281-5/+5
|\
| * Fixed bug #31036: Using order by with archive table crashes server.unknown2007-10-261-5/+5
* | azio.c, azlib.h:unknown2007-09-071-1/+1
|/
* Fixed a lot of compiler warnings and errors detected by Forte C++ on Solarisunknown2007-08-131-5/+8
* Added casts to avoid compiler warnings and fixed a wrong type.unknown2007-05-311-0/+4
* WL#3817: Simplify string / memory area types and make things more consistent ...unknown2007-05-101-13/+13
* Modified read buffer to see if performance difference existed.unknown2007-03-201-15/+16
* Fixed compiler warningsunknown2007-02-231-4/+6
* 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