summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fixed compiler warnings and test failures found by buildbotbb-10.2-decimalMonty2016-06-2353-262/+305
* MDEV-10219 rpl.rpl_parallel_temptable failed in buildbot: Assertion `!table |...Monty2016-06-221-4/+9
* Fixed compiler warnings and test failures found by buildbotMonty2016-06-2211-32/+46
* MDEV-10138 Support for decimals up to 38 digitsMonty2016-06-2258-1426/+1631
* Fixed compiler warningsMonty2016-06-2235-51/+91
* Follow-up for MDEV-6720 (enable connection log in mysqltest by default)Elena Stepanova2016-06-192-5/+11
* Merge pull request #181 from ottok/ok-debpkg-10.2Sergey Vojtovich2016-06-1467-96/+96
|\
| * General spell fixing in comments and stringsOtto Kekäläinen2016-06-0867-96/+96
* | MDEV-10098 main.create_delayed fails with ps-protocol: assertion `global_stat...Sergei Golubchik2016-06-131-8/+1
* | cleanupSergei Golubchik2016-06-131-4/+3
* | MDEV-5535: Cannot reopen temporary tableNirbhay Choubey2016-06-103-5/+24
* | MDEV-5535: Cannot reopen temporary tableNirbhay Choubey2016-06-107-7/+142
* | MDEV-5535: Cannot reopen temporary tableNirbhay Choubey2016-06-1050-1258/+2313
* | MDEV-5535: Cannot reopen temporary tableNirbhay Choubey2016-06-102-1/+382
* | Some trivial changes.Nirbhay Choubey2016-06-103-4/+7
* | Code cleanupsSergey Vojtovich2016-06-1010-100/+83
* | MDEV-9518 Increase the range for INFORMATION_SCHEMA.MEMORY_USED columnSergei Golubchik2016-06-098-13/+13
* | MDEV-10180 main.events_restart fails on valgrind builder: void THD::inc_threa...Sergei Golubchik2016-06-081-1/+0
|/
* MDEV-9857 - CACHE_LINE_SIZE in innodb should be 128 on POWERSergey Vojtovich2016-06-073-7/+3
* Few improvements related to CPU cache line size and padding:Alexey Kopytov2016-06-0712-32/+49
* fix wsrep test crashes on startupSergei Golubchik2016-06-051-3/+1
* 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