summaryrefslogtreecommitdiff
path: root/storage/myisam/myisamchk.c
Commit message (Expand)AuthorAgeFilesLines
* merge with 5.3Sergei Golubchik2011-10-191-21/+26
|\
| * Merge MariaDB 5.1->5.2unknown2010-11-191-6/+4
| |\
| | * Added option BACKUP_ALL to mysqld --myisam-recover to also get a backup of th...Michael Widenius2010-11-071-6/+4
* | | post-merge fixes.Sergei Golubchik2011-07-021-1/+1
* | | 5.5-mergeSergei Golubchik2011-07-021-4/+4
|\ \ \
| * | | Fix for BUG#59894Guilhem Bichot2011-02-111-2/+3
| * | | Merge of mysql-5.1-bugteam into mysql-5.5-bugteam.Davi Arnaut2010-10-201-2/+1
| |\ \ \
| | * | | Bug#45288: pb2 returns a lot of compilation warningsDavi Arnaut2010-10-201-2/+1
* | | | | lots of post-merge changesSergei Golubchik2011-04-251-1/+1
* | | | | merge.Sergei Golubchik2010-11-251-38/+36
|\ \ \ \ \ | |/ / / / |/| | / / | | |/ / | |/| |
| * | | Added extra argument to longlong2str() to make it have same prototype is int2...Michael Widenius2010-08-071-1/+1
| * | | Merge with MariaDB 5.1.49Michael Widenius2010-08-051-34/+34
| |\ \ \ | | | |/ | | |/|
| | * | Fixed compiler warningsMichael Widenius2010-08-041-6/+6
| | * | Merge with MySQL 5.1.49Michael Widenius2010-08-021-33/+33
| | |\ \ | | | |/
| * | | WL#86: Partitioned key cache for MyISAM.Igor Babaev2010-02-161-5/+6
| |/ /
| * | Merge MySQL 5.1.41 into MariaDB trunk, including a number of after-merge fixes.unknown2009-11-301-4/+4
| |\ \
| | * \ Merge with MySQL 5.1, with following additions:unknown2009-11-161-4/+4
| | |\ \
| * | | | Remove compiler warnings (Including some warnings from -Wstrict-aliasing)Michael Widenius2009-11-301-4/+2
| |/ / /
| * | | Fixed bug #47455 - a failure with main.myisam_crash_before_flush_keys.testIgor Babaev2009-09-191-1/+4
| * | | Merge MySQL->MariaDBSergey Petrunya2009-09-081-6/+6
| |\ \ \
| * \ \ \ merge of 5.1-main into 5.1-maria. MyISAM changes are propagated to Maria exceptGuilhem Bichot2009-04-011-0/+1
| |\ \ \ \
| * \ \ \ \ Merged 5.1 with maria 5.1Michael Widenius2008-10-101-1/+1
| |\ \ \ \ \
| * | | | | | Fixed compiler warnings by adding casts and changing variable typesunknown2008-01-111-4/+4
| * | | | | | Merge a88-113-38-195.elisa-laajakaista.fi:/home/my/bk/mysql-5.1-mainunknown2007-12-161-19/+17
| |\ \ \ \ \ \
| | * | | | | | WL#3071 Maria checkpoint, WL#3072 Maria recoveryunknown2007-11-161-2/+0
| | * | | | | | Merge hynda.mysql.fi:/home/my/mysql-5.1-mainunknown2007-09-271-17/+17
| | |\ \ \ \ \ \
| | | * \ \ \ \ \ Merge jamppa@bk-internal.mysql.com:/home/bk/mysql-5.1unknown2007-06-271-17/+17
| | | |\ \ \ \ \ \
| | | | * \ \ \ \ \ Merge gbichot3.local:/home/mysql_src/mysql-5.1-for-mariaunknown2007-02-281-17/+17
| | | | |\ \ \ \ \ \
| | | | | * \ \ \ \ \ Merge gbichot3.local:/home/mysql_src/mysql-5.1-cleanunknown2006-12-201-17/+17
| | | | | |\ \ \ \ \ \
| | | | | | * \ \ \ \ \ Merge janus.mylan:/usr/home/serg/Abk/mysql-5.1unknown2006-08-101-0/+1
| | | | | | |\ \ \ \ \ \
| | | | | | | * | | | | | amd64 atomic opsunknown2006-08-101-0/+1
| | | | | | * | | | | | | Merge sanja.is.com.ua:/home/bell/mysql/bk/work-5.1unknown2006-05-241-17/+16
| | | | | | |\ \ \ \ \ \ \ | | | | | | | |/ / / / / / | | | | | | |/| | | | | |
| | | | | | | * | | | | | Added storage/maria (based on MyISAM). WL#3245unknown2006-04-111-17/+16
* | | | | | | | | | | | | WL#5498: Remove dead and unused source codeDavi Arnaut2010-07-231-1/+0
* | | | | | | | | | | | | WL#5498: Remove dead and unused source codeDavi Arnaut2010-07-231-31/+9
* | | | | | | | | | | | | WL#5486: Remove code for unsupported platformsDavi Arnaut2010-07-151-15/+2
* | | | | | | | | | | | | Bug#34043: Server loops excessively in _checkchunk() when safemalloc is enabledDavi Arnaut2010-07-081-5/+2
* | | | | | | | | | | | | Merge of mysql-5.1-bugteam into mysql-trunk-merge.Davi Arnaut2010-06-101-33/+33
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | |
| * | | | | | | | | | | | Bug#42733: Type-punning warnings when compiling MySQL --Davi Arnaut2010-06-101-33/+33
| | |_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | |
* | | | | | | | | | | | A follow-up on WL#5154 and WL#5182: remove forgotten options.Alexander Nozdrin2010-03-031-7/+0
* | | | | | | | | | | | Merge next-mr -> next-4284.Konstantin Osipov2009-12-151-1/+3
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | Bug#47216 programs should quit if the file specified by --defaults-file ...Alexey Botchkov2009-10-091-1/+3
| |/ / / / / / / / / / /
* | | | | | | | | | | | Merge mysql-next-mr to mysql-next-mr-svoj.Sergey Vojtovich2009-12-091-0/+2
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | Backport from 6.0-codebase.Sergey Vojtovich2009-11-251-0/+2
| |/ / / / / / / / / / /
* | | | | | | | | | | | Backport of:Konstantin Osipov2009-11-241-43/+43
|/ / / / / / / / / / /
* | | | | | | | | | | WL#4259 - Debug Sync FacilityIngo Struewing2009-09-291-1/+1
* | | | | | | | | | | merge mysql-5.0-bugteam to mysql-5.1-bugteamSatya B2009-09-031-3/+3
| |_|_|_|_|_|_|_|_|/ |/| | | | | | | | |
* | | | | | | | | | Bug#43940 64-bit windows myisamchk doesn't support key_buffer_size > 4GSergey Glukhov2009-05-271-5/+5
* | | | | | | | | | merging with 5.0 bugteam treeAnurag Shekhar2009-04-091-1/+1
| |_|_|_|_|_|_|_|/ |/| | | | | | | |
* | | | | | | | | Bug #38103 myisamchk: --help output incompleteAnurag Shekhar2009-02-241-0/+1
| |_|_|_|_|_|_|/ |/| | | | | | |