summaryrefslogtreecommitdiff
path: root/storage/maria/ma_open.c
Commit message (Expand)AuthorAgeFilesLines
* 5.1->5.2 merge (gcc 4.6 warnings and apple hwaddress fixes).unknown2011-10-271-2/+1
|\
| * Fix gcc 4.6 warnings about assigned but not used variables.unknown2011-10-271-2/+1
* | Fixes bugs found by testcase for lp:815022 and lp:726374 "ma_blockrec.c:3000:...Michael Widenius2011-08-151-22/+35
* | Optimize mutex usage.Michael Widenius2011-08-081-1/+1
* | Merge with 5.1Michael Widenius2011-07-251-2/+2
|\ \ | |/
| * Fixes lp:805930 Sysbench breaks on multiple table test with MariaDB 5.2.7 + AriaMichael Widenius2011-07-241-2/+2
* | Aria fixes:Michael Widenius2011-07-041-3/+3
|/
* Fixes for Aria storage engine:Michael Widenius2011-02-101-2/+19
* Aria issues:Michael Widenius2011-01-241-10/+15
* - Fixed that Aria works with HANDLER commandsMichael Widenius2011-01-101-0/+2
* Fix for: LP #634955: Assert in _ma_update_at_original_place()Michael Widenius2010-11-021-2/+2
* Fix for LP#634943 "marked as crashed", "zerofilling" and "wrong data in bitma...Michael Widenius2010-09-101-1/+7
* Fixed bug that 'maria_read_log -a' didn't set max_trid when reparing tables.Michael Widenius2010-09-061-0/+1
* Fix for LP#602604: RQG: ma_blockrec.c:6187: _ma_apply_redo_insert_row_head_or...Michael Widenius2010-07-301-0/+6
* Fixed some bugs in the Maria storage engineMichael Widenius2010-06-141-0/+5
* Changed default thread stack to 288K to get better memory missalignment betwe...Michael Widenius2009-06-301-10/+23
* Merge with mysql-maria treeMichael Widenius2009-02-191-15/+21
|\
| * Merge of MyISAM changes done in 5.1-main, into MariaGuilhem Bichot2009-02-121-2/+4
| * _ma_state_info_write numeric flags changed with constants.unknown2009-01-081-13/+17
* | Merge with base MySQL-5.1-mariaMichael Widenius2009-01-121-14/+43
|\ \ | |/
| * Fix for BUG#41159 "Maria: deadlock between checkpoint and maria_write() when ...Guilhem Bichot2008-12-091-0/+1
| * dbug fix: only do safemalloc checks if a function is selectedSergei Golubchik2008-12-021-1/+1
| * Fixed that packed transid can be compared byte per byte and we get them in in...Michael Widenius2008-11-041-1/+1
| * Added ha_maria::is_changed() (needed for Query cache)Michael Widenius2008-11-011-0/+1
| * Merging of changes from myisam -> maria missing in last 5.1 - 5.1->maria mergeMichael Widenius2008-10-151-11/+37
| * Fix for BUG#39697 "Maria: hang when failing to insert due to UNIQUE (seen in ...Guilhem Bichot2008-10-091-1/+2
* | Code cleanup:Michael Widenius2009-01-091-6/+5
|/
* Fix for Bug#36499 Maria: potential deadlockMichael Widenius2008-08-261-2/+10
* Changed all file names in maria to LEX_STRING and removed some calls to strlen()Michael Widenius2008-08-251-14/+26
* Fixes for Bug #38016 Maria: trying to access freed memory when committing a t...Michael Widenius2008-08-191-0/+1
* - lifting a limit: INSERT|REPLACE SELECT and LOAD DATA always prevented versi...Guilhem Bichot2008-07-091-9/+0
* Fix for BUG#37876 "Importing Maria table from other server via binary copy do...Guilhem Bichot2008-07-091-3/+3
* Bug#37276 maria crash on insert around the time check table is runMichael Widenius2008-07-051-1/+4
* Disable versioning (concurrent writes) if more than one unique keyMichael Widenius2008-06-281-2/+12
* Automatic mergeMichael Widenius2008-06-281-0/+2
* Added versioning of Maria indexMichael Widenius2008-06-261-40/+61
* Merge bk-internal.mysql.com:/home/bk/mysql-mariaunknown2008-05-291-24/+65
|\
| * WL#3138: Maria - fast "SELECT COUNT(*) FROM t;" and "CHECKSUM TABLE t"unknown2008-05-291-7/+49
| * Added versioning of row dataunknown2008-04-101-20/+19
* | Logical merge of changes in myisam to maria.unknown2008-05-261-1/+9
|/
* Merge of changes in MyISAM since December 16 -> April 1unknown2008-04-011-7/+8
* Fixed crashing bug when starting mysqld with --dbugunknown2008-03-041-2/+7
* Merge bk-internal.mysql.com:/home/bk/mysql-mariaunknown2008-02-211-0/+2
|\
| * Fixed problems with ma_test2 and mi_test2 on high-byte-first systemunknown2008-02-211-0/+2
* | Mac compiler warnings fixed.unknown2008-02-071-2/+2
|/
* Fixed bug in restoring auto-increment value in case of duplicate key with ins...unknown2008-01-311-1/+1
* WL#3072 - Maria Recoveryunknown2008-01-171-9/+14
* Fixed compiler warningsunknown2008-01-131-2/+2
* Fixes to bugs and compiler warnings detected by pushbuildunknown2008-01-121-1/+2
* ignore 'moved' state in maria_open() if requestedunknown2008-01-091-1/+3