summaryrefslogtreecommitdiff
path: root/storage/maria/ma_extra.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch '5.5' into 10.1Vicențiu Ciorbaru2019-05-111-1/+1
|\
| * Update FSF addressMichal Schorm2019-05-101-1/+1
* | Merge remote-tracking branch 'origin/10.0' into 10.1Monty2018-05-241-2/+2
|\ \
| * | Fixes for Aria transaction handling with lock tablesMonty2018-05-221-2/+2
* | | Merge branch '10.0' into 10.1Sergei Golubchik2017-10-221-2/+1
|\ \ \ | |/ /
| * | Merge branch '5.5' into 10.0Sergei Golubchik2017-10-181-2/+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
* | | Silence bogus GCC 7 warnings -Wimplicit-fallthroughMarko Mäkelä2017-05-171-1/+2
* | | Correct FSF addressiangilfillan2017-03-101-1/+1
|/ /
* | MDEV-5314 - Compiling fails on OSX using clangSergey Vojtovich2014-02-191-3/+3
* | Temporary commit of 10.0-mergeMichael Widenius2013-03-261-1/+1
|/
* Fixed lp:947474 "Assertion `table->file->stats.records > 0 || error' failed i...Michael Widenius2012-03-201-0/+2
* merge with 5.3Sergei Golubchik2011-10-191-27/+50
|\
| * Automatic merge with 5.2Michael Widenius2011-08-151-4/+4
| |\
| | * Merge in bug fix from 5.1Michael Widenius2011-08-151-1/+1
| | |\
| | | * Fixed bug lp:826377 "Aria DB Format: Reading specific table from dump causes ...Michael Widenius2011-08-151-1/+1
| | * | Optimize mutex usage.Michael Widenius2011-08-081-3/+3
| | |/
| * | merge Windows performance patches into 5.3Vladislav Vaintroub2011-07-051-2/+1
| |\ \
| | * | Backport Fix for Bug#24509 - 2048 file descriptor limit on windows needs incr...Vladislav Vaintroub2011-06-121-2/+1
| | |/
| * | Merge with 5.2Michael Widenius2011-03-091-19/+37
| |\ \ | | |/
| | * Fixes for Aria storage engine:Michael Widenius2011-02-101-13/+20
| | * Aria issues:Michael Widenius2011-01-241-6/+17
| * | Merge in new handler and handlersocket code into 5.3 mainMichael Widenius2011-02-221-2/+2
| |\ \
| | * \ Merge with 5.1Michael Widenius2011-01-111-2/+2
| | |\ \ | | | |/
| | | * - Fixed that Aria works with HANDLER commandsMichael Widenius2011-01-101-2/+2
| * | | Fix for lp:711565 "Index Condition Pushdown can make a thread hold MyISAM loc...Michael Widenius2011-02-181-0/+6
| |/ /
* | | use PSI wrappers in aria and other non-MySQL codeSergei Golubchik2011-07-131-28/+28
|/ /
* | Merge MariaDB-5.2 -> MariaDB 5.3Sergey Petrunya2010-03-201-0/+6
|\ \ | |/
| * When one does a drop table, the indexes are not flushed to disk before drop a...Michael Widenius2010-02-101-0/+6
* | Backport into MariaDB-5.2 the following:Sergey Petrunya2009-12-151-0/+9
|/
* Don't call _ma_decrement_open_count() for ma_extra(HA_EXTRA_PREPARE_FOR_DROP).Michael Widenius2009-10-061-2/+9
* Merge with mysql-maria treeMichael Widenius2009-02-191-4/+15
|\
| * Comments. Take bitmap mutex lock when changing bitmap.changed.Guilhem Bichot2009-02-091-1/+5
| * _ma_state_info_write numeric flags changed with constants.unknown2009-01-081-3/+10
* | Merge with base MySQL-5.1-mariaMichael Widenius2009-01-121-0/+10
|\ \ | |/
| * Fix for bug#39226 Maria: crash with FLUSH TABLES WITH READ LOCK after LOCK TA...Michael Widenius2008-10-121-0/+10
* | Code cleanup:Michael Widenius2009-01-091-4/+4
|/
* Fixes for Bug #38016 Maria: trying to access freed memory when committing a t...Michael Widenius2008-08-191-2/+2
* Fixing bug when using alter table on locked maria tableMichael Widenius2008-07-121-0/+7
* Added versioning of Maria indexMichael Widenius2008-06-261-7/+11
* WL#3138: Maria - fast "SELECT COUNT(*) FROM t;" and "CHECKSUM TABLE t"unknown2008-05-291-13/+23
* WL#3072 - Maria Recoveryunknown2008-01-171-8/+3
* mergeunknown2007-12-311-2/+0
|\
| * WL#3072 - Maria Recoveryunknown2007-12-301-2/+0
* | UNDO of rows now puts back all part of the row on their original pages and po...unknown2007-12-301-9/+11
|/
* Fixed bug in undo_key_delete; Caused crashed key files in recoveryunknown2007-12-171-16/+4
* WL#3072 Maria recovery:unknown2007-12-101-1/+1
* Added MARIA_SHARE *share to a lot of places to make code simplerunknown2007-12-101-49/+49
* After merge fixes. Applied changes made in myisam manually to maria.unknown2007-10-041-39/+6