summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Final fixes for Memory_usedMonty2016-04-2815-48/+78
* Fixed compiler warningMonty2016-04-281-1/+1
* Merge commit 'd5822a3ad0657040114cdc185c6387b9eb3a12b2' into 10.2Monty2016-04-2861-178/+1004
|\
| * Fixed some galera testsMonty2016-04-287-0/+8
| * Moved mysqld_server_initialized to before galera is initialized.Monty2016-04-281-3/+3
| * MDEV-9977: Crash when accessing large (>4G) InnoDB table onJan Lindström2016-04-282-9/+5
| * Removed some not needed when doing delete thd, which caused warnings aboutMonty2016-04-284-7/+6
| * Fixed wrong counting of global Memory_usedMonty2016-04-2812-51/+111
| * Ignore files in tmp (like mysqld.S)Monty2016-04-281-0/+1
| * MDEV-9602 crash in st_key::actual_rec_per_key when group by constantMonty2016-04-283-1/+35
| * MDEV-9973 : Do not set permissions for serviceaccount user (Win7 and later)Vladislav Vaintroub2016-04-271-11/+0
| * MDEV-9121: innodb_force_recovery = 6 cannot recover ANY DATA whenJan Lindström2016-04-272-10/+30
| * MDEV-9792 Backport MDEV-8713 to 10.1.Alexey Botchkov2016-04-274-155/+1032
| * MDEV-9383: Server fails to read master.info after upgrade 10.0 -> 10.1Kristian Nielsen2016-04-089-33/+512
| * Fixed resultsMonty2016-04-071-2/+2
| * MDEV-9621 INSERT DELAYED fails on insert for tables with many columnsMonty2016-04-078-8/+119
| * 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-066-34/+54
| |\
| | * MDEV-8684: Use POWER wrappers rather than direct asmDaniel Black2016-04-013-6/+9
| | * 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-316-0/+35
| | * 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
| |/
* | CleanupsMonty2016-04-2812-31/+55
* | Removed some dead code that appeared in the merge for mdev-8646.Igor Babaev2016-04-261-6/+0
* | Merge branch '10.2' of github.com:MariaDB/server into 10.2Igor Babaev2016-04-200-0/+0
|\ \
| * | Fixed bug mdev-9931.Igor Babaev2016-04-196-1/+35
* | | Fixed bug mdev-9937.Igor Babaev2016-04-206-1/+35
|/ /
* | MDEV-7885, MDEV-8857: Add testcasesSergei Petrunia2016-04-172-0/+64
* | Merge ../10.2-window-funcs-r10 into 10.2mariadb-10.2.0Sergei Petrunia2016-04-1610-100/+249
|\ \
| * | MDEV-9922: Assertion `!join->only_const_tables() && fsort' failedbb-10.2-mdev9543Sergei Petrunia2016-04-163-2/+17
| * | MDEV-9925: Wrong result with aggregate function as a window functionSergei Petrunia2016-04-153-47/+123
| * | Make test result deterministic.Sergei Petrunia2016-04-152-10/+10
| * | Merge branch 'bb-10.2-mdev9543' of github.com:MariaDB/server into bb-10.2-mde...Igor Babaev2016-04-143-22/+15
| |\ \
| | * | Make ntile use args[0] for it's argument.Vicențiu Ciorbaru2016-04-131-14/+2
| | * | Fix another bug in dense_rank.Vicențiu Ciorbaru2016-04-133-8/+13
| |/ / |/| |
| * | Fixed bug mdev-9897.Igor Babaev2016-04-147-29/+94
|/ /
* | Merge ../10.2-window-funcs-r12 into 10.2Sergei Petrunia2016-04-1295-2695/+11633
|\ \
| * | Fix compiler warningSergei Petrunia2016-04-111-1/+1
| * | Fix dense_rank returning minimum rank of 2 when using null columns.Vicențiu Ciorbaru2016-04-115-73/+189
| * | Use --sorted_result to make test result predictableSergei Petrunia2016-04-111-0/+1
| * | MDEV-9780: Window functions: interplay between window function and other cons...Sergei Petrunia2016-04-104-4/+91
| * | MDEV-9895: Assertion `n_rows > 0' failed in Frame_cursor* get_frame_cursorSergei Petrunia2016-04-103-1/+111
| * | Window functions: return error if aggregate is not supported as window functionsSergei Petrunia2016-04-103-1/+23
| * | Window functions: handle window functions as arguments to other functionsSergei Petrunia2016-04-104-8/+63