summaryrefslogtreecommitdiff
path: root/storage/myisam/mi_extra.c
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/10.1' into 10.2Alexander Barkov2019-09-241-2/+2
|\
| * Merge remote-tracking branch 'origin/5.5' into 10.1Alexander Barkov2019-09-241-2/+2
| |\
| | * Fix spelling mistakes in MyISAM code commentsIan Gilfillan2019-09-201-2/+2
* | | Merge 10.1 into 10.2Marko Mäkelä2019-05-131-1/+1
|\ \ \ | |/ /
| * | Merge branch '5.5' into 10.1Vicențiu Ciorbaru2019-05-111-1/+1
| |\ \ | | |/
| | * Update FSF AddressVicențiu Ciorbaru2019-05-111-1/+1
* | | MDEV-17070 Table corruption or Assertion `table->file->stats.records > 0 || e...Sergei Golubchik2019-03-121-1/+3
* | | Merge branch '10.1' into 10.2Sergei Golubchik2017-10-241-1/+1
|\ \ \ | |/ /
| * | Merge branch '5.5' into 10.0Sergei Golubchik2017-10-181-1/+1
| |\ \ | | |/
| | * MDEV-13459 Warnings, when compiling with gcc-7.xSergei Golubchik2017-10-171-1/+2
| * | Silence bogus GCC 7 warnings -Wimplicit-fallthroughMarko Mäkelä2017-05-171-1/+2
* | | Merge 10.1 into 10.2Marko Mäkelä2017-05-221-1/+2
|\ \ \
| * | | Silence bogus GCC 7 warnings -Wimplicit-fallthroughMarko Mäkelä2017-05-171-1/+2
| |/ /
* | | MDEV-10216: Assertion `strcmp(share->unique_file_name,filename) ||Nirbhay Choubey2016-08-081-0/+1
|/ /
* | MDEV-5314 - Compiling fails on OSX using clangSergey Vojtovich2014-02-191-2/+2
* | Temporary commit of 10.0-mergeMichael Widenius2013-03-261-1/+1
|/
* MDEV-419 ensure that all HAVE_XXX constants can be set by cmakeSergei Golubchik2012-07-311-2/+0
* 5.3 mergeSergei Golubchik2012-01-131-1/+2
|\
| * Merge with 5.2.Michael Widenius2011-12-111-2/+4
| |\
| | * 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
| | | |\
* | | | \ 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-0/+5
|\ \ \ \ \ \ | | |_|/ / / | |/| | | |
| * | | | | Fix for lp:711565 "Index Condition Pushdown can make a thread hold MyISAM loc...Michael Widenius2011-02-181-0/+5
* | | | | | lots of post-merge changesSergei Golubchik2011-04-251-1/+1
* | | | | | merge.Sergei Golubchik2010-11-251-9/+39
|\ \ \ \ \ \ | |/ / / / / | | / / / / | |/ / / / |/| | | |
| * | | | Automerge with 5.2Michael Widenius2010-11-051-0/+5
| |\ \ \ \ | | | |/ / | | |/| |
| | * | | Automatic merge with 5.1Michael Widenius2010-11-041-0/+5
| | |\ \ \ | | | | |/ | | | |/|
| | | * | Fix for: LP #634955: Assert in _ma_update_at_original_place()Michael Widenius2010-11-021-0/+5
| * | | | MariaDB 5.2 -> MariaDB 5.3 merge Sergey Petrunya2010-06-261-6/+3
| |\ \ \ \ | | |/ / /
| | * | | merge 5.1->5.2Sergei Golubchik2010-06-011-5/+0
| | |\ \ \ | | | |/ /
| | | * | Merge MySQL 5.1.46 into MariaDB.unknown2010-04-281-5/+0
| | | |\ \ | | | | |/
| | * | | WL#86: Partitioned key cache for MyISAM.Igor Babaev2010-02-161-1/+3
| | |/ /
| * | | Merge MariaDB-5.2 -> MariaDB 5.3Sergey Petrunya2010-03-201-1/+6
| |\ \ \ | | |/ /
| | * | When one does a drop table, the indexes are not flushed to disk before drop a...Michael Widenius2010-02-101-1/+6
| * | | Backport into MariaDB-5.2 the following:Sergey Petrunya2009-12-151-0/+6
| |/ /
| * | Don't call _ma_decrement_open_count() for ma_extra(HA_EXTRA_PREPARE_FOR_DROP).Michael Widenius2009-10-061-2/+12
| * | Updated documentation files to reflect MariaDB and not the Maria storage engi...Michael Widenius2009-09-031-3/+4
| * | Fixed bug in undo_key_delete; Caused crashed key files in recoveryunknown2007-12-171-1/+1
| * | Merge hynda.mysql.fi:/home/my/mysql-5.1-mainunknown2007-09-271-3/+4
| |\ \
| | * | Fixed several bugs found by running *.test with maria engineunknown2007-09-031-3/+4
* | | | Manual merge of mysql-5.1-bugteam into mysql-trunk-merge.Alexey Kopytov2010-04-031-5/+0
|\ \ \ \ | | |_|/ | |/| |
| * | | BUG#51868 - crash with myisam_use_mmap and partitionedSergey Vojtovich2010-03-221-5/+0
* | | | WL#2360 Performance schemaMarc Alff2009-12-041-18/+18
|/ / /
* | | Moved a lot of old bug fixes and safe cleanups from Maria 5.1 tree to 5.1unknown2007-10-111-1/+1
|/ /
* | Fixed a lot of compiler warnings and errors detected by Forte C++ on Solarisunknown2007-08-131-3/+5
* | Merge mysql.com:/home/svoj/devel/mysql/BUG29957/mysql-5.0-enginesunknown2007-07-271-1/+1
|/
* WL#3817: Simplify string / memory area types and make things more consistent ...unknown2007-05-101-5/+5