summaryrefslogtreecommitdiff
path: root/include/myisam.h
Commit message (Expand)AuthorAgeFilesLines
* Initail merge with MySQL 5.1 (XtraDB still needs to be merged)Michael Widenius2011-11-211-2/+4
|\
| * Updated/added copyright headersKent Boortz2011-07-031-2/+24
| |\
| * \ Updated/added copyright headersKent Boortz2011-06-301-2/+4
| |\ \
| | * | Updated/added copyright headersKent Boortz2011-06-301-2/+3
* | | | Merge with MySQL 5.1.57/58Michael Widenius2011-05-021-0/+1
|\ \ \ \ | | |_|/ | |/| |
| * | | Bug#11900714 REMOVE LGPL LICENSED FILES IN MYSQL 5.1Magne Mahre2011-03-281-1/+23
| |/ /
* | | Added option BACKUP_ALL to mysqld --myisam-recover to also get a backup of th...Michael Widenius2010-11-071-1/+4
* | | Merge with MySQL 5.1.49Michael Widenius2010-08-021-2/+0
|\ \ \ | |/ /
| * | Bug#54457: Test suite broken for 32-bit buildDavi Arnaut2010-06-281-2/+0
* | | Merge MySQL 5.1.44 into MariaDB.unknown2010-03-041-0/+3
|\ \ \ | |/ /
| * | merge mysql-5.0-bugteam to mysql-5.1-bugteamSatya B2009-12-171-0/+3
| |\ \ | | |/
| | * Fix for Bug#37408 - Compressed MyISAM files should not require/use mmap()Satya B2009-12-171-0/+4
| * | A follow-up to fix forSergey Vojtovich2009-10-271-0/+4
| * | Bug#43940 64-bit windows myisamchk doesn't support key_buffer_size > 4GSergey Glukhov2009-05-271-1/+2
* | | merge of 5.1-main into 5.1-maria. Myisam->Maria change propagation will follow.Guilhem Bichot2009-02-121-1/+1
|\ \ \ | |/ /
| * | Fix for bug #37756: enabling fulltext indexes withRamil Kalimullin2009-01-261-1/+1
* | | Merged 5.1 with maria 5.1Michael Widenius2008-10-101-1/+4
|\ \ \ | |/ /
| * | mergingAlexey Botchkov2008-08-231-0/+4
| |\ \ | | |/
| | * Bug#32167 another privilege bypass with DATA/INDEX DIRECTORY.Alexey Botchkov2008-08-221-0/+4
* | | Merge mysql.com:/home/my/mysql-5.1unknown2008-04-281-0/+2
|\ \ \ | |/ /
| * | Moved a lot of old bug fixes and safe cleanups from Maria 5.1 tree to 5.1unknown2007-10-111-18/+8
* | | Fixed compiler warnings by adding casts and changing variable typesunknown2008-01-111-2/+2
* | | Merge jani@marvel:/my/bk/mysql-maria.newunknown2007-12-181-1/+1
|\ \ \
| * | | Fixed bug in undo_key_delete; Caused crashed key files in recoveryunknown2007-12-171-1/+1
* | | | Fixed after-merge problems.unknown2007-12-161-1/+1
|/ / /
* | | Merge hynda.mysql.fi:/home/my/mysql-5.1-mainunknown2007-09-271-181/+91
|\ \ \ | |/ / |/| |
| * | Added applying of undo for updatesunknown2007-09-091-1/+1
| * | Merged with mysql-5.1 main tree.unknown2007-07-021-1/+1
| * | Merge jamppa@bk-internal.mysql.com:/home/bk/mysql-5.1unknown2007-06-271-181/+91
| |\ \
| | * | Fixes after review of guilhem of block record patchunknown2007-04-191-2/+0
| | * | Merge gbichot3.local:/home/mysql_src/mysql-5.1-for-mariaunknown2007-02-281-178/+90
| | |\ \
| | | * | Maria - merging recent changes done to MyISAM into Maria.unknown2006-12-191-0/+15
| | | * | Merge gbichot3.local:/home/mysql_src/mysql-5.1-cleanunknown2006-12-181-182/+79
| | | |\ \
| | | | * | Completion of merge of mysql-5.1 into mysql-maria.unknown2006-08-101-0/+1
| | | | * | Merge gbichot3.local:/home/mysql_src/mysql-5.1-2unknown2006-08-091-179/+79
| | | | |\ \
| | | | | * \ Merge sanja.is.com.ua:/home/bell/mysql/bk/work-5.1unknown2006-05-241-179/+79
| | | | | |\ \
| | | | | | * | Added storage/maria (based on MyISAM). WL#3245unknown2006-04-111-179/+79
* | | | | | | | Fixed a lot of compiler warnings and errors detected by Forte C++ on Solarisunknown2007-08-131-1/+1
|/ / / / / / /
* | | | | | | WL#3817: Simplify string / memory area types and make things more consistent ...unknown2007-05-101-20/+20
* | | | | | | wl#3700 - post-review fixes:unknown2007-03-171-1/+1
* | | | | | | WL#3700: Handler API change: all index search methods - that is,unknown2007-01-291-4/+3
|/ / / / / /
* | | | | | Merge mysql.com:/home/kent/bk/main/mysql-5.0unknown2006-12-231-2/+1
|\ \ \ \ \ \ | |/ / / / / |/| | | | / | | |_|_|/ | |/| | |
| * | | | Many files:unknown2006-12-231-2/+1
* | | | | Merge chilla.local:/home/mydev/mysql-5.0-bug8283unknown2006-10-091-1/+1
|\ \ \ \ \ | |/ / / / | | / / / | |/ / / |/| | |
| * | | Merge chilla.local:/home/mydev/mysql-4.1-bug8283-oneunknown2006-10-091-1/+1
| |\ \ \
| | * | | Bug#8283 - OPTIMIZE TABLE causes data lossunknown2006-10-091-1/+1
* | | | | This changeset is largely a handler cleanup changeset (WL#3281), but includes...unknown2006-06-041-0/+1
| |_|/ / |/| | |
* | | | Added support for key_block_size for key and table level (WL#602)unknown2006-05-031-1/+1
| |_|/ |/| |
* | | This patch cleans up two tests which were a bit fragile from other failing te...unknown2006-02-241-4/+0
* | | Merging 5.0->5.1unknown2006-02-171-0/+1
|\ \ \ | |/ /