summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* MDEV-9618 solaris sparc build fails on 10.1.Alexey Botchkov2016-05-046-3/+55
* MDEV-9362: InnoDB tables using DATA_DIRECTORY created usingJan Lindström2016-05-036-43/+135
* remove the forgotten PARENT_SCOPESergei Golubchik2016-05-031-1/+1
* Move MYSQL_ADD_PLUGIN outside of IF(OQGRAPH_OK) condition,Vladislav Vaintroub2016-05-031-25/+28
* MDEV-10015 Fix oqgraph compilation on WindowsVladislav Vaintroub2016-05-031-1/+1
* MDEV-9898 SET ROLE NONE can crash mysqld.Alexey Botchkov2016-05-023-1/+25
* Fixed assert if user table was mailformed.Monty2016-05-013-4/+29
* MDEV-9242: Innodb reports Assertion failure in file buf0dblwr.cc line 579Jan Lindström2016-04-296-10/+124
* 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
|/
* Followup for 2783fc7: return an error to the caller if mysql.proc cannot be o...mariadb-10.1.13Oleksandr Byelkin2016-03-242-1/+2
* Merge branch '10.0' into 10.1Oleksandr Byelkin2016-03-242-2/+44
|\
| * MDEV-9773: Memory corruption in mariadb_dyncol_unpackOleksandr Byelkin2016-03-242-2/+44
* | Ugly test removed for now.Alexey Botchkov2016-03-242-137/+0
* | MDEV-717 LP:1003679 - Wrong binlog order on concurrent DROP schema and CREATE...Alexey Botchkov2016-03-236-82/+219
* | MDEV-9604 crash in Item::save_in_field with empty enum valueAlexander Barkov2016-03-236-18/+263
* | Fix sysvar tests - embedded and 32-bitElena Stepanova2016-03-233-234/+262
* | MDEV-9443: Add reexecution test cases.Vicențiu Ciorbaru2016-03-222-0/+60
* | MDEV-9443: Add REVOKE <role> as a command to PREPAREVicențiu Ciorbaru2016-03-223-0/+19
* | MDEV-9443: Roles aren't supported in prepared statementsVicențiu Ciorbaru2016-03-223-0/+117
* | MDEV-9613: keyfile without any keys crashes mysqld on loading file_key_manage...Vicențiu Ciorbaru2016-03-224-1/+16
* | Add an empty file to std_data for future testing purposesVicențiu Ciorbaru2016-03-221-0/+0
* | MDEV-6058 MySQL Bug #11766693: LOG-SLOW-ADMIN-STATEMENTS ANDAlexey Botchkov2016-03-229-8/+207
* | Merge branch 'bb-10.1-serg' into 10.1Sergei Golubchik2016-03-22176-441/+696
|\ \
| * | MDEV-9737 Duplicate error in replication with slave triggers and auto incrementSergei Golubchik2016-03-223-0/+55
| * | 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