2721 Commits (19644f6821d59ecca0f9b1f44fadb3b887061965)

Author SHA1 Message Date
Oleksandr Byelkin 4fc9dc84b0 MDEV-32086 (part 2) Server crash when inserting from derived table containing insert target table 6 months ago
Brandon Nesterenko d8c841d0d4 MDEV-35096: History is stored in different partitions on different nodes when using SYSTEM VERSION 9 months ago
Oleksandr Byelkin 8d810e9426 MDEV-29537 Creation of view with UNION and SELECT ... FOR UPDATE in definition is failed with error 1 year ago
Yuchen Pei 2c3e07df47
MDEV-34447: Memory leakage is detected on running the test main.ps against the server 11.1 1 year ago
Rex 9e800eda86 MDEV-32583 UUID() should be treated as stochastic for the purposes of forcing query materialization 2 years ago
Dmitry Shulga 5e6c122427 MDEV-33769: Memory leak found in the test main.rownum run with --ps-protocol against a server built with the option -DWITH_PROTECT_STATEMENT_MEMROOT 1 year ago
Marko Mäkelä 09d991d01c MDEV-33478: Tests massively fail with clang-18 -fsanitize=memory 2 years ago
Igor Babaev 54ed3939f7 MDEV-31657 Crash on query using CTE with the same name as a base table 2 years ago
Rex 2c1345ab27 MDEV-31995 Fix2 allocate memory in mem_root properly. 2 years ago
Rex 8b509a5d64 Merge 10.4 into 10.5 2 years ago
Alexander Barkov 2b6d241ee4 MDEV-27744 LPAD in vcol created in ORACLE mode makes table corrupted in non-ORACLE 4 years ago
Rex eb8053b377 MDEV-31995 Bogus error executing PS for query using CTE with renaming of columns 2 years ago
Alexander Barkov 534a2bf1c6 MDEV-32275 getting error 'Illegal parameter data types row and bigint for operation '+' ' when using ITERATE in a FOR..DO 2 years ago
Igor Babaev 4e2594768d MDEV-32259 Test from win.test fails with statement memory protection 2 years ago
Igor Babaev 47f0135d7a MDEV-32245 Test from subselect.test fails with statement memory protection 2 years ago
Alexander Barkov 400c101332 MDEV-30662 SQL/PL package body does not appear in I_S.ROUTINES.ROUTINE_DEFINITION 2 years ago
Monty 99bd226059 MDEV-31558 Add InnoDB engine information to the slow query log 2 years ago
Alexander Barkov 29bc61912e A cleanup for MDEV-31578 DECLARE CURSOR: "Memory not freed: 280 bytes lost" on syntax error 2 years ago
Alexander Barkov fdab2c4c64 MDEV-31578 DECLARE CURSOR: "Memory not freed: 280 bytes lost" on syntax error 2 years ago
Igor Babaev fe89df4268 MDEV-31162 Crash for query using ROWNUM over multi-table view with ORDER BY 3 years ago
Alexander Barkov ddcc9d2281 MDEV-31153 New methods Schema::make_item_func_* for REPLACE, SUBSTRING, TRIM 3 years ago
Alexander Barkov 2e74f9d281 Adding "const" qualifiers to a few trivial Lex_input_string methods 3 years ago
Oleksandr Byelkin 2eb7bf1ec3 MDEV-31073 Server crash, assertion `table != 0 && view->field_translation != 0' failure with ROWNUM and view 3 years ago
Igor Babaev f33fc2fae5 MDEV-30539 EXPLAIN EXTENDED: no message with queries for DML statements 3 years ago
Igor Babaev ccec9b1de9 MDEV-30706 Different results of selects from view and CTE with same definition 3 years ago
Igor Babaev 841e8877cc MDEV-28603 Invalid view when its definition uses TVC as single-value subquery 3 years ago
Vicențiu Ciorbaru 08c852026d Apply clang-tidy to remove empty constructors / destructors 3 years ago
Igor Babaev 074bef4dca MDEV-30248 Infinite sequence of recursive calls when processing embedded CTE 3 years ago
Igor Babaev ea270178b0 MDEV-30052 Crash with a query containing nested WINDOW clauses 3 years ago
Sergei Golubchik cce76fef38 ADD CONSTRAINT IF NOT EXISTS didn't work in SP 3 years ago
Sergei Petrunia e0dbec1ce3 MDEV-29129: Performance regression starting in 10.6: select order by limit ... 3 years ago
Oleksandr Byelkin 47e9678982 MDEV-29022 add_slave destroy child list and has dead code 3 years ago
tmokmss 827b049e1e MDEV-18873 Server crashes in Compare_identifiers::operator or in my_strcasecmp_utf8 upon ADD PERIOD IF NOT EXISTS with empty name 3 years ago
Oleksandr Byelkin 92a3280998 table_count was present twice in one class of LEX. 3 years ago
Dmitry Shulga f439cfdf93 MDEV-22001: Server crashes in st_select_lex_unit::exclude_level upon execution of SP 3 years ago
Sergei Golubchik 29c07643a1 enable -Wenum-compare -Wenum-conversion 4 years ago
Igor Babaev 6e7c6fcfd1 MDEV-28448 Assertion failure for SELECT with subquery using ON expression 4 years ago
Aleksey Midenkov ddc416c606 MDEV-20077 Warning on full history partition is delayed until next DML statement 4 years ago
Igor Babaev 39feab3cd3 MDEV-26412 Server crash in Item_field::fix_outer_field for INSERT SELECT 4 years ago
Alexander Barkov fbcf0225e1 MDEV-19804 sql_mode=ORACLE: call procedure in packages 4 years ago
Alexander Barkov 6437b30404 MDEV-28166 sql_mode=ORACLE: fully qualified package function calls do not work: db.pkg.func() 4 years ago
Vlad Lesin 1766a18e06 MDEV-19577 Replication does not work with innodb_autoinc_lock_mode=2 4 years ago
Rucha Deodhar fad1d15326 MDEV-25460: Assertion `!is_set() || (m_status == DA_OK_BULK && is_bulk_op())' 4 years ago
Igor Babaev 12c80df482 MDEV-20411 Procedure containing CTE incorrectly stored in mysql.proc 4 years ago
Dmitry Shulga 5478ca779a MDEV-25576: The statement EXPLAIN running as regular statement and as prepared statement produces different results for UPDATE with subquery 5 years ago
Dmitry Shulga 9370c6e83c MDEV-16708: Unsupported commands for prepared statements 5 years ago
Sergei Golubchik 3648b333c7 cleanup: formatting 4 years ago
Sergei Golubchik 4777097fee followup: rename generated files to have distinct names 4 years ago
Sergei Golubchik dfbeddaa11 MDEV-25726 get rid of cmake comment hack in sql_yacc.yy 4 years ago
Igor Babaev 675716e1cb MDEV-23886 Reusing CTE inside a function fails with table doesn't exist 4 years ago