summaryrefslogtreecommitdiff
path: root/storage/maria/ma_dynrec.c
Commit message (Expand)AuthorAgeFilesLines
* Temporary commit of 10.0-mergeMichael Widenius2013-03-261-1/+1
* 5.3->5.5 mergeSergei Golubchik2011-11-221-1/+8
|\
| * Compiler warning about assigned but not used variables fixed.unknown2011-10-181-1/+8
* | fix the build and compiler warnings (few of which were real bugs)Sergei Golubchik2011-10-291-6/+3
* | merge with 5.3Sergei Golubchik2011-10-191-27/+52
|\ \ | |/
| * Aria fixes:Michael Widenius2011-07-041-0/+5
| * - maria/ma_test_all.sh can now be run with --tmpdir=/dev/shm for faster testingMichael Widenius2011-02-251-1/+5
| * Use _ma_set_fatal_error() in Aria also for HA_ERR_WRONG_IN_RECORD, to be able...Michael Widenius2011-01-261-27/+43
* | use PSI wrappers in aria and other non-MySQL codeSergei Golubchik2011-07-131-13/+13
* | post-merge fixes.Sergei Golubchik2011-07-021-5/+0
* | lots of post-merge changesSergei Golubchik2011-04-251-7/+7
|/
* Code cleanup:Michael Widenius2009-01-091-35/+34
* Merge bk-internal.mysql.com:/home/bk/mysql-mariaunknown2008-05-291-6/+6
|\
| * WL#3138: Maria - fast "SELECT COUNT(*) FROM t;" and "CHECKSUM TABLE t"unknown2008-05-291-6/+6
* | Logical merge of changes in myisam to maria.unknown2008-05-261-8/+10
|/
* Injecting more "const" declarations into code which does not changeunknown2008-04-031-9/+15
* Merge of changes in MyISAM since December 16 -> April 1unknown2008-04-011-0/+57
* Merge from 5.1-build of the "my_bool for C" changeset.unknown2008-02-191-1/+2
* Added --with-maria-tmp-tables (default one) to allow on to configure if Maria...unknown2008-01-101-1/+1
* Bugs fixed:unknown2008-01-071-1/+2
* Fixed bug in undo_key_delete; Caused crashed key files in recoveryunknown2007-12-171-0/+3
* Fixed bug in allocation of dynamic record buffer in Mariaunknown2007-12-101-1/+2
* Added MARIA_SHARE *share to a lot of places to make code simplerunknown2007-12-101-1/+1
* Added error HA_ERR_FILE_TOO_SHORT to be used when files are shorter than expe...unknown2007-12-041-1/+1
* After merge fixes. Applied changes made in myisam manually to maria.unknown2007-10-041-18/+18
* Added applying of undo for updatesunknown2007-09-091-94/+97
* Fixed several bugs found by running *.test with maria engineunknown2007-09-031-1/+1
* merging MyISAM changes into Maria (not done in 5.1->maria merge ofunknown2007-07-271-7/+7
* Merge jamppa@bk-internal.mysql.com:/home/bk/mysql-mariaunknown2007-07-041-2/+3
|\
| * Fixed REPAIR/CHECK/ANALYZE TABLE for tables with new BLOCK-ROW format.unknown2007-07-011-2/+3
* | Merged with mysql-5.1 main tree.unknown2007-07-021-91/+92
|/
* This patch is a collection of patches from from Sanja, Sergei and Monty.unknown2007-05-291-2/+5
* After merge fixesunknown2007-04-191-5/+8
* Merge bk-internal.mysql.com:/home/bk/mysql-mariaunknown2007-04-191-55/+50
|\
| * Fixes after review of guilhem of block record patchunknown2007-04-191-55/+50
* | Merge desktop.sanja.is.com.ua:/home/bell/mysql/bk/work-maria.bakunknown2007-04-161-23/+26
|\ \ | |/ |/|
| * Pagecache integration for review.unknown2007-04-041-23/+26
* | 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-4/+14
|/
* Merge with new versionunknown2007-01-231-112/+146
|\
| * Implementation of rows-in-blockunknown2007-01-181-112/+149
* | merge of recent MyISAM changes into Maria.unknown2006-12-201-2/+2
* | Manually merging changes made to MyISAM into Maria. End of merge.unknown2006-09-071-28/+135
|/
* Completion of merge of mysql-5.1 into mysql-maria.unknown2006-08-101-0/+8
* WL#3270 "Maria - cleanups of inherited MyISAM functionality"unknown2006-05-051-6/+0
* Added storage/maria (based on MyISAM). WL#3245unknown2006-04-111-0/+1811