summaryrefslogtreecommitdiff
path: root/storage
Commit message (Expand)AuthorAgeFilesLines
* Added option BACKUP_ALL to mysqld --myisam-recover to also get a backup of th...Michael Widenius2010-11-0710-36/+50
* Automatic mergeMichael Widenius2010-11-042-35/+43
|\
| * When scanning pages, stop when you are at 'data_file_length'.Michael Widenius2010-11-042-35/+43
* | MBug#643463: slow XtraDB shutdown due to 10 second sleep in purge threadunknown2010-11-035-10/+55
|/
* Automatic mergeMichael Widenius2010-11-035-10/+85
|\
| * Fixed compiler & valgrind warnings from my previous push.Michael Widenius2010-11-035-10/+85
* | #endif fixed.unknown2010-11-022-4/+2
|/
* Fix for: LP #634955: Assert in _ma_update_at_original_place()Michael Widenius2010-11-0218-55/+144
* Merge XtraDB from Percona-server-5.1.51-12 into MariaDB.unknown2010-10-1935-278/+785
|\
| * Merge XtraDB from Percona-server-5.1.51-12 into MariaDB.unknown2010-10-1946-294/+1054
* | 5.1.51 mergeSergei Golubchik2010-10-1961-265/+1174
|\ \ | |/ |/|
| * Merge from mysql-5.1-bugteam to mysql-5.1-securityJimmy Yang2010-09-0119-136/+364
| |\
| | * Increment InnoDB Plugin version to 1.0.12.Vasil Dimov2010-08-261-1/+1
| | * Bug#55832: selects crash too easily when innodb_force_recovery>3Marko Mäkelä2010-08-243-40/+59
| | * Bug#55832: selects crash too easily when innodb_force_recovery>3Marko Mäkelä2010-08-232-38/+55
| | * Fix Bug #54538 - use of exclusive innodb dictionary lock limits performance.Sunny Bains2010-08-205-33/+160
| | * Fix Bug #55027: assertion: mutex_own(&dict_sys->mutex) in dict_table_get_on_id()Sunny Bains2010-08-202-4/+2
| | * Fix bug#55699 - Assertion failure in innodb plugin with large number of threadsSunny Bains2010-08-201-1/+2
| | * Bug#55626: MIN and MAX reading a delete-marked record from secondary indexMarko Mäkelä2010-08-181-3/+12
| | * Address bug #55465 ERROR 1280 (42000): Incorrect index name '<index name>',Jimmy Yang2010-08-063-4/+32
| | * Backport of revno 3148 mysql-innodb-trunkInaam Rana2010-08-054-0/+10
| | * Backport "NULL pointer check for ut_free()" from mysql-trunk-innodb toJimmy Yang2010-08-033-4/+13
| | * Fix Bug #55382 Assignment with SELECT expressions takes unexpected S locksJimmy Yang2010-08-013-8/+17
| * | This is to resolve a hang situation in 5.1 builtin raised byJimmy Yang2010-08-243-0/+71
| * | Fix Bug #55277 - Failing assertion: auto_inc > 0Sunny Bains2010-08-052-12/+26
| * | Fix bug# 55543 - InnoDB Plugin: Signal 6: Assertion failure in file fil/fil0f...Sunny Bains2010-08-053-10/+19
| * | Fix bug #54678, InnoDB, TRUNCATE, ALTER, I_S SELECT, crash or deadlockJimmy Yang2010-08-044-0/+77
| * | Fix Bug #54582 stack overflow when opening many tables linked withJimmy Yang2010-08-0416-21/+278
| |/
* | Fixes for bugs found by running test case for LP#608369 "Page: 1 Found wrong ...Michael Widenius2010-10-136-44/+56
* | Use less memory on stack in sql_parse.cc and in repair/check for MyISAM & AriaMichael Widenius2010-10-123-26/+59
* | Fixes some bug in Aria recovery:Michael Widenius2010-10-077-25/+63
* | Merge with 1.0.11-7 Pre-GA - 2010-09-09Michael Widenius2010-09-2820-83/+663
* | mergedSergei Golubchik2010-09-1310-25/+18
|\ \
| * | build dynamic plugins with the -shared libtool option to avoidSergei Golubchik2010-09-0910-25/+18
* | | Fixed Aria recovery bug:Michael Widenius2010-09-131-5/+63
* | | Fix for LP#634943 "marked as crashed", "zerofilling" and "wrong data in bitma...Michael Widenius2010-09-108-32/+57
|/ /
* | Fixed bug LP#605798 "wrong data in bitmap" after recovery.Michael Widenius2010-09-104-3/+17
* | Updated failure text for maria_install_dbMichael Widenius2010-09-091-1/+5
* | Automatic merge with 5.1-release (5.1.50)Michael Widenius2010-09-0986-1149/+3110
|\ \
| * \ Automatic mergeMichael Widenius2010-09-0716-316/+540
| |\ \
| * | | Fixed compiler warningsMichael Widenius2010-09-071-2/+2
| * | | Fix compile failures and warnings on Windows from XtraDB "shm buffer pool" pa...unknown2010-09-067-43/+47
| * | | Added missing include file (to get rid of compiler warning)Michael Widenius2010-09-061-0/+1
| * | | Fixed failing test cases after update of xtradbMichael Widenius2010-09-051-2/+2
| * | | Merge XtraDB from Percona Server 5.1.49-12 into MariaDB.unknown2010-09-0482-1136/+3057
| |\ \ \
| | * | | Merge XtraDB from Percona server 5.1.49-12 into MariaDB.unknown2010-09-0382-1136/+3057
| * | | | Enable archive tables to work with mysql_upgrade / repairMichael Widenius2010-09-033-12/+44
| * | | | Fixed bugs (mostly on sparc) that caused crashes in mysql-test-runMichael Widenius2010-09-032-3/+5
| |/ / /
| * | | Fixed build & test failures in buildbotMichael Widenius2010-08-283-4/+3
* | | | Write message to stderr if recovery is not likely to succeed because we don't...Michael Widenius2010-09-094-25/+56
| |/ / |/| |