summaryrefslogtreecommitdiff
path: root/storage/maria/ma_close.c
Commit message (Expand)AuthorAgeFilesLines
* Merge 10.2 into 10.3Marko Mäkelä2020-04-221-1/+2
|\
| * Fixed memory leak with fulltext indexesMonty2020-04-181-1/+2
* | Lintian complains on spelling errorFaustin Lammler2019-12-021-1/+1
* | MDEV-17551 assert or crashed table when using blobsMonty2019-06-271-2/+4
|/
* MDEV-19595 fixedMichael Widenius2019-06-191-4/+1
* 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 addressMichal Schorm2019-05-101-1/+1
* | | MDEV-17070 Table corruption or Assertion `table->file->stats.records > 0 || e...Sergei Golubchik2019-03-121-14/+3
* | | Merge remote-tracking branch 'origin/10.1' into 10.2Monty2018-05-241-0/+2
|\ \ \ | |/ /
| * | Merge remote-tracking branch 'origin/10.0' into 10.1Monty2018-05-241-0/+2
| |\ \
| | * | Fixes for Aria transaction handling with lock tablesMonty2018-05-221-0/+2
* | | | MDEV-13844 : Fix Windows warnings. Fix DBUG_PRINT.Vladislav Vaintroub2017-09-281-2/+2
|/ / /
* | | Correct FSF addressiangilfillan2017-03-101-1/+1
* | | Push for testing of encryptionMonty2015-02-101-0/+2
|/ /
* | 5.5.39 mergeSergei Golubchik2014-08-071-1/+5
|\ \ | |/
| * Fix for MDEV-6493: Assertion `table->file->stats.records > 0 || error' failur...Michael Widenius2014-07-301-1/+3
* | Temporary commit of 10.0-mergeMichael Widenius2013-03-261-11/+22
|/
* Fixed MDEV-348: 5.5 valgrind warinings on maria testsMichael Widenius2012-06-201-14/+20
* Fixed MDEV-306 / LP:1007967 - Assertion `table->file->stats.records > 0 || er...Michael Widenius2012-06-151-1/+2
* Cleanups:Michael Widenius2012-03-201-0/+19
* merge with 5.3Sergei Golubchik2011-10-191-4/+30
|\
| * Fixed portability problem with partiton_error.testMichael Widenius2011-06-131-1/+2
| * Fixes for Aria storage engine:Michael Widenius2011-02-101-3/+28
* | use PSI wrappers in aria and other non-MySQL codeSergei Golubchik2011-07-131-17/+17
* | post-merge fixes.Sergei Golubchik2011-07-021-2/+0
* | lots of post-merge changesSergei Golubchik2011-04-251-7/+7
|/
* When one does a drop table, the indexes are not flushed to disk before drop a...Michael Widenius2010-02-101-1/+1
* Patch set contributed by Alex Budovski (MCA)Michael Widenius2010-01-291-0/+1
* mergeunknown2009-02-061-1/+1
|\
| * _ma_state_info_write numeric flags changed with constants.unknown2009-01-081-1/+1
* | Fixes Bug #40711 "Maria crash in my_no_flags_free"Michael Widenius2009-02-011-1/+3
|/
* Fix for BUG#41159 "Maria: deadlock between checkpoint and maria_write() when ...Guilhem Bichot2008-12-091-0/+8
* mergeunknown2008-12-081-9/+17
|\
| * Fixed mutexes lock order in maria_close(): LOCK_trn_list -> MARIA_SHARE::inte...unknown2008-12-081-9/+17
* | WL#3262 add mutex lock order checking to safemutex (also called safe_mutex_de...Michael Widenius2008-12-031-6/+3
|/
* Small fixes for pushbuild: compiler warnings, checking that partitioning is e...Guilhem Bichot2008-10-151-1/+1
* Fix for Bug#36499 Maria: potential deadlockMichael Widenius2008-08-261-1/+1
* Fixes for Bug #38016 Maria: trying to access freed memory when committing a t...Michael Widenius2008-08-191-0/+4
* Bug#37276 maria crash on insert around the time check table is runMichael Widenius2008-07-051-1/+5
* Added versioning of Maria indexMichael Widenius2008-06-261-1/+1
* WL#3138: Maria - fast "SELECT COUNT(*) FROM t;" and "CHECKSUM TABLE t"unknown2008-05-291-0/+21
* UNDO of rows now puts back all part of the row on their original pages and po...unknown2007-12-301-0/+3
* Fixed several bugs in page CRC handlingunknown2007-12-181-1/+4
* Fixed bug in undo_key_delete; Caused crashed key files in recoveryunknown2007-12-171-1/+1
* Added MARIA_SHARE *share to a lot of places to make code simplerunknown2007-12-101-1/+1
* Fixed repair_by_sort to work with BLOCK_RECORDunknown2007-11-281-2/+1
* Merge bk-internal.mysql.com:/home/bk/mysql-mariaunknown2007-11-141-2/+3
|\
| * WL#3071 - Maria checkpointunknown2007-11-091-2/+3
* | First part of redo/undo for key pagesunknown2007-11-141-1/+2
|/