summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Automatic merge with trunkMichael Widenius2011-02-1013-14/+245
|\
| * Fixed compiler warningsMichael Widenius2011-02-102-3/+4
| * Applied patch for lp:585688 "maridb crashes in federatedx code" from lp:~atcu...Michael Widenius2011-02-1011-11/+241
* | 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-1023-101/+350
* Added missing header file strings_def.h to distMichael Widenius2011-02-031-0/+1
* Fixed typo for non-debug buildMichael Widenius2011-02-031-1/+1
* Fixed bug in Archive with insert delayedMichael Widenius2011-02-031-2/+3
* Don't delete directory mysql-test/var if we use mysql-test-run --vardir=Michael Widenius2011-02-035-58/+65
* Ignore some linked filesMichael Widenius2011-01-301-0/+3
* Merge with 5.1Michael Widenius2011-01-3075-234/+237
|\
| * Aria fixes:Michael Widenius2011-01-306-51/+95
| * Flush DBUG log in case of DBUG_ASSERT()Michael Widenius2011-01-3066-179/+137
* | fixes for solaris 10Sergei Golubchik2011-01-265-0/+51
* | fix "./configure --with-debug" buildsSergei Golubchik2011-01-261-1/+1
|/
* 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