summaryrefslogtreecommitdiff
path: root/storage/maria/ma_state.c
Commit message (Expand)AuthorAgeFilesLines
* MDEV-16986 Unitialized mutex, SIGSEGV and assorted assertion failures in Aria...Monty2018-08-171-21/+4
* Merge 10.2 into 10.3Marko Mäkelä2018-05-291-6/+42
|\
| * Merge remote-tracking branch 'origin/10.1' into 10.2Monty2018-05-241-6/+42
| |\
| | * Merge remote-tracking branch 'origin/10.0' into 10.1Monty2018-05-241-6/+42
| | |\
| | | * Fixes for Aria transaction handling with lock tablesMonty2018-05-221-6/+42
* | | | Merge bb-10.2-ext into 10.3Marko Mäkelä2018-02-151-7/+17
|\ \ \ \ | |/ / /
| * | | Merge branch 'github/10.1' into 10.2Sergei Golubchik2018-02-061-7/+17
| |\ \ \ | | |/ /
| | * | Merge branch 'github/10.0' into 10.1Sergei Golubchik2018-02-021-7/+17
| | |\ \ | | | |/
| | | * MDEV-8200 aria bug with insert select and lock tablesMonty2018-01-111-7/+17
* | | | Merge bb-10.2-ext into 10.3Marko Mäkelä2017-10-041-4/+4
|\ \ \ \ | |/ / /
| * | | MDEV-13844 : Fix Windows warnings. Fix DBUG_PRINT.Vladislav Vaintroub2017-09-281-4/+4
* | | | Added DBUG_ASSERT_AS_PRINTF compile flagMonty2017-08-241-1/+1
|/ / /
* | | Added tmp_disk_table_size to limit size of Aria temp tables in tmpdirMonty2017-06-301-1/+10
|/ /
* | Correct FSF addressiangilfillan2017-03-101-1/+1
|/
* Fix for MDEV-6493: Assertion `table->file->stats.records > 0 || error' failur...Michael Widenius2014-07-301-1/+2
* MDEV-3999: Valgrind errors 'invalid write' or assorted server crashes on conc...Michael Widenius2013-05-121-5/+40
* Fixed lp:947474 "Assertion `table->file->stats.records > 0 || error' failed i...Michael Widenius2012-03-201-4/+10
* use PSI wrappers in aria and other non-MySQL codeSergei Golubchik2011-07-131-12/+12
* lots of post-merge changesSergei Golubchik2011-04-251-9/+9
* Fix for: LP #634955: Assert in _ma_update_at_original_place()Michael Widenius2010-11-021-19/+39
* This patch fixes LP#613408 Memory corruption with (M)aria storage engine and...Michael Widenius2010-08-071-0/+1
* Fixed compiler warningsMichael Widenius2010-06-161-1/+3
* Fixed some bugs in the Maria storage engineMichael Widenius2010-06-141-2/+45
* Remove compiler warnings (Including some warnings from -Wstrict-aliasing)Michael Widenius2009-11-301-1/+1
* BUG#39249 Maria:query cache returns out of date resultsunknown2009-10-061-0/+9
* Fixed bugs found by pushbuildMichael Widenius2008-12-271-0/+4
* Fix for Bug#40311 Assert in MARIA_RECORD_POS during pushbuild 2 test:Michael Widenius2008-12-221-44/+92
* Merge with main Maria treeMichael Widenius2008-12-091-6/+15
|\
| * mergeunknown2008-12-081-6/+15
| |\
| | * Fixed mutexes lock order in maria_close(): LOCK_trn_list -> MARIA_SHARE::inte...unknown2008-12-081-6/+15
* | | Fixed problem with crash in Maria _ma_setup_live_state() where history link d...Michael Widenius2008-12-081-0/+4
|/ /
* | WL#3262 add mutex lock order checking to safemutex (also called safe_mutex_de...Michael Widenius2008-12-031-0/+16
|/
* Fixed bug introduced in last push.Michael Widenius2008-11-031-1/+2
* Added ha_maria::is_changed() (needed for Query cache)Michael Widenius2008-11-011-0/+10
* mergeSergei Golubchik2008-08-281-4/+32
|\
| * Fixes for Bug #38016 Maria: trying to access freed memory when committing a t...Michael Widenius2008-08-191-4/+32
* | maria: deadlock detection when waiting on unique key (useless until we can ro...Sergei Golubchik2008-08-061-1/+1
|/
* Fixing bug when using alter table on locked maria tableMichael Widenius2008-07-121-1/+47
* Bug#37276 maria crash on insert around the time check table is runMichael Widenius2008-07-051-0/+28
* Merge; No notable changesMichael Widenius2008-06-261-2/+2
|\
| * Fix for build failures under WindowsGuilhem Bichot2008-06-091-2/+2
* | Added versioning of Maria indexMichael Widenius2008-06-261-1/+49
|/
* Fixed build errors/warnings caused by my last pushMichael Widenius2008-06-021-3/+3
* WL#3138: Maria - fast "SELECT COUNT(*) FROM t;" and "CHECKSUM TABLE t"unknown2008-05-291-0/+478