summaryrefslogtreecommitdiff
path: root/storage/xtradb
Commit message (Expand)AuthorAgeFilesLines
* mergedSergei Golubchik2011-11-271-5/+11
|\
| * Avoid mysqld dependency on libaio.so by linking xtradb statically to libaio. Vladislav Vaintroub2011-11-251-5/+11
* | 5.3->5.5 mergeSergei Golubchik2011-11-273-10/+10
|\ \ | |/ |/|
* | 5.3->5.5 mergeSergei Golubchik2011-11-2210-525/+857
|\ \ | |/
| * 5.2->5.3 mergeSergei Golubchik2011-11-122-3/+3
| |\
| | * 5.1 mergeSergei Golubchik2011-11-121-1/+1
| | |\
| | | * typos fixedSergei Golubchik2011-11-081-1/+1
| | * | 5.1->5.2 merge (gcc 4.6 warnings and apple hwaddress fixes).unknown2011-10-273-8/+7
| | |\ \ | | | |/
| | | * Fix gcc 4.6 warnings about assigned but not used variables.unknown2011-10-273-8/+7
| * | | Remove unused variable detected by GCC 4.6.1.unknown2011-11-121-2/+1
| * | | Fixed a compilation error.Igor Babaev2011-10-311-1/+1
| * | | Backported the fix and the test case for bug 59483 from the mysql-5.6 code line.Igor Babaev2011-10-301-3/+8
| * | | Backported the fix and the test case for bug #58816 from mysql-5.6 code line.Igor Babaev2011-10-291-2/+0
| * | | Merge.Igor Babaev2011-10-288-514/+846
| |\ \ \
| | * \ \ Merge.Igor Babaev2011-06-018-514/+846
| | |\ \ \
| | | * | | Modified the code backported from mysql 5.6 to make it handle virtualIgor Babaev2011-06-011-16/+32
| | | * | | Downported InnoDB support of Index Condition Pushdown from MySQL-5.6 code line.Igor Babaev2011-05-258-515/+831
| * | | | | Compiler warning about assigned but not used variables fixed.unknown2011-10-184-8/+7
| * | | | | mergeSergei Golubchik2011-10-112-2/+3
| |\ \ \ \ \ | | | |_|/ / | | |/| | |
| | * | | | merge with 5.1Sergei Golubchik2011-10-072-9/+2
| | |\ \ \ \ | | | | |_|/ | | | |/| |
| | | * | | support for plugins on windowsSergei Golubchik2011-10-041-8/+2
| | | * | | remove redundant declarationsSergei Golubchik2011-10-041-1/+0
* | | | | | mergeSergei Golubchik2011-11-031-13/+13
|\ \ \ \ \ \
| * | | | | | compilation warnings on WindowsSergei Golubchik2011-11-021-13/+13
* | | | | | | mysql-5.5.18 mergeSergei Golubchik2011-11-032-1007/+13
|/ / / / / /
* | | | | | fixes for windowsSergei Golubchik2011-10-215-30/+11
* | | | | | merge with 5.3Sergei Golubchik2011-10-1924-490/+611
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Fix long xtradb shutdown on Windows XPVladislav Vaintroub2011-08-081-5/+13
| * | | | | LPBUG#882689 - crash during startup on XP.Vladislav Vaintroub2011-08-081-0/+2
| * | | | | merge Windows performance patches into 5.3Vladislav Vaintroub2011-07-0511-561/+667
| |\ \ \ \ \
| | * | | | | Accept innodb_flush_method values previously allowed on Unix onlyVladislav Vaintroub2011-06-162-5/+11
| | * | | | | fix mismergeVladislav Vaintroub2011-06-122-19/+12
| | * | | | | mergeVladislav Vaintroub2011-06-123-194/+181
| | |\ \ \ \ \
| | | * | | | | Fix XtraDB LPBug #714143 : Vladislav Vaintroub2011-06-123-288/+176
| | | |/ / / /
| | * | | | | mergeVladislav Vaintroub2011-06-1210-405/+502
| | |\ \ \ \ \
| | | * \ \ \ \ Backport scalability improvements for innodb on Windows , MySQL bug #52102Vladislav Vaintroub2011-06-1210-405/+502
| | | |\ \ \ \ \ | | | | |/ / / / | | | |/| | | |
| | | | * | | | improve Innodb locking primitives on Windows (MySQL Bug#52102, and fix OS_FIL...Vladislav Vaintroub2011-06-0410-415/+502
| | | |/ / / /
| | * | | | | Backport Fix for Bug#24509 - 2048 file descriptor limit on windows needs incr...Vladislav Vaintroub2011-06-121-1/+24
| | |/ / / /
| * | | | | MWL#163 lp:798213: Remove the --innodb-release-locks-early feature.unknown2011-07-054-83/+1
| * | | | | merge with 5.1-microSergei Golubchik2011-06-072-5/+2
| | |_|/ / | |/| | |
| * | | | Merge with 5.1-microsecondsMichael Widenius2011-05-281-2/+14
| * | | | Original idea from Zardosht Kasheff to add HA_CLUSTERED_INDEXMichael Widenius2011-05-181-4/+7
| * | | | Merge with 5.2Michael Widenius2011-05-161-3/+4
| |\ \ \ \ | | |/ / /
| | * | | Fix Windows embedded warningsVladislav Vaintroub2011-05-101-3/+4
| * | | | Merge with MariaDB 5.2Michael Widenius2011-05-1058-878/+1235
| |\ \ \ \ | | |/ / /
| | * | | Automatic merge with 5.1Michael Widenius2011-05-041-1/+1
| | |\ \ \ | | | |/ /
| | | * | Fixed compiler warningMichael Widenius2011-05-041-1/+1
| | * | | Automatic merge with MariaDB 5.1Michael Widenius2011-05-034-6/+5
| | |\ \ \ | | | |/ /
| | | * | Automatic mergeMichael Widenius2011-05-032-4/+2
| | | |\ \
| | | | * | Fixed after-merge failures found by buildbotMichael Widenius2011-05-032-4/+2