summaryrefslogtreecommitdiff
path: root/storage/myisam/myisamchk.c
Commit message (Expand)AuthorAgeFilesLines
* make myisamchk -d ignore HA_CREATE_RELIES_ON_SQL_LAYERSergei Golubchik2016-12-121-1/+1
* cleanup: minor issues in MyISAMSergei Golubchik2016-12-121-8/+10
* cleanup: T_REP/T_REP_BY_SORT/T_REP_PARALLEL in MyISAMSergei Golubchik2016-12-121-4/+3
* Fixed problem with very slow shutdown when using 100,000 MyISAM tables with d...Michael Widenius2014-07-191-2/+2
* MDEV-5314 - Compiling fails on OSX using clangSergey Vojtovich2014-02-191-3/+4
* 10.0-monty mergeSergei Golubchik2013-07-211-0/+1
|\
| * Temporary commit of 10.0-mergeMichael Widenius2013-03-261-0/+1
* | 5.5 mergeSergei Golubchik2013-07-171-1/+1
|\ \
| * \ mysql-5.5.32 mergeSergei Golubchik2013-07-161-1/+1
| |\ \
| | * | Fix for Bug 16395495 - OLD FSF ADDRESS IN GPL HEADERMurthy Narkedimilli2013-03-191-1/+1
* | | | Added some fixes that should make MyISAM & Aria REPAIR work with more than 4G...Michael Widenius2013-05-101-5/+39
|/ / /
* | | MDEV-4186 Test case main.myisampack fails on ppc32 (only)Sergei Golubchik2013-03-081-8/+8
| |/ |/|
* | mysql-5.5.29 mergeSergei Golubchik2013-01-151-3/+3
|\ \ | |/
| * BUG#11754894: MYISAMCHK ERROR HAS INCORRECT REFERENCE Anirudh Mangipudi2012-10-301-1/+8
| |\
| | * BUG#11754894: MYISAMCHK ERROR HAS INCORRECT REFERENCE Anirudh Mangipudi2012-10-301-1/+8
* | | 5.3 mergeSergei Golubchik2013-01-151-1/+8
|\ \ \
| * \ \ 5.1 mergeSergei Golubchik2013-01-101-1/+8
| |\ \ \
| | * \ \ mysql-5.1.67 mergeSergei Golubchik2013-01-091-1/+8
| | |\ \ \
| | | * | | BUG#11754894: MYISAMCHK ERROR HAS INCORRECT REFERENCE Anirudh Mangipudi2012-10-301-1/+8
| | | | |/ | | | |/|
* | | | | MDEV-419 ensure that all HAVE_XXX constants can be set by cmakeSergei Golubchik2012-07-311-3/+0
* | | | | mysql-5.5.22 mergeSergei Golubchik2012-03-281-4/+3
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | Updated/added copyright headersMySQL Build Team2012-02-161-1/+1
| |\ \ \ \ | | | |_|/ | | |/| |
| * | | | BUG#11754145 - 45702: IMPOSSIBE TO SPECIFY MYISAM_SORT_BUFFER > 4GB Ashish Agarwal2012-02-021-2/+2
* | | | | 5.3 mergeSergei Golubchik2012-01-131-1/+2
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | Merge with MariaDB 5.1Michael Widenius2011-11-241-2/+4
| |\ \ \ \ | | | |_|/ | | |/| |
| | * | | Initail merge with MySQL 5.1 (XtraDB still needs to be merged)Michael Widenius2011-11-211-2/+4
| | |\ \ \ | | | | |/ | | | |/|
| | | * | Updated/added copyright headersKent Boortz2011-06-301-2/+4
* | | | | compiler warnings/errorsSergei Golubchik2011-11-231-2/+2
* | | | | 5.3->5.5 mergeSergei Golubchik2011-11-221-0/+1
|\ \ \ \ \ | |/ / / /
| * | | | Fixed that automatic killing of delayed insert thread (in flush, alter table ...Michael Widenius2011-09-091-0/+1
* | | | | 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
| |\ \ \