summaryrefslogtreecommitdiff
path: root/storage/xtradb
Commit message (Expand)AuthorAgeFilesLines
* 10.0-base mergeSergei Golubchik2013-01-3125-424/+1144
|\
| * 5.5 mergeSergei Golubchik2013-01-2925-424/+1144
| |\
| | * MDEV-4069 thd_wait_end does not called in some cases in buf_page_read_low in ...Sergei Golubchik2013-01-211-1/+3
| | * MDEV-4065 thd_kill_statement serviceSergei Golubchik2013-01-181-10/+9
| | * xtradb merge. Percona-Server-5.5.28-rel29.3Sergei Golubchik2013-01-1624-417/+1107
| | * remove thd_mark_as_hard_kill()Sergei Golubchik2013-01-151-1/+1
| | * Fixed some race conditons and bugs related to killed queriesMichael Widenius2013-01-111-2/+31
* | | Merge 10.0-base -> 10.0.Igor Babaev2013-01-102-37/+4
|\ \ \ | |/ /
| * | Merge 5.5-mwl248 -> 10.0-baseIgor Babaev2013-01-081-36/+2
| |\ \
| | * \ Merge 5.5 -> mwl248Igor Babaev2013-01-081-36/+2
| | |\ \ | | | |/
| | | * Remove timed mutexes in XtraDB - obsolete feature that does not link on Windo...Vladislav Vaintroub2013-01-051-36/+2
| * | | Merge mwl248->10.0-base.Igor Babaev2012-12-191-1/+2
| |\ \ \
| | * \ \ Merge maria-5.5-mwl248 -> 10.0-base.Igor Babaev2012-12-161-1/+2
| | |\ \ \ | | | |/ /
| | | * | Addressed the following issue from the review of the patch forIgor Babaev2012-12-091-1/+2
| | | |/
* | | | Merge MariaDB 10.0-base to MariaDB 10.0unknown2012-12-1830-261/+2619
|\ \ \ \ | |/ / /
| * | | simplify the handler api - table_type() is no longer abstract, not even virtualSergei Golubchik2012-12-172-12/+0
| |/ /
| * | Merge mariadb-5.5 -> 10.0-base.Igor Babaev2012-12-1640-738/+5404
| |\ \ | | |/
| | * XtraDB from Percona-Server-5.5.28-rel29.1Sergei Golubchik2012-11-2227-260/+2436
| * | MDEV-532: Async InnoDB commit checkpoint.unknown2012-12-145-4/+183
| * | Merge mdev-452 with the latest 10.0-base.unknown2012-10-181-6/+0
| |\ \
| | * | MDEV-452 Add full support for auto-initialized/updated timestamp and datetimeunknown2012-10-171-6/+0
* | | | merge with 5.5Sergei Golubchik2012-11-0323-497/+2966
|\ \ \ \ | | |_|/ | |/| |
| * | | MDEV-3824 - xtradb file rename fails on Windows, if new name already exists.Vladislav Vaintroub2012-10-301-1/+1
| * | | XtraDB 1.1.8-29.0Sergei Golubchik2012-10-1623-65/+2019
| * | | simplify future xtradb merges (hopefully)Sergei Golubchik2012-10-123-447/+962
* | | | 10.0-base -> 10.0-montySergei Golubchik2012-10-1942-211/+797
|\ \ \ \ | | |/ / | |/| |
| * | | Automatic merge with 5.5Michael Widenius2012-10-051-1/+2
| |\ \ \ | | |/ /
| | * | Fixed issues found by buildbot & valgrind:Michael Widenius2012-10-041-1/+2
| * | | Changed SHOW_FUNC variabels that don't return SHOW_ARRAY to SHOW_SIMPLE_FUNC.Michael Widenius2012-10-031-1/+3
| | |/ | |/|
| * | Automatic mergeMichael Widenius2012-09-2233-173/+683
| |\ \
| | * \ Automatic mergeMichael Widenius2012-09-2233-173/+683
| | |\ \ | | | |/
| | | * Fix for MDEV-533: Confusing error code when doing auto-increment insert for o...Michael Widenius2012-09-181-7/+22
| | | * XtraDB from Percona-Server-5.5.27-rel28.1Sergei Golubchik2012-09-0533-166/+661
| * | | MDEV-232: Remove one fsync() from commit phase.unknown2012-09-133-8/+34
| |/ /
| * | Automatic merge with 5.5Michael Widenius2012-09-0114-35/+82
| |\ \ | | |/
| | * merge XtraDB 1.1.8-27.0 from Percona-Server-5.5.25a-rel27.1Sergei Golubchik2012-08-2211-21/+63
| | * Ensure we don't assert with debug binaries if SHOW INNODB STATUS returns with...Michael Widenius2012-08-201-3/+5
| | * Fixed compiler warningsMichael Widenius2012-08-153-4/+7
| | * Fixed compiler errorsMichael Widenius2012-08-142-7/+7
| | * Fixed compiler warningsMichael Widenius2012-08-061-2/+2
* | | Added support of thd->tx_read_onlyMichael Widenius2012-08-071-19/+0
* | | Temporary commit of merge of MariaDB 10.0-base and MySQL 5.6Michael Widenius2012-08-011-0/+4
|/ /
* | Fixed wrong error codes from InnoDB/XtraDB that caused %M to give system depe...Michael Widenius2012-07-061-20/+20
|/
* Don't abort InnoDB/XtraDB if one can't allocate resources for AIOMichael Widenius2012-06-272-10/+31
* MDEV-349 5.5 xtradb innodb_prefix_index_liftedlimit crash with valgrindSergei Golubchik2012-06-211-1/+1
* MDEV-361 - Fix handle leak in os_thread_create (Windows)Vladislav Vaintroub2012-06-211-2/+4
* merged with XtraDB 1.1.8-26.0Sergei Golubchik2012-06-1581-1522/+3137
* commentsSergei Golubchik2012-06-151-0/+3
* apply mysql fix for bug#58421 to XtraDBSergei Golubchik2012-06-081-1/+98
* Mergeunknown2012-06-061-1/+0
|\