summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* MDEV-5492 - Reduce usage of LOCK_open: TABLE::in_usebb-10.2-mdev5492Sergey Vojtovich2016-05-135-19/+15
* Move wait_for_mdl_deadlock_detector() call to tc_remove_table()Sergey Vojtovich2016-05-121-4/+2
* Move common code to a separate functionSergey Vojtovich2016-05-122-26/+31
* close_open_tables() is not meaningful anymoreSergey Vojtovich2016-05-101-19/+2
* MDEV-505 - feature request: add \H option for mysql client promptSergey Vojtovich2016-05-101-2/+4
* MDEV-505: feature request: add \H option for mysql client promptDan Ungureanu2016-05-101-10/+22
* Renaming query_specification to query_term, to make the sql_yacc.yy grammarAlexander Barkov2016-05-101-5/+5
* MDEV-10036 sql_yacc.yy: Split select_part2 to disallow syntactically bad cons...Alexander Barkov2016-05-107-99/+85
* MDEV-10030 sql_yacc.yy: Split table_expression and remove PROCEDURE from crea...Alexander Barkov2016-05-0613-38/+110
* MDEV-6720 - enable connection log in mysqltest by defaultSergey Vojtovich2016-05-052-4/+0
* Drop old not used mysql.ndb_binlog_index if existsMonty2016-05-011-0/+6
* Fixed test cases that broke because we now print changing of connectionsMonty2016-05-01140-1/+741
* after-merge: simplify, fix a bugSergei Golubchik2016-04-291-25/+20
* MDEV-9758: correct test caseDaniel Black2016-04-292-3/+3
* Whitespace fix for mysql_checksum_table functionDaniel Black2016-04-291-26/+26
* MDEV-9758: correct checksum on non-continious blocksDaniel Black2016-04-291-2/+2
* CHECKSUM TABLE to calculate in multiple column chunksDaniel Black2016-04-293-1/+34
* Fix connect2 test, simulated errors do not work with thread cacheVladislav Vaintroub2016-04-282-2/+2
* Fix compile errorsVladislav Vaintroub2016-04-282-1/+2
* 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
|\ \