summaryrefslogtreecommitdiff
path: root/storage/maria
Commit message (Expand)AuthorAgeFilesLines
* MDEV-4280: Assertion `empty_size == empty_size_on_page' failure in ma_blockre...Michael Widenius2013-05-118-20/+67
* MDEV-4203 : fix maria SE repair functions (wrong operator precedence)Vladislav Vaintroub2013-02-261-4/+4
* Fixed MDEV-612, LP:1010759 - Valgrind error ha_maria::check_if_incompatible_d...Michael Widenius2012-10-311-3/+4
* Fixed MDEV-647,LP:986261 - Aria unit tests fail at ma_test2Michael Widenius2012-10-311-32/+33
* Fix some failures in 5.1 Buildbot:unknown2012-09-262-3/+4
* Fixed bug lp:967914 "CHECK TABLE persistently reports table corruption after ...Michael Widenius2012-03-301-1/+1
* make the code compile againSergei Golubchik2012-03-291-1/+1
* Fixed lp:944422 "mysql_upgrade destroys Maria tables?"Michael Widenius2012-03-283-4/+31
* Fix for lp:909635: MariaDB crashes on a select with long varchar and blob fieldsMichael Widenius2012-02-241-3/+9
* Fixed compiler warningsMichael Widenius2011-11-304-4/+5
* Fixed that maria-recover works as expected.Michael Widenius2011-11-293-12/+9
* Fix Windows build, and a conversion truncation warning.Vladislav Vaintroub2011-11-291-2/+2
* Fixed that one can use --maria-recover=backup,forceMichael Widenius2011-11-242-3/+3
* Fixes for build failuers found by buildbotMichael Widenius2011-11-241-0/+2
* Merge with MySQL 5.1.60Michael Widenius2011-11-234-7/+7
* Initail merge with MySQL 5.1 (XtraDB still needs to be merged)Michael Widenius2011-11-211-3/+5
* Fix gcc 4.6 warnings about assigned but not used variables.unknown2011-10-279-25/+14
* support for plugins on windowsSergei Golubchik2011-10-042-13/+12
* remove redundant declarationsSergei Golubchik2011-10-041-1/+0
* Fixed bug lp:826377 "Aria DB Format: Reading specific table from dump causes ...Michael Widenius2011-08-151-1/+1
* Fixed lp:814231 Aria post-recovery error "Bitmap at page 0 has pages reserved...Michael Widenius2011-08-122-5/+13
* Fixes lp:805930 Sysbench breaks on multiple table test with MariaDB 5.2.7 + AriaMichael Widenius2011-07-248-49/+156
* Fixes to ariaMichael Widenius2011-06-241-5/+3
* Improved 'make test-unit' time slightlyMichael Widenius2011-05-053-0/+6
* Merge with MySQL 5.1.57/58Michael Widenius2011-05-023-3/+5
* - maria/ma_test_all.sh can now be run with --tmpdir=/dev/shm for faster testingMichael Widenius2011-02-258-130/+189
* Merge with MySQL 5.1.55Michael Widenius2011-02-201-1/+1
* Fix build : declaration in the middle of statement in C file.Vladislav Vaintroub2011-02-101-4/+5
* Fixes for Aria storage engine:Michael Widenius2011-02-1018-99/+285
* Fixed typo for non-debug buildMichael Widenius2011-02-031-1/+1
* Don't delete directory mysql-test/var if we use mysql-test-run --vardir=Michael Widenius2011-02-033-52/+58
* Aria fixes:Michael Widenius2011-01-306-51/+95
* Use _ma_set_fatal_error() in Aria also for HA_ERR_WRONG_IN_RECORD, to be able...Michael Widenius2011-01-268-67/+93
* Aria issues:Michael Widenius2011-01-2427-182/+301
* Fixed bug that another thread used handler->s->id before it was recorded in t...Michael Widenius2011-01-202-6/+16
* Fix for LP#697610 ha_index_prev(uchar*): Assertion `inited==INDEX' failed wit...Michael Widenius2011-01-121-0/+2
* Fixed bug in Maria page cache that caused assert if block->request != 0 in fr...Michael Widenius2011-01-121-10/+13
* Allow one to decrease page-buffer-size down to 1M (from 128M) for maria_read_logMichael Widenius2011-01-122-2/+3
* Allow smaller size for page-buffer-sizeMichael Widenius2011-01-111-7/+7
* Fixed wrong test in maria_rsame() that caused ma_test_all to fail.Michael Widenius2011-01-112-4/+9
* Safety fix for Aria:Michael Widenius2011-01-115-4/+19
* - Fixed that Aria works with HANDLER commandsMichael Widenius2011-01-108-15/+29
* Don't do DBUG_ASSERT for checksum errors when using REPAIRMichael Widenius2011-01-073-10/+25
* Bug fixing in Aria:Michael Widenius2011-01-067-14/+97
* Fixed overwrite of directory information on the row page.Michael Widenius2011-01-051-2/+4
* Fixed recovery problem in Aria where bitmap had wrong information after recov...Michael Widenius2011-01-055-30/+104
* Fixed bug in Aria that caused REPAIR to find old deleted rows.Michael Widenius2010-12-211-1/+1
* Fix for Lbug:#686010 maria.optimize corrupts stack around alloca() callMichael Widenius2010-12-103-6/+7
* mergeVladislav Vaintroub2010-12-062-5/+0
|\
| * Bug#473914: mysql_client_test fail with in debug compilaton on windows x64Vladislav Vaintroub2010-12-062-5/+0