summaryrefslogtreecommitdiff
path: root/storage/archive/ha_archive.cc
Commit message (Expand)AuthorAgeFilesLines
* BUG#11751793 - 42784: ARCHIVE TABLES CAUSE 100% CPU USAGEAshish Agarwal2011-11-231-9/+39
* Updated/added copyright headersKent Boortz2011-07-031-14/+16
|\
| * BUG#12402794 - 60976: CRASH, VALGRIND WARNING AND MEMORYSergey Vojtovich2011-05-181-1/+2
| * Merge from mysql-5.1.57-releaseKaren Langford2011-05-061-1/+1
| |\
| | * BUG#11764339 - valgrind errors, random data when returningSergey Vojtovich2011-03-031-1/+1
| * | BUG#11762616: BUG#55229: 'POSTION' Luis Soares2011-05-061-12/+14
| |/
* | Updated/added copyright headersKent Boortz2011-06-301-2/+4
|/
* BUG#46565 - repair of partition fail for archive engineSergey Vojtovich2010-03-251-4/+10
* BUG#48757 - missing .ARZ file causes server crashSergey Vojtovich2010-02-121-8/+13
* Apply patch on behalf of Magnus:Davi Arnaut2010-01-201-1/+1
* Bug #47012 archive tables are not upgradeable, and server crashes Anurag Shekhar2009-11-111-1/+15
* Bug #43414 Parenthesis (and other) warnings compiling MySQLStaale Smedseng2009-09-231-6/+4
* Local merge.Sergey Vojtovich2009-09-101-1/+1
|\
| * BUG#46961 - archive engine loses rows during self joining select!Sergey Vojtovich2009-09-041-1/+1
* | BUG#29203 - archive tables have weird values in show table statusSergey Vojtovich2009-09-091-2/+3
|/
* Bug #39802 On Windows, 32-bit time_t should be enforcedAnurag Shekhar2009-05-131-2/+2
* fixed archive test. It might be OOM error on boxes with low amount of memory.Sergey Glukhov2009-03-261-1/+5
* Fix for BUG#32880 - Repairing Archive table fails with internal error 144Satya B2009-03-181-4/+2
* Bug#37719: Crash if rename Archive table to same name with differentMattias Jonsson2008-10-031-1/+1
* Bug #32247 Test reports wrong value of "AUTO_INCREMENT" (on a partitioned Inn...holyfoot/hf@mysql.com/hfmain.(none)2007-12-061-23/+14
* ha_archive.cc:gshchepa/uchum@gleb.loc2007-10-281-1/+1
* Fixed bug #31036: Using order by with archive table crashes server.gshchepa/uchum@gleb.loc2007-10-261-2/+2
* Fixed locking issues around flushes. brian@zim.(none)2007-07-121-25/+34
* Merge mysql.com:/home/svoj/devel/mysql/BUG29250/mysql-5.0-enginessvoj@june.mysql.com2007-06-281-17/+3
* WL#3817: Simplify string / memory area types and make things more consistent ...monty@mysql.com/narttu.mysql.fi2007-05-101-51/+50
* Making sure thar archive is inited for info AUTO call.brian@zim.(none)2007-03-261-0/+1
* Merge piggy:/home/brian/mysql-5.1-archbrian@zim.(none)2007-03-261-3/+3
|\
| * Adjusting locks for concurrency issue (not found, but suspect). brian@piggy.tangent.org2007-03-261-3/+3
* | Centralized init logic for starting a scan. brian@zim.(none)2007-03-261-15/+3
|/
* New comments, additional init for rebuild options. brian@zim.(none)2007-03-251-0/+5
* Added delayed open of file descriptors to cut down on issues surrounding larg...brian@zim.(none)2007-03-231-12/+32
* Merge jamppa@bk-internal.mysql.com:/home/bk/mysql-5.1jani@a88-113-38-195.elisa-laajakaista.fi2007-02-031-19/+20
|\
| * After merge fixesmonty@mysql.com/narttu.mysql.fi2007-01-291-8/+9
| * Merge mysql.com:/home/my/mysql-5.0monty@narttu.mysql.fi2007-01-271-11/+11
* | Reworked a section of code that caused valgrind errors (and that partitioning...brian@zim.(none)2007-01-311-7/+14
* | Two things:brian@zim.(none)2007-01-261-2/+2
* | For performance reasons we remove the ability in unique indexes on autoincrem...brian@zim.(none)2007-01-261-5/+5
* | This fixes a bug in show create table displaying auto_increment field when it...brian@zim.(none)2007-01-261-35/+12
* | Fixed a warning. Added the -A option so that the autoincrement could be set o...brian@zim.(none)2007-01-261-2/+2
* | This patch passes comment to be embedded in ARZ.brian@zim.(none)2007-01-241-23/+98
|/
* 1) New dirty state for files (need this for longterm fast recovery)brian@zim.(none)2007-01-201-4/+1
* Updates to archive_reader. brian@zim.(none)2007-01-131-1/+1
* More windows warnings cleanupbrian@zim.(none)2007-01-131-10/+6
* REAL_PATH was rewritten for DATA DIRECTORY (doesn't get calculated for each t...brian@zim.(none)2007-01-131-28/+50
* Final cleanup for new archive internal format. All new headers work.brian@zim.(none)2007-01-121-94/+56
* Merge baker@bk-internal.mysql.com:/home/bk/mysql-5.1-archbrian@zim.(none)2007-01-111-333/+371
|\
| * New azio which keeps meta data in its own header. brian@zim.(none)2007-01-101-301/+121
| * This updates archive to use new header information in az files and makes way ...brian@zim.(none)2006-12-041-46/+16
| * Fixed problems with original gzio() functions not being able to correctly ret...brian@zim.(none)2006-12-031-35/+101
| * Formailized the row buffer structure, implemented new streaming format. brian@zim.(none)2006-12-021-75/+225