summaryrefslogtreecommitdiff
path: root/storage
Commit message (Expand)AuthorAgeFilesLines
* Fixed compiler warningMonty2016-04-281-1/+1
* Merge commit 'd5822a3ad0657040114cdc185c6387b9eb3a12b2' into 10.2Monty2016-04-2817-68/+196
|\
| * MDEV-9977: Crash when accessing large (>4G) InnoDB table onJan Lindström2016-04-282-9/+5
| * MDEV-9121: innodb_force_recovery = 6 cannot recover ANY DATA whenJan Lindström2016-04-272-10/+30
| * Fixed resultsMonty2016-04-071-2/+2
| * Use _ReadWriteBarrier() rather than MemoryBarrier() for preventing compile op...Vladislav Vaintroub2016-04-062-2/+2
| * Fix compile error in UT_COMPILER_BARRIER on Visual Studio compiler.Vladislav Vaintroub2016-04-062-2/+14
| * Merge pull request #168 from grooverdan/10.1-MDEV-8684-UT_RELAX_CPU_isnt_rela...Jan Lindström2016-04-064-34/+42
| |\
| | * MDEV-8684: Use POWER wrappers rather than direct asmDaniel Black2016-04-012-4/+6
| | * MDEV-8684: UT_RELAX_CPU on Power to non-empty expansionDaniel Black2016-03-312-0/+10
| | * MDEV-8684: Remove delaying maths in ut_delaySergey Vojtovich2016-03-314-18/+14
| | * Some POWER specific optimizationsYasufumi Kinoshita2016-03-314-0/+24
| | * Bug#20045167 UT_DELAY MISSING COMPILER BARRIERMarko Mäkelä2016-03-314-26/+2
| * | MDEV-9860: TokuDB ORDER BY DESC query is slower in 10.1 with ICP ONSergei Petrunia2016-04-031-0/+6
| * | MDEV-9840: Test encryption.innodb-log-encrypt-crash fails on buildbotJan Lindström2016-03-312-8/+22
| * | MDEV-9793: getting mysqld crypto key from key version failedJan Lindström2016-03-306-6/+78
| * | MDEV-9678: Data Directory bugJan Lindström2016-03-301-1/+1
| |/
* | Merge ../10.2-window-funcs-r12 into 10.2Sergei Petrunia2016-04-122-2/+2
|\ \
| * \ Merge branch '10.2' into bb-10.2-mdev9543Sergei Petrunia2016-04-07202-3033/+17511
| |\ \
| * \ \ Merge branch '10.2' into bb-10.2-mdev9543Sergei Petrunia2016-03-28169-3823/+5549
| |\ \ \
| * | | | This is the consolidated patch for mdev-8646:bb-10.2-mdev8646Igor Babaev2016-02-092-2/+2
* | | | | Fixed compiler warningsMichael Widenius2016-04-072-8/+8
| |_|/ / |/| | |
* | | | Cleanups:Monty2016-04-0513-2837/+2684
* | | | MDEV-8360 Clean-up CHARSET_INFO: strnncollsp: diff_if_only_endspace_differenceAlexander Barkov2016-03-3123-51/+44
* | | | MDEV-6720 - enable connection log in mysqltest by defaultSergey Vojtovich2016-03-31166-145/+14783
| |/ / |/| |
* | | Merge branch '10.1' into 10.2Sergei Golubchik2016-03-2363-361/+708
|\ \ \ | | |/ | |/|
| * | Merge branch 'bb-10.1-serg' into 10.1Sergei Golubchik2016-03-2244-213/+284
| |\ \
| | * \ Merge branch 'connect/10.1' into 10.1Sergei Golubchik2016-03-219-64/+110
| | |\ \
| | | * | - Fix compile error when copying a string on itself.Olivier Bertrand2016-03-192-16/+15
| | | * | - Fix crash when sorting a TBL table with thread=yes.Olivier Bertrand2016-03-173-4/+4
| | | * | - Fix MDEV-9603 compiler error.Olivier Bertrand2016-03-167-41/+94
| | * | | Merge branch '10.0' into 10.1Sergei Golubchik2016-03-2131-84/+88
| | |\ \ \
| | | * | | MDEV-9527 build FAILs with GCC 5.1 with release supported "-std=c+11"Sergei Golubchik2016-03-219-50/+50
| | | * | | ASAN error in OQGraph engineSergei Golubchik2016-03-211-0/+4
| | | * | | ASAN error in CONNECT engineSergei Golubchik2016-03-211-2/+8
| | | * | | update tests and resultsSergei Golubchik2016-03-212-0/+6
| | | * | | Use /bin/shBernard Spil2016-03-211-2/+2
| | | * | | MDEV-9667: Server hangs after select count(distinct name) from t2 where a=836...Jan Lindström2016-03-112-15/+9
| | | * | | Fix spelling: occurred, execute, which etcOtto Kekäläinen2016-03-0440-59/+59
| | | * | | MDEV-7907 tokudb.cluster_filter_unpack_varchar_hidden fails sporadically in b...Elena Stepanova2016-02-262-4/+4
| | * | | | MDEV-9739 Assertion `m_status == DA_ERROR || m_status == DA_OK' failed in Dia...Sergei Golubchik2016-03-192-0/+21
| | * | | | update plugins' maturity levelsSergei Golubchik2016-03-187-73/+73
| * | | | | MDEV-9678: Data Directory bugJan Lindström2016-03-226-35/+69
| |/ / / /
| * | | | MDEV-9422: Checksum errors on restart when killing busy instance that uses en...Jan Lindström2016-03-182-11/+29
| * | | | MDEV-9640: Add used key_id to INFORMATION_SCHEMA.INNODB_TABLESPACES_ENCRYPTIONJan Lindström2016-03-187-15/+40
| * | | | MDEV-9422: Checksum errors on restart when killing busy instance that uses en...Jan Lindström2016-03-189-40/+145
| * | | | Merge pull request #160 from grooverdan/crc32_power_abi_fixJan Lindström2016-03-152-20/+82
| |\ \ \ \
| | * | | | MDEV-9699: power crc32: Per the PPC64 ABI, v20-v31 are non-volatile registersAnton Blanchard2016-03-082-20/+82
| * | | | | Add check to avoid NULL-pointer access if encryption informationJan Lindström2016-03-132-6/+6
| * | | | | MDEV-9549: Trying to decrypt a not encrypted pageJan Lindström2016-03-122-16/+48
| |/ / / /