summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Better fix for mysql_test.cc::do_remove_files_wildcardMichael Widenius2011-01-261-3/+4
* Use _ma_set_fatal_error() in Aria also for HA_ERR_WRONG_IN_RECORD, to be able...Michael Widenius2011-01-268-67/+93
* Fixed bugs found by buildbot:Michael Widenius2011-01-2610-13/+40
* Aria issues:Michael Widenius2011-01-2428-183/+302
* Fixed bug that another thread used handler->s->id before it was recorded in t...Michael Widenius2011-01-202-6/+16
* Fixed some mysql-test-run failures and compile warnings/errorsMichael Widenius2011-01-2025-11/+59
* Updated mysql-test-run to create on failure a var/log/files.log to allow us t...Michael Widenius2011-01-181-0/+13
* MergeIgor Babaev2011-01-143-2/+116
|\
| * Fixed LP bug #702310 / bug #59493.Igor Babaev2011-01-143-2/+116
* | Call always ha_index_init(), not index_init(), to ensure that active_index is...Michael Widenius2011-01-141-4/+4
|/
* Merge with 5.1Michael Widenius2011-01-125-7/+37
|\
| * Fix for LP#697610 ha_index_prev(uchar*): Assertion `inited==INDEX' failed wit...Michael Widenius2011-01-125-7/+37
* | Merge BUG#675118 into maria-5.1Sergey Petrunya2011-01-123-1/+64
|\ \ | |/ |/|
| * BUG#675118: Elimination of a table results in an invalid execution planSergey Petrunya2011-01-113-1/+64
* | 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-1026-964/+1664
* | Don't do DBUG_ASSERT for checksum errors when using REPAIRMichael Widenius2011-01-074-11/+26
* | 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
* | ALTER TABLE IGNORE didn't ignore duplicates for unique add index for InnoDBMichael Widenius2011-01-053-0/+26
* | Make copy from heap to MyISAM / Aria killable.Michael Widenius2011-01-051-0/+6
* | Fixed recovery problem in Aria where bitmap had wrong information after recov...Michael Widenius2011-01-055-30/+104
* | Updated README for MTR test suiteMichael Widenius2011-01-041-7/+12
* | Speed up `mtr --parallel=<lots>` by scheduling some slow tests earlier.unknown2011-01-0320-9/+60
|/
* Fixed LP bug #639935 (bug #58727).Igor Babaev2010-12-245-3/+52
* Increased version number to 5.1.54Michael Widenius2010-12-211-1/+1
* Fixed bug in Aria that caused REPAIR to find old deleted rows.Michael Widenius2010-12-214-2/+39
* Fixed typo that caused compile failure in thr_lock.cMichael Widenius2010-12-131-1/+1
* Fix for Lbug:#686010 maria.optimize corrupts stack around alloca() callMichael Widenius2010-12-103-6/+7
* Better warning message if lock test failsMichael Widenius2010-12-103-6/+10
* MBug#687320: Fix sporadic test failures in innodb_mysql.test and partition_in...unknown2010-12-085-2/+52
* Made sure that SELECT from the test case for bug BUG#56862/64041 usesIgor Babaev2010-12-072-2/+2
* Mbug#677407 / MySQL Bug#48883: Stale data from INNODB_LOCKS table.unknown2010-11-192-46/+20
* Fix myisam_crash_before_flush_keys on WindowsVladislav Vaintroub2010-12-071-1/+1
* Fix LP Bug#686184 - merge_debug test fails.Vladislav Vaintroub2010-12-061-1/+1
* mergeVladislav Vaintroub2010-12-0631-72/+10
|\
| * Bug#473914: mysql_client_test fail with in debug compilaton on windows x64Vladislav Vaintroub2010-12-0631-72/+10
* | Fixed test case to be repeatable (after discussion with Igor)Michael Widenius2010-12-062-2/+4
* | Merge with 5.1-releaseMichael Widenius2010-12-069-22/+13
|\ \
| * | Fixes to not trigger end-consistency testing of pagecache.Michael Widenius2010-12-054-8/+10
| * | The assert removed because it do not take into account case when previous and...unknown2010-12-051-8/+0
| * | Aria unit tests fixed to have correct pagecache shutdown.unknown2010-12-044-6/+3
* | | automatic merge with 5.1-releaseMichael Widenius2010-12-041-1/+0
|\ \ \ | |/ /
| * | Removed assert as gcc on gentoo couldn't compile it without a warning :(Michael Widenius2010-12-041-1/+0
| * | Fixed (wrong) compiler warningMichael Widenius2010-12-041-1/+1
* | | Automatic merge with 5.1-releaseMichael Widenius2010-12-0411-9/+185
|\ \ \ | |/ / | | / | |/ |/|