summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* stop binlog background thread together with othersbb-fast-connectSergei Golubchik2016-06-043-11/+20
* cleanup: thread_countSergei Golubchik2016-06-0414-68/+22
* decrement thead_count *after* THD is destroyedSergei Golubchik2016-06-043-2/+4
* fix the method nameSergei Golubchik2016-06-042-3/+3
* THD:: cleanup() must be where it used toSergei Golubchik2016-06-041-2/+2
* reset @@TIMESTAMP for COM_CHANGE_USERSergei Golubchik2016-06-043-1/+20
* fix XID comparisonSergei Golubchik2016-06-041-2/+2
* Reuse THD for new user connectionsMonty2016-06-0434-130/+220
* Merge pull request #179 from grooverdan/10.2-remove_btr_search_n_succ_AND_has...Jan Lindström2016-06-024-40/+0
|\
| * Remove btr_search_n_succ and btr_search_n_hash_fail countersDaniel Black2016-06-024-40/+0
|/
* Adding more tests for VIEWs with UNION.Alexander Barkov2016-06-022-0/+84
* MDEV-9154 : Remove workarounds (mainly dynamic function loading)Vladislav Vaintroub2016-06-0116-723/+62
* fix compile error - inconsistent use of 'struct' and 'class' for TDC_elementVladislav Vaintroub2016-06-012-6/+12
* MDEV-6368: assertion xid_seqno > trx_sys_cur_xid_seqno (postfix)Nirbhay Choubey2016-06-013-3/+3
* Move wait_for_mdl_deadlock_detector() call to tc_remove_table()Sergey Vojtovich2016-06-011-3/+2
* Move table cache private functions out of headerSergey Vojtovich2016-06-012-155/+142
* Move common code to a separate functionSergey Vojtovich2016-06-011-26/+28
* MDEV-10101 Wrong error message of SELECT 1 UNION (SELECT 1 FROM t1 GROUP BY 1...Alexander Barkov2016-06-013-17/+97
* MDEV-10124 Incorrect usage of CUBE/ROLLUP and ORDER BY with GROUP_CONCAT(a OR...Alexander Barkov2016-06-013-14/+97
* MDEV-6368: assertion xid_seqno > trx_sys_cur_xid_seqnoNirbhay Choubey2016-05-3113-87/+219
* Increase the version numberElena Stepanova2016-05-301-1/+1
* Follow-up for the previous commit - result change for a big testElena Stepanova2016-05-301-2/+2
* MDEV-3944: Allow derived tables in VIEWSOleksandr Byelkin2016-05-2815-57/+450
* sql_yacc.yy: Removing union_opt.Alexander Barkov2016-05-251-10/+14
* Adding various tests for combinations ofAlexander Barkov2016-05-252-0/+439
* Recording test results forgotten in 9a25c01f7848324dd63c64ea4e1c86ef1cebfbc8Alexander Barkov2016-05-251-1/+1
* An sql_yacc.yy clean-upAlexander Barkov2016-05-241-9/+5
* MDEV-10109 Disallow syntactically INSERT .. SELECT .. {ORDER BY ..| LIMIT ..}...Alexander Barkov2016-05-245-27/+57
* MDEV-10103 Disallow syntactically UNION SELECT .. PROCEDURE ANALYSE()Alexander Barkov2016-05-245-18/+62
* MDEV-10102 Disallow CREATE VIEW .. PROCEDURE ANALYSE() syntacticallyAlexander Barkov2016-05-2311-44/+85
* MDEV-10051 Fix subselect to return a syntax error instead of "Incorrect usage...Alexander Barkov2016-05-2310-41/+37
* MDEV-10095 Fix derived tables to return a syntax error instead of "Illegal us...Alexander Barkov2016-05-2110-48/+61
* sql_yacc.yy: Removing unnecessary init_nested_join() and end_nested_join()Alexander Barkov2016-05-211-15/+1
* A derived_query_specification clean-upAlexander Barkov2016-05-201-7/+6
* MDEV-8429: Change binlog_checksum default to match MySQL 5.6.6+Oleksandr Byelkin2016-05-2037-1499/+1571
* MDEV-10080 Derived tables allow double LIMIT clauseAlexander Barkov2016-05-203-9/+35
* This patch is a cleanup simplifying upcomingAlexander Barkov2016-05-191-20/+16
* MDEV-9947: COM_MULTI united responseOleksandr Byelkin2016-05-1710-23/+57
* MDEV-6353 my_ismbchar() and my_mbcharlen() refactoringAlexander Barkov2016-05-1728-270/+118
* MDEV-10079 sql_yacc.yy: Remove non-parenthesized SELECT from table_refAlexander Barkov2016-05-174-10/+12
* sql_yacc.yy: Adding a helper rule get_select_lex_derived,Alexander Barkov2016-05-171-11/+14
* MDEV-10078 sql_yacc.yy: Remove non-parenthesized SELECT from table_factorAlexander Barkov2016-05-171-23/+34
* Merge branch '10.2' of github.com:MariaDB/server into 10.2Igor Babaev2016-05-161-10/+19
|\
| * sql_yacc.yy cleanup, to simplify further changes for MDEV-8909.Alexander Barkov2016-05-161-10/+19
* | Fixed bug mdev-10058.Igor Babaev2016-05-163-15/+70
|/
* attempt to fix debian build (gssapi plugins require 10.1 client or server ins...Vladislav Vaintroub2016-05-143-4/+8
* sql_yacc.yy: adding a new rule union_head_non_top, to reuse some codeAlexander Barkov2016-05-131-15/+13
* Fix of PSI & COM_MULTIOleksandr Byelkin2016-05-131-0/+8
* sql_yacc.yy:Alexander Barkov2016-05-131-7/+4
* close_open_tables() is not meaningful anymoreSergey Vojtovich2016-05-101-19/+2