summaryrefslogtreecommitdiff
path: root/storage/maria/ma_page.c
Commit message (Expand)AuthorAgeFilesLines
* MDEV-14690: Assertion `page_link == &fake_link' failed in pagecache_write_partOleksandr Byelkin2018-01-111-11/+29
* merge with 5.3Sergei Golubchik2011-10-191-6/+4
|\
| * Fixes bugs found by testcase for lp:815022 and lp:726374 "ma_blockrec.c:3000:...Michael Widenius2011-08-151-0/+1
| * Aria issues:Michael Widenius2011-01-241-6/+3
* | use PSI wrappers in aria and other non-MySQL codeSergei Golubchik2011-07-131-3/+3
|/
* Fixed bug that 'maria_read_log -a' didn't set max_trid when reparing tables.Michael Widenius2010-09-061-21/+45
* Added count of my_sync calls (to SHOW STATUS)Michael Widenius2010-03-091-10/+14
* We are now using Valgrind rather than purify, and have for quite some time.unknown2009-05-061-1/+1
* Added MARIA_PAGE structure to keep all information about a maria key page.Michael Widenius2008-09-011-55/+106
* Fix for Bug#36499 Maria: potential deadlockMichael Widenius2008-08-261-10/+10
* Added versioning of Maria indexMichael Widenius2008-06-261-2/+174
* Merge bk-internal.mysql.com:/home/bk/mysql-mariaunknown2008-05-291-7/+11
|\
| * WL#3138: Maria - fast "SELECT COUNT(*) FROM t;" and "CHECKSUM TABLE t"unknown2008-05-291-7/+11
* | WL#3072 - Maria Recoveryunknown2008-04-241-1/+6
|/
* Injecting more "const" declarations into code which does not changeunknown2008-04-031-4/+5
* Merge oleksandr-byelkins-powerbook-g4-15.local:/Users/bell/mysql/bk/mysql-mariaunknown2008-02-081-1/+1
|\
| * Mac compiler warnings fixed.unknown2008-02-071-1/+1
* | Fix for Windows-specific bugs:unknown2008-02-021-1/+4
* | Minor changes. New description in SHOW ENGINES for Maria.unknown2008-01-311-3/+9
|/
* Merge bk-internal.mysql.com:/home/bk/mysql-mariaunknown2008-01-311-2/+2
|\
| * Fixed bug in restoring auto-increment value in case of duplicate key with ins...unknown2008-01-311-2/+2
* | Fix for BUG#34114 "maria_chk reports false error when several tables onunknown2008-01-291-0/+4
|/
* Added --loose-skip-maria to MYSQLD_BOOTSTRAP_CMD to get bootstrap.test to workunknown2008-01-111-1/+2
* Added --with-maria-tmp-tables (default one) to allow on to configure if Maria...unknown2008-01-101-24/+26
* Bugs fixed:unknown2008-01-071-4/+8
* UNDO of rows now puts back all part of the row on their original pages and po...unknown2007-12-301-6/+3
* Fixed several bugs in page CRC handlingunknown2007-12-181-0/+1
* Merge desktop.sanja.is.com.ua:/home/bell/mysql/bk/mysql-mariaunknown2007-12-161-4/+1
|\
| * Pagecache callbacks support added.unknown2007-12-151-4/+1
* | pushbuild fixes to please gcc and darwin/ppc64unknown2007-12-141-2/+3
|/
* Added MARIA_SHARE *share to a lot of places to make code simplerunknown2007-12-101-32/+41
* Fixes for redo/undo logging of key pagesunknown2007-11-201-4/+14
* Merge bk-internal.mysql.com:/home/bk/mysql-mariaunknown2007-11-141-2/+3
|\
| * Support of rec_lsn added to pagecache_write call.unknown2007-11-051-2/+2
* | First part of redo/undo for key pagesunknown2007-11-141-82/+200
* | Merge bk-internal.mysql.com:/home/bk/mysql-mariaunknown2007-10-101-12/+27
|\ \ | |/ |/|
| * Moved randomize and my_rnd under mysysunknown2007-10-091-12/+27
* | After merge fixes. Applied changes made in myisam manually to maria.unknown2007-10-041-2/+3
|/
* Ability to read unflushed data added (only problem with CRC left and have to ...unknown2007-08-131-1/+1
* Merged with mysql-5.1 main tree.unknown2007-07-021-7/+7
* Fixed compiler warningsunknown2007-06-091-3/+12
* After merge fixesunknown2007-04-191-4/+3
* Merge bk-internal.mysql.com:/home/bk/mysql-mariaunknown2007-04-191-1/+1
|\
| * Fixes after review of guilhem of block record patchunknown2007-04-191-1/+1
* | Postmerge fixes.unknown2007-04-181-3/+4
* | Merge desktop.sanja.is.com.ua:/home/bell/mysql/bk/work-maria.bakunknown2007-04-161-31/+53
|\ \ | |/ |/|
| * Pagecache integration for review.unknown2007-04-041-31/+53
* | GPL license update (same change as was done for all files in 5.1).unknown2007-03-021-2/+1
|/
* Merge with new versionunknown2007-01-231-19/+16
|\
| * Implementation of rows-in-blockunknown2007-01-181-19/+16