summaryrefslogtreecommitdiff
path: root/storage/myisam/mi_open.c
Commit message (Expand)AuthorAgeFilesLines
* MDEV-11606 Server crashes in mi_make_key / sort_key_readMonty2017-01-111-0/+1
* Merge branch '10.1' into 10.2Sergei Golubchik2016-12-291-1/+0
|\
| * MDEV-10759 Fix Aria to support 2-byte collation IDsMonty2016-12-021-1/+0
* | MDEV-5800 MyISAM support for indexed vcolsSergei Golubchik2016-12-121-6/+11
* | cleanup: minor issues in MyISAMSergei Golubchik2016-12-121-24/+23
* | cleanup: spatial indexes in MyISAMSergei Golubchik2016-12-121-2/+3
|/
* MDEV-6650 - LINT_INIT emits code in non-debug buildsSergey Vojtovich2015-03-161-1/+0
* 5.5.38 mergeSergei Golubchik2014-06-061-4/+3
|\
| * MDEV-6245 Certain compressed tables with myisampack are corrupted by "CHECK T...Michael Widenius2014-05-171-4/+3
| * merge with mysql-5.5.30 minus few incorrect or not applicable changesetsSergei Golubchik2013-02-281-0/+6
| |\
| | * BUG#13556107: CHECK AND REPAIR TABLE SHOULD BE MORE ROBUST [3]Venkata Sidagam2012-11-141-0/+6
* | | MDEV-5314 - Compiling fails on OSX using clangSergey Vojtovich2014-02-191-3/+3
* | | Temporary commit of 10.0-mergeMichael Widenius2013-03-261-12/+39
|/ /
* | mysql-5.5.29 mergeSergei Golubchik2013-01-151-1/+2
|\ \ | |/
| * BUG#13556441: CHECK AND REPAIR TABLE SHOULD BE MORE ROBUST [4]Venkata Sidagam2012-10-311-1/+2
* | 5.3 mergeSergei Golubchik2012-01-131-1/+2
|\ \
| * \ Merge with 5.2.Michael Widenius2011-12-111-2/+4
| |\ \
| | * \ Initail merge with MySQL 5.1 (XtraDB still needs to be merged)Michael Widenius2011-11-211-2/+4
| | |\ \
* | | | | few cmake/compiler warningsSergei Golubchik2011-11-031-3/+2
* | | | | mysql-5.5.18 mergeSergei Golubchik2011-11-031-2/+2
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | Updated/added copyright headersKent Boortz2011-06-301-2/+2
| |\ \ \ \ | | | |_|/ | | |/| |
| | * | | Updated/added copyright headersKent Boortz2011-06-301-2/+4
* | | | | merge with 5.3Sergei Golubchik2011-10-191-5/+6
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | merge LP Bug#686184Vladislav Vaintroub2010-12-071-1/+1
| |\ \ \ \ | | | |_|/ | | |/| |
| | * | | Fix LP Bug#686184 - merge_debug test fails.Vladislav Vaintroub2010-12-061-1/+1
| * | | | Added TRASH() to table->record[0] to find out if we access not initialzed data.Michael Widenius2010-11-271-4/+5
* | | | | 5.5-mergeSergei Golubchik2011-07-021-6/+0
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | Remove configuration preprocessor symbols 'THREAD'Magne Mahre2011-01-111-6/+0
* | | | | lots of post-merge changesSergei Golubchik2011-04-251-2/+2
* | | | | merge.Sergei Golubchik2010-11-251-24/+57
|\ \ \ \ \ | |/ / / / |/| / / / | |/ / /
| * | | Fix buildbot failure introduced by the previous pushSergey Petrunya2010-11-091-1/+0
| * | | Fix buildbot failures caused by two previous pushes.Sergey Petrunya2010-11-081-4/+3
| * | | Fix buildbot errors: rec_per_key_part can be 0 if re-openingSergey Petrunya2010-11-081-1/+1
| * | | [Patch from Monty] Fix stack-overrun crash in subselect_notembedded.testSergey Petrunya2010-11-081-6/+22
| |/ /
| * | Fix for: LP #634955: Assert in _ma_update_at_original_place()Michael Widenius2010-11-021-1/+3
| * | Merge with MySQL 5.1.50Michael Widenius2010-08-271-2/+1
| |\ \ | | |/
| | * Bug#53445: Build with -Wall and fix warnings that it generatesDavi Arnaut2010-07-021-1/+1
| * | Merge MySQL 5.1.46 into MariaDB.unknown2010-04-281-0/+3
| |\ \ | | |/
| * | When one does a drop table, the indexes are not flushed to disk before drop a...Michael Widenius2010-02-101-0/+2
| * | Merge MySQL 5.1.39 into MariaDB 5.1.unknown2009-10-151-1/+1
| |\ \
| * \ \ Merge MySQL->MariaDBSergey Petrunya2009-09-081-1/+2
| |\ \ \
| * \ \ \ merge of 5.1-main into 5.1-maria. Myisam->Maria change propagation will follow.Guilhem Bichot2009-02-121-2/+5
| |\ \ \ \
| * | | | | Fixed warnings and errors discovered by pushbuild2Michael Widenius2008-12-041-2/+2
| * | | | | Fix for bug#39226 Maria: crash with FLUSH TABLES WITH READ LOCK after LOCK TA...Michael Widenius2008-10-121-1/+1
| * | | | | Merged 5.1 with maria 5.1Michael Widenius2008-10-101-9/+32
| |\ \ \ \ \
| * | | | | | Fix for Bug #37007 Maria: different checksum for MyISAM table depending on CH...Michael Widenius2008-06-281-1/+9
| * | | | | | Merge mysql.com:/home/my/mysql-5.1unknown2008-04-281-2/+14
| |\ \ \ \ \ \
| * \ \ \ \ \ \ 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
| * | | | | | | | Merge a88-113-38-195.elisa-laajakaista.fi:/home/my/bk/mysql-5.1-mainunknown2007-12-161-13/+21
| |\ \ \ \ \ \ \ \ | | |/ / / / / / /