2868 Commits (6340c239334005c8dddf697c9af53a68b1e5a83b)

Author SHA1 Message Date
Alexander Barkov 251c6e1726 MDEV-21073 Collect different grammar rules into a single chunk 6 years ago
Alexander Barkov 6d373e8b81 MDEV-21064 Add a new class sp_expr_lex and a new grammar rule expr_lex 6 years ago
Alexander Barkov 46f2f24ec4 MDEV-20985 Add LEX methods stmt_drop_{function|procedure}() and stmt_alter_{function|procedure}_start() 6 years ago
Alexander Barkov f2cff12556 MDEV-20924 Unify grammar rules: field_type_string and sp_param_field_type_string 6 years ago
Michael Widenius 716d396bb3 Remove \n from DBUG_PRINT statements 6 years ago
Monty b62101f84b Fixes for binary logging --read-only mode 6 years ago
Oleksandr Byelkin de2186dd2f MDEV-20074: Lost connection on update trigger 6 years ago
Rucha Deodhar 837ad9ab97 MDEV-10014 Add RETURNING to INSERT 6 years ago
Sergei Golubchik 57a09a72a3 cleanup st_select_lex_unit::explainable 6 years ago
Sergei Golubchik 721a9df751 cleanup: formatting 6 years ago
Oleksandr Byelkin 1ae02f0e0d MDEV-18553: MDEV-16327 pre-requisits part 2: uniform of LIMIT/OFFSET handling 6 years ago
Oleksandr Byelkin eb0804ef5e MDEV-18553: MDEV-16327 pre-requisits part 1: isolation of LIMIT/OFFSET handling 6 years ago
Alexander Barkov d168601e83 MDEV-20734 Allow reserved keywords as user defined type names 6 years ago
Igor Babaev b44171428a MDEV-19956 Queries with subqueries containing UNION are not parsed 6 years ago
Alexander Barkov 2f88bd2da2 MDEV-20634 Report disallowed subquery errors as such (instead of parse error) 6 years ago
WayneXia a896bebfa6 MDEV-18844 Implement EXCEPT ALL and INTERSECT ALL operations 6 years ago
Gleb Shchepa 7473a71a28 Bug #29419820: MEMORY LEAK IN MY_YYOVERFLOW() 7 years ago
Igor Babaev 8540fa83bb MDEV-19421 Basic 3-way join queries are not parsed. 6 years ago
Alexander Barkov 4dc85973b4 MDEV-19994 Add class Function_collection 6 years ago
Alexander Barkov bf5a144e16 MDEV-19639 + MDEV-19640 fix + preparatory changes for WL#4179 6 years ago
Alexander Barkov 9f23f8e598 MDEV-19599 Change db_name, table_name to LEX_CSTRING in Item_ident and Send_field 7 years ago
Alexander Barkov 8164bd24a6 MDEV-19535 sql_mode=ORACLE: 'SELECT INTO @var FOR UPDATE' does not lock the table 7 years ago
Alexander Barkov ed39181a27 MDEV-19533 Add methods make() and append_uniq() to Row_definition_list 7 years ago
Sujatha 5a2110e7cf MDEV-19076: rpl_parallel_temptable result mismatch '-33 optimistic' 7 years ago
Oleksandr Byelkin dafe41edea Removing of dead code. 7 years ago
Vicențiu Ciorbaru 5543b75550 Update FSF Address 7 years ago
Igor Babaev 09aa5d3f69 MDEV-17894 Assertion `(thd->lex)->current_select' failed in MYSQLparse(), 7 years ago
Varun Gupta cb9fa1a08b MDEV-9959: A serious MariaDB server performance bug 7 years ago
Sergei Golubchik 5057d46375 bugfix: multi-update checked privileges on views incorrectly 7 years ago
Alexander Barkov c2a2e72164 MDEV-19142 sql_mode=MSSQL: Bracket identifiers 7 years ago
Igor Babaev d2013e7328 MDEV-18982 Partition pruning with column list causes syntax error in 10.4 7 years ago
Galina Shalygina ae15f91f22 MDEV-18769 Assertion `fixed == 1' failed in Item_cond_or::val_int 7 years ago
Alexander Barkov 2d825e97df Cleanup: removing unused type LEX_TYPE and #include 7 years ago
Eugene Kosov 53216091dd remove dead code 8 years ago
Eugene Kosov a523444eda remove dead code 8 years ago
Sergey Vojtovich 3568427d11 MDEV-18450 Slaves wait shutdown 7 years ago
Oleksandr Byelkin 6d68a3464e MDEV-18701: Wrong result from query that uses INTERSECT after UNION ALL 7 years ago
Alexander Barkov 5f34513c2a MDEV-18813 PROCEDURE and anonymous blocks silently ignore FETCH GROUP NEXT ROW 7 years ago
Alexander Barkov a71d185a9a MDEV-18813 PROCEDURE and anonymous blocks silently ignore FETCH GROUP NEXT ROW 7 years ago
Alexander Barkov 1bcb66c597 MDEV-18806 Synchronize ALTER TABLE EXCHANGE PARTITION and PURGE grammar in sql_yacc.yy and sql_yacc_ora.yy 7 years ago
Alexander Barkov 47b7ca629f MDEV-18796 Synchronize PS grammar between sql_yacc.yy and sql_yacc_ora.yy 7 years ago
Alexander Barkov 3b47587f41 MDEV-18789 Port "MDEV-7773 Aggregate stored functions" to sql_yacc_ora.yy 7 years ago
Alexander Barkov 01d7727b76 MDEV-18779 Port sp_suid implementation from sql_yacc_ora.yy to sql_yacc.yy 7 years ago
Oleksandr Byelkin cb11b3fbe9 MDEV-17055: Server crashes in find_order_in_list upon 2nd (3rd) execution of SP with UPDATE 7 years ago
Alexander Barkov 0ad598a00b A cleanup in derived table handling: removing duplicate code from st_select_lex::handle_derived() 7 years ago
Alexander Barkov 09d29dfc76 MDEV-18767 Port "MDEV-16294: INSTALL PLUGIN IF NOT EXISTS / UNINSTALL PLUGIN IF EXISTS" to sql_yacc_ora.yy 7 years ago
Sergei Golubchik 1e6210161d MDEV-7597 Expiration of user passwords 7 years ago
Robert Bindar 90ad4dbd17 MDEV-7597 Expiration of user passwords 7 years ago
Sergei Golubchik 81e4b9b3bb misc cleanups 7 years ago
Nikita Malyavin 6294516a56 MDEV-16975 Application-time periods: ALTER TABLE 7 years ago