174209 Commits (7305be2f7e724e5e62961606794beab199d79045)
 

Author SHA1 Message Date
Nirbhay Choubey 7305be2f7e MDEV-5535: Cannot reopen temporary table 10 years ago
Nirbhay Choubey 547511153f MDEV-5535: Cannot reopen temporary table 10 years ago
Nirbhay Choubey 78d4276788 Some trivial changes. 10 years ago
Sergey Vojtovich 7ecb304996 Code cleanups 10 years ago
Sergei Golubchik 2dee76f435 MDEV-9518 Increase the range for INFORMATION_SCHEMA.MEMORY_USED column 10 years ago
Sergei Golubchik dc08c3b15a MDEV-10180 main.events_restart fails on valgrind builder: void THD::inc_thread_count(): Assertion `!abort_loop' failed. 10 years ago
Sergey Vojtovich 9de6708390 MDEV-9857 - CACHE_LINE_SIZE in innodb should be 128 on POWER 10 years ago
Alexey Kopytov 49ad084503 Few improvements related to CPU cache line size and padding: 10 years ago
Sergei Golubchik 935033aea7 fix wsrep test crashes on startup 10 years ago
Sergei Golubchik 4a0612ed2a stop binlog background thread together with others 10 years ago
Sergei Golubchik 562c1df7d9 cleanup: thread_count 10 years ago
Sergei Golubchik 7425610c81 decrement thead_count *after* THD is destroyed 10 years ago
Sergei Golubchik 74aef87c5e fix the method name 10 years ago
Sergei Golubchik 725ce0fe84 THD:: cleanup() must be where it used to 10 years ago
Sergei Golubchik 69da361ccd reset @@TIMESTAMP for COM_CHANGE_USER 10 years ago
Sergei Golubchik 4aacb20dce fix XID comparison 10 years ago
Monty 89685d55d7 Reuse THD for new user connections 10 years ago
Jan Lindström 54f3e18f6e Merge pull request #179 from grooverdan/10.2-remove_btr_search_n_succ_AND_hash_fail 10 years ago
Daniel Black a0b11b9033 Remove btr_search_n_succ and btr_search_n_hash_fail counters 10 years ago
Alexander Barkov 54332b2793 Adding more tests for VIEWs with UNION. 10 years ago
Vladislav Vaintroub 3a7bc23a16 MDEV-9154 : Remove workarounds (mainly dynamic function loading) 10 years ago
Vladislav Vaintroub 22ede741f0 fix compile error - inconsistent use of 'struct' and 'class' for TDC_element 10 years ago
Nirbhay Choubey 23fed78404 MDEV-6368: assertion xid_seqno > trx_sys_cur_xid_seqno (postfix) 10 years ago
Sergey Vojtovich d6d4011211 Move wait_for_mdl_deadlock_detector() call to tc_remove_table() 10 years ago
Sergey Vojtovich 41dc2fc129 Move table cache private functions out of header 10 years ago
Sergey Vojtovich f7048e9a92 Move common code to a separate function 10 years ago
Alexander Barkov 286416404a MDEV-10101 Wrong error message of SELECT 1 UNION (SELECT 1 FROM t1 GROUP BY 1 WITH ROLLUP) 10 years ago
Alexander Barkov caee832df1 MDEV-10124 Incorrect usage of CUBE/ROLLUP and ORDER BY with GROUP_CONCAT(a ORDER BY a) 10 years ago
Nirbhay Choubey de7eafc7ce MDEV-6368: assertion xid_seqno > trx_sys_cur_xid_seqno 10 years ago
Elena Stepanova eb86c32225 Increase the version number 10 years ago
Elena Stepanova 7013f86e40 Follow-up for the previous commit - result change for a big test 10 years ago
Oleksandr Byelkin 7166069537 MDEV-3944: Allow derived tables in VIEWS 10 years ago
Alexander Barkov 1f89ea8ea0 sql_yacc.yy: Removing union_opt. 10 years ago
Alexander Barkov 971538f4c2 Adding various tests for combinations of 10 years ago
Alexander Barkov 2fc6e79084 Recording test results forgotten in 9a25c01f78 10 years ago
Alexander Barkov 804b00e878 An sql_yacc.yy clean-up 10 years ago
Alexander Barkov c80c3f6759 MDEV-10109 Disallow syntactically INSERT .. SELECT .. {ORDER BY ..| LIMIT ..} .. UNION .. 10 years ago
Alexander Barkov ea9a393a86 MDEV-10103 Disallow syntactically UNION SELECT .. PROCEDURE ANALYSE() 10 years ago
Alexander Barkov 9a25c01f78 MDEV-10102 Disallow CREATE VIEW .. PROCEDURE ANALYSE() syntactically 10 years ago
Alexander Barkov 4c0e2960d4 MDEV-10051 Fix subselect to return a syntax error instead of "Incorrect usage of UNION and LIMIT" 10 years ago
Alexander Barkov a999acf26e MDEV-10095 Fix derived tables to return a syntax error instead of "Illegal usage of UNION and LIMIT" 10 years ago
Alexander Barkov 349da1d643 sql_yacc.yy: Removing unnecessary init_nested_join() and end_nested_join() 10 years ago
Alexander Barkov c44b2e66a9 A derived_query_specification clean-up 10 years ago
Oleksandr Byelkin 485ece6da9 MDEV-8429: Change binlog_checksum default to match MySQL 5.6.6+ 10 years ago
Alexander Barkov f6a7c1c75a MDEV-10080 Derived tables allow double LIMIT clause 10 years ago
Alexander Barkov c9629daa1e This patch is a cleanup simplifying upcoming 10 years ago
Oleksandr Byelkin 50a17de1ce MDEV-9947: COM_MULTI united response 10 years ago
Alexander Barkov e7ff281d2e MDEV-6353 my_ismbchar() and my_mbcharlen() refactoring 10 years ago
Alexander Barkov 7e66a24dfb MDEV-10079 sql_yacc.yy: Remove non-parenthesized SELECT from table_ref 10 years ago
Alexander Barkov 971d777ac1 sql_yacc.yy: Adding a helper rule get_select_lex_derived, 10 years ago