summaryrefslogtreecommitdiff
path: root/storage/maria/ma_locking.c
Commit message (Expand)AuthorAgeFilesLines
* Aria fixes:Michael Widenius2011-07-041-3/+3
* Fixes for Aria storage engine:Michael Widenius2011-02-101-14/+50
* Use _ma_set_fatal_error() in Aria also for HA_ERR_WRONG_IN_RECORD, to be able...Michael Widenius2011-01-261-0/+1
* Aria issues:Michael Widenius2011-01-241-7/+25
* Fix for: LP #634955: Assert in _ma_update_at_original_place()Michael Widenius2010-11-021-1/+1
* When one does a drop table, the indexes are not flushed to disk before drop a...Michael Widenius2010-02-101-2/+3
* Don't call _ma_decrement_open_count() for ma_extra(HA_EXTRA_PREPARE_FOR_DROP).Michael Widenius2009-10-061-2/+2
* Callers of translog_deassign_id_from_share() need intern_lock.Guilhem Bichot2009-02-091-4/+14
* _ma_state_info_write numeric flags changed with constants.unknown2009-01-081-3/+6
* Changed all file names in maria to LEX_STRING and removed some calls to strlen()Michael Widenius2008-08-251-1/+1
* Fix for BUG#37876 "Importing Maria table from other server via binary copy do...Guilhem Bichot2008-07-091-2/+2
* Added versioning of Maria indexMichael Widenius2008-06-261-0/+1
* WL#4374 "Maria - force start if Recovery fails multiple times"Guilhem Bichot2008-06-021-6/+11
* WL#3138: Maria - fast "SELECT COUNT(*) FROM t;" and "CHECKSUM TABLE t"unknown2008-05-291-139/+18
* Added versioning of row dataunknown2008-04-101-1/+1
* Very small changes.unknown2008-03-101-1/+1
* Fixed crashing bug when starting mysqld with --dbugunknown2008-03-041-4/+6
* WL#3072 - Maria Recoveryunknown2008-01-171-0/+1
* Fixed compiler warningsunknown2008-01-131-4/+4
* Bugs fixed:unknown2008-01-071-0/+1
* mergeunknown2007-12-311-7/+0
|\
| * WL#3072 - Maria Recoveryunknown2007-12-301-7/+0
* | Added maria_zerofill()unknown2007-12-311-9/+69
* | UNDO of rows now puts back all part of the row on their original pages and po...unknown2007-12-301-5/+21
|/
* Added MARIA_SHARE *share to a lot of places to make code simplerunknown2007-12-101-5/+5
* Added error HA_ERR_FILE_TOO_SHORT to be used when files are shorter than expe...unknown2007-12-041-2/+2
* First part of redo/undo for key pagesunknown2007-11-141-14/+21
* WL#3072 Maria recoveryunknown2007-10-081-2/+7
* After merge fixes. Applied changes made in myisam manually to maria.unknown2007-10-041-2/+2
* Merge bk-internal.mysql.com:/home/bk/mysql-mariaunknown2007-09-091-0/+3
|\
| * Added applying of undo for updatesunknown2007-09-091-0/+3
* | - WL#3072 Maria Recovery:unknown2007-09-071-8/+10
* | - speed optimization:unknown2007-09-061-31/+67
|/
* Fixed several bugs found by running *.test with maria engineunknown2007-09-031-3/+3
* Merge bk-internal.mysql.com:/home/bk/mysql-mariaunknown2007-07-051-0/+1
|\
| * Maria:unknown2007-07-031-0/+1
* | in mysql_unlock_tables(), do thr_unlock() AFTER external_unlock().unknown2007-07-041-0/+6
|/
* Maria: fix for "use of uninitialized value" Valgrind error.unknown2007-06-071-0/+1
* Merge desktop.sanja.is.com.ua:/home/bell/mysql/bk/work-maria.bakunknown2007-04-161-18/+19
|\
| * Pagecache integration for review.unknown2007-04-041-18/+19
* | GPL license update (same change as was done for all files in 5.1).unknown2007-03-021-2/+1
* | merge from MyISAM into Maria (last step of merge of 5.1 into Maria).unknown2007-03-011-0/+9
|/
* Merge with new versionunknown2007-01-231-20/+33
|\
| * Implementation of rows-in-blockunknown2007-01-181-20/+33
* | WL#3072 Maria Recovery. Making DDLs durable in Maria:unknown2006-11-271-3/+1
* | Merge of recent MyISAM changes into Maria. Testsuite passes as muchunknown2006-10-111-0/+15
|/
* WL#3270 "Maria - cleanups of inherited MyISAM functionality"unknown2006-05-051-69/+1
* Added storage/maria (based on MyISAM). WL#3245unknown2006-04-111-0/+554