summaryrefslogtreecommitdiff
path: root/storage
Commit message (Expand)AuthorAgeFilesLines
* Fixed bugs from my latest patch found by pushbuild:Michael Widenius2009-01-091-1/+2
* mergeunknown2009-01-051-2/+15
|\
| * Fixed mutex taking order on recovery of bulk insert.unknown2008-12-291-2/+15
* | Fixed bugs found by pushbuildMichael Widenius2008-12-275-8/+34
|/
* Fix for Bug#40311 Assert in MARIA_RECORD_POS during pushbuild 2 test:Michael Widenius2008-12-229-92/+142
* Merge with main Maria treeMichael Widenius2008-12-0912-31/+120
|\
| * Fix for BUG#41159 "Maria: deadlock between checkpoint and maria_write() when ...Guilhem Bichot2008-12-098-13/+71
| * mergeunknown2008-12-087-18/+49
| |\
| | * Fixed mutexes lock order in maria_close(): LOCK_trn_list -> MARIA_SHARE::inte...unknown2008-12-087-18/+49
* | | Merge with base Maria treeMichael Widenius2008-12-098-26/+109
|\ \ \ | |/ /
| * | mergeunknown2008-12-081-5/+20
| |\ \
| | * | False alarm about incorrect mutex taking removed.unknown2008-12-081-5/+20
| * | | merge with latest 5.1-mariaGuilhem Bichot2008-12-056-8/+65
| |\ \ \
| | * | | Fix for BUG#41037 "Maria: recovery failure (pushbuild2)" (checkpoint bug).Guilhem Bichot2008-12-056-8/+65
| | |/ /
| * | | compilation warningsSergei Golubchik2008-12-051-1/+1
| * | | mergedSergei Golubchik2008-12-0511-22/+63
| |\ \ \ | | |/ /
| | * | Fix for pushbuild failure (test which can't run in embedded mode) and compile...Guilhem Bichot2008-12-051-0/+2
| | * | Fixing Valgrind error: deadlock detector was set to random; seen in many Inno...Guilhem Bichot2008-12-041-4/+5
| * | | bug#41024 maria: Server crashes in sysbench OLTP_RW test at lf_hash.c:94Sergei Golubchik2008-12-051-4/+5
| * | | bug#40416 - Maria: Memory allocated at trnman.c:129 was underrun.Sergei Golubchik2008-12-051-5/+11
| * | | dbug fix: only do safemalloc checks if a function is selectedSergei Golubchik2008-12-022-1/+2
| | |/ | |/|
* | | Fixed problem with crash in Maria _ma_setup_live_state() where history link d...Michael Widenius2008-12-082-1/+10
| |/ |/|
* | Fixed warnings and errors discovered by pushbuild2Michael Widenius2008-12-042-5/+5
* | Merge with base MySQL-5.1-mariaMichael Widenius2008-12-038-22/+81
|\ \
| * | Do not use MY_WME in the stat call which errors we process on high level.unknown2008-12-011-1/+1
| |/
| * In pushbuild2 when testing Maria's recovery, it can happen that a page was no...Guilhem Bichot2008-11-241-1/+2
| * mergeunknown2008-11-243-3/+9
| |\
| | * Prevent reenabling logging by thread which tries to lock table used by bulk i...unknown2008-11-243-3/+9
| * | Merge of 5.1-main into 5.1-maria. There were no changes to storage/myisam, or...Guilhem Bichot2008-11-213-3/+37
| |\ \
| | * | Bug#37719: Crash if rename Archive table to same name with differentMattias Jonsson2008-10-031-1/+1
| | * | Bug #38360: BLACKHOLE replication with RBR is brokenMats Kindahl2008-10-022-2/+36
| * | | During Maria's checkpoint, use the proper mutex to read transaction's short_idGuilhem Bichot2008-11-201-1/+4
| | |/ | |/|
| * | Added correct reaction on find operation status during writing the page. (BUG...unknown2008-11-131-15/+30
| |\ \
| | * | Added correct reaction on find operation status during writing the page. (BUG...unknown2008-11-121-15/+30
* | | | WL#3262 add mutex lock order checking to safemutex (also called safe_mutex_de...Michael Widenius2008-12-039-16/+54
|/ / /
* | | Fix for bug: Bug #40391 Maria deadlock in trnman_get_min_trid , trnman_end_trnMichael Widenius2008-11-051-15/+16
* | | Fixed that packed transid can be compared byte per byte and we get them in in...Michael Widenius2008-11-044-16/+42
* | | Automatic mergeMichael Widenius2008-11-031-45/+101
|\ \ \
| * \ \ mergeunknown2008-11-039-1/+28
| |\ \ \
| * \ \ \ mergeunknown2008-10-311-45/+101
| |\ \ \ \ | | |_|/ / | |/| | |
| | * | | Fix for BUG#37737.unknown2008-07-231-45/+101
* | | | | Fixed bug introduced in last push.Michael Widenius2008-11-033-4/+7
| |_|/ / |/| | |
* | | | Added ha_maria::is_changed() (needed for Query cache)Michael Widenius2008-11-018-0/+27
* | | | Bug#40416 Maria: Memory allocated at trnman.c:129 was underrunSergei Golubchik2008-10-301-1/+1
|/ / /
* | | calling make_lock_and_pin() without cache's mutex is wrong (patch from Sanja).Guilhem Bichot2008-10-171-1/+2
* | | Fix for BUG#39363 "Concurent inserts in the same table lead to hang in maria ...Guilhem Bichot2008-10-172-18/+10
* | | Mergeunknown2008-10-164-59/+551
|\ \ \
| * | | Fixed ability to read without read lock acquiring. (BUG#39665 related)unknown2008-10-164-59/+551
* | | | Fix for BUG#39710 "Maria assertion in maria_disable_non_unique_index".Guilhem Bichot2008-10-161-4/+14
* | | | Fix for Windows build failure: __attribute__ does not exist under WindowsGuilhem Bichot2008-10-161-8/+7