2196 Commits (c8f85bf263a81a625089507d747236852ec87024)

Author SHA1 Message Date
Igor Babaev c8f85bf263 mdev-9864: cleanup, re-factoring. 9 years ago
Igor Babaev 2f9555c40f Removed the parameter from st_select_lex_unit::exec_recursive. 9 years ago
Igor Babaev f982d1074a Fixed the following problem: 9 years ago
Igor Babaev 9606525666 Simplified the code that fills recursive tables. 10 years ago
Galina Shalygina b4f1f42062 Fixed the problem of wrong identification of WITH tables defined in WITH clauses without RECURSIVE. 10 years ago
Alexander Barkov 9a25c01f78 MDEV-10102 Disallow CREATE VIEW .. PROCEDURE ANALYSE() syntactically 10 years ago
Galina Shalygina 46a2e41398 Fixed many problems in the code of With_element::check_unrestricted_recursive(). 10 years ago
Galina Shalygina f516b966e1 Main patch for mdev-9864 10 years ago
Galina Shalygina be1d06c8a5 Merge branch '10.2' into 10.2-mdev9864 10 years ago
Igor Babaev 3b6a64c247 Fixed bug mdev-9937. 10 years ago
Igor Babaev 308cee547f Fixed bug mdev-9931. 10 years ago
Sergei Petrunia fbf0364c26 MDEV-9780: Window functions: interplay between window function and other constructs 10 years ago
Igor Babaev 82cb35be11 Changed the base class for Item_window_func from Item_result_field to 10 years ago
Igor Babaev 602e15a0cb Changed the base class for Item_window_func from Item_result_field to 10 years ago
Otto Kekäläinen 1777fd5f55 Fix spelling: occurred, execute, which etc 10 years ago
Alexander Barkov ff2d92b17d MDEV-7231 Field ROUTINE_DEFINITION in INFORMATION_SCHEMA.`ROUTINES` 10 years ago
Igor Babaev f340aaeb52 Addressed the issues raised in the review for the main patch 10 years ago
Igor Babaev 9d9c60fb12 Initial patch for the implementation of window functions (MDEV-6115): 10 years ago
Igor Babaev 2cfc450bf7 This is the consolidated patch for mdev-8646: 10 years ago
Oleksandr Byelkin 41021c0254 MDEV-9462: Out of memory using explain on 2 empty tables 10 years ago
Galina Shalygina dfc4772f83 MDEV-8789 Implement non-recursive common table expressions 10 years ago
Sergey Vojtovich 54689e1d5c MDEV-8715 - Obsolete sql_alloc() in favor of THD::alloc() and thd_alloc() 10 years ago
Alexander Barkov 00ed55c71a A joint patch for: 10 years ago
Alexander Barkov d73cf394a5 MDEV-9170 Get rid of LEX::length and LEX::dec 10 years ago
Venkatesh Duggirala bb56c30ad7 Bug#17047208 REPLICATION DIFFERENCE FOR MULTIPLE TRIGGERS 10 years ago
Oleksandr Byelkin 92271c78b6 MDEV-8087: Server crashed in Time_and_counter_tracker::incr_loops 10 years ago
Nirbhay Choubey 978c2a37c0 MDEV-7640: CHANGE MASTER TO doesn't work with prepared statements 10 years ago
Nirbhay Choubey 151f967380 MDEV-7640: CHANGE MASTER TO doesn't work with prepared statements 10 years ago
Monty 3cb578c001 MDEV-6152: Remove calls to current_thd while creating Item 10 years ago
Monty 872a953b22 MDEV-8469 Add RESET MASTER TO x to allow specification of binlog file nr 10 years ago
Alexander Barkov 657f8a8d60 MDEV-8456 Dead code in Item_cond::fix_fields() and Item_func_between::fix_fields() 10 years ago
Monty 7332af49e4 - Renaming variables so that they don't shadow others (After this patch one can compile with -Wshadow and get much fewer warnings) 10 years ago
Monty 2e941fe9fc Fixed crashing bug when using ONLY_FULL_GROUP_BY in a stored procedure/trigger that is repeatedly executed. 11 years ago
Sergei Petrunia f33173d19e MDEV-8282: crash in filesort() with simple ordered delete 11 years ago
Oleksandr Byelkin 6264451f25 MDEV-8114: server crash on updates with joins still on 10.0.18 11 years ago
Sergey Vojtovich 5fc53b7cfe MDEV-8202 - st_select_lex::master_unit() takes 0.17% in OLTP RO 11 years ago
Sergey Vojtovich 4d1ccc4289 MDEV-7951 - sql_alloc() takes 0.25% in OLTP RO 11 years ago
Sergey Vojtovich c4d2c4e844 MDEV-7964 - delete_dynamic() takes 0.12% in OLTP RO 11 years ago
Oleksandr Byelkin 8cbaafd22b MDEV-8018: main.multi_update fails with --ps-protocol 11 years ago
Sergei Petrunia 4938b82263 MDEV-7836: ANALYZE FORMAT=JSON should provide info about GROUP/ORDER BY 11 years ago
Sergei Petrunia 2af935c8ec MDEV-7899: 10.1 is 3% slower than 10.0 in OLTP RO 11 years ago
Alexander Barkov 7f613ebdb6 MDEV-7284 INDEX: CREATE OR REPLACE 11 years ago
Alexander Barkov 50eee60504 Preparatory refactoring for: 11 years ago
Alexander Barkov 0c26c0032c A preparatory patch for MDEV-7284 INDEX: CREATE OR REPLACE. 11 years ago
Alexander Barkov 2a2cc16478 Refactoring in sql_yacc.yy. A pre-requirement patch for 11 years ago
Oleksandr Byelkin a71e2d23bd MDEV-7006 MDEV-7007: SET STATEMENT and slow log 11 years ago
Oleksandr Byelkin 80f03abcca MDEV-7671: Cache VIEW definitions in the TDC 11 years ago
Alexander Barkov 1f0ad6c6b3 MDEV-7288 USER/ROLE: CREATE OR REPLACE, CREATE IF NOT EXISTS, DROP IF EXISTS 11 years ago
Alexander Barkov 60277b8b3c MDEV-7287 VIEW: CREATE IF NOT EXISTS 11 years ago
Alexander Barkov c6d3f8058d MDEV-7112 Split HA_CREATE_INFO 11 years ago