summaryrefslogtreecommitdiff
path: root/storage/xtradb
Commit message (Expand)AuthorAgeFilesLines
* mysql 5.5.23 mergeSergei Golubchik2012-04-102-55/+89
* 5.3 mergeSergei Golubchik2012-03-281-52/+15
|\
| * Bug fix for MySQL bug#61209 "auto_increment_offset != 1 + innodb_autoinc_lock...Michael Widenius2012-03-261-52/+15
* | mysql-5.5.22 mergeSergei Golubchik2012-03-282-2/+4
* | Small Windows specific performance fixes:Vladislav Vaintroub2012-03-251-5/+5
* | Merge mariadb 5.3->mariadb 5.5unknown2012-03-241-1/+1
|\ \ | |/
| * mergeSergei Golubchik2012-03-211-1/+1
| |\
| | * mergeSergei Golubchik2012-03-211-1/+1
| | |\
| | | * Fix access to uninitialized variable in innodb error message in case WriteFil...Vladislav Vaintroub2012-03-151-1/+1
* | | | Merge MWL #247 from mariadb 5.3 -> mariadb 5.5.Igor Babaev2012-03-021-10/+56
|\ \ \ \
| * | | | Addressed all review feedbacks for mwl #247.Igor Babaev2012-02-281-2/+2
| * | | | Merge.Igor Babaev2012-02-225-45/+45
| |\ \ \ \ | | |/ / /
| * | | | Merge.Igor Babaev2012-01-241-10/+56
| |\ \ \ \
| | * | | | Fixed compiler warnings.Igor Babaev2012-01-011-1/+4
| | * | | | Fixed calculation of rec_per_key elements for added components of the extende...Igor Babaev2012-01-011-14/+16
| | * | | | Merged MWL#247 into the latest 5.3.Igor Babaev2011-12-311-5/+46
| | |\ \ \ \
| | | * | | | Implementation of the MWL#247: Make the optimizer use extended keys.Igor Babaev2011-12-311-5/+46
* | | | | | | merge 5.5Vladislav Vaintroub2012-02-274-25/+3
|\ \ \ \ \ \ \
| * \ \ \ \ \ \ 5.3 mergeSergei Golubchik2012-02-214-25/+3
| |\ \ \ \ \ \ \ | | | |_|_|/ / / | | |/| | | | |
| | * | | | | | fix forSergei Golubchik2012-02-201-1/+0
| | * | | | | | Merge with MariaDB 5.2Michael Widenius2012-02-212-2/+1
| | |\ \ \ \ \ \ | | | | |_|_|/ / | | | |/| | | |
| | | * | | | | Merge with MariaDB 5.1 and MySQL 5.1.61Michael Widenius2012-02-202-2/+1
| | | |\ \ \ \ \ | | | | | |_|_|/ | | | | |/| | |
| | | | * | | | Merge with MYSQL 5.1.61Michael Widenius2012-02-202-2/+1
| | * | | | | | Remove engine-specific (but identical) icp callbacks. create one reusableSergei Golubchik2012-02-174-31/+2
| | * | | | | | Counters for Index Condition Pushdown added (MDEV-130).unknown2012-02-162-1/+9
* | | | | | | | Only synchronous disk reads should use thd_wait_begin with THD_WAIT_DISKIOVladislav Vaintroub2012-02-161-2/+5
|/ / / / / / /
* | | | | | | mergeSergei Golubchik2012-02-151-18/+42
|\ \ \ \ \ \ \
| * \ \ \ \ \ \ 5.3.4 mergeSergei Golubchik2012-02-151-18/+42
| |\ \ \ \ \ \ \ | | |/ / / / / /
| | * | | | | | Back-ported the fix for bug #12831587 from mysql-5.6 code line.Igor Babaev2012-02-031-10/+30
| | * | | | | | Applied the patch from mysql-5.6 code line that fixedIgor Babaev2012-02-021-13/+16
| | | |_|/ / / | | |/| | | |
| | * | | | | Fix compiler warning on Windows.Vladislav Vaintroub2012-01-191-0/+1
* | | | | | | Fix wrong type causing build failure on windows.unknown2012-02-152-2/+2
* | | | | | | Fix wrong type causing build failure on windows.unknown2012-02-151-1/+1
* | | | | | | Merge XtraDB from Percona-Server-5.5.20-24.1 into MariaDB 5.5.unknown2012-02-1545-988/+1100
|/ / / / / /
* | | | | | Various fixes for Solaris compiler.Vladislav Vaintroub2012-02-031-1/+1
* | | | | | fix embedded buildVladislav Vaintroub2012-01-261-0/+1
* | | | | | Xtradb recently started to access thd members directly ,e.g thd->stmt_da (ha...Vladislav Vaintroub2012-01-262-1/+2
* | | | | | Always define UT_DBG_ABORT in innodb/xtradb, also on Windows. This will avoid...Vladislav Vaintroub2012-01-251-5/+7
* | | | | | portability fixes for FreeBSD 8 and 9Vladislav Vaintroub2012-01-231-1/+1
* | | | | | Fix innodb_bug60229 (get the innodb change into xtradb)Vladislav Vaintroub2012-01-191-0/+5
* | | | | | enable test cases for bugs fixed in xtradb.Sergei Golubchik2012-01-161-1/+1
* | | | | | 5.3 mergeSergei Golubchik2012-01-136-32/+64
|\ \ \ \ \ \ | |/ / / / /
| * | | | | MDEV-77 - possible deadlock in XtraDB async io subsystem on Windows.Vladislav Vaintroub2012-01-081-11/+45
| | |_|/ / | |/| | |
| * | | | 5.2->5.3 mergeSergei Golubchik2011-12-121-1/+1
| |\ \ \ \ | | |/ / /
| * | | | Merge with 5.2.Michael Widenius2011-12-1188-2992/+4380
| |\ \ \ \ | | |/ / /
| | * | | Merge with 5.1Michael Widenius2011-11-304-17/+23
| | |\ \ \ | | | |/ /
| | | * | Fixed compiler warning and errorsMichael Widenius2011-11-301-2/+2
| | | * | Fixed compiler warnings and other bugs found by buildbot.Michael Widenius2011-11-301-1/+1
| | | * | Cherrypick into XtraDB: Bug#13002783 PARTIALLY UNINITIALIZED CASCADE UPDATE V...unknown2011-11-303-11/+20
| | | * | Fixed compiler warningsMichael Widenius2011-11-302-3/+1