5690 Commits (b7d22a843e36cd5b8695f8ac2b92789d1cf50e4f)

Author SHA1 Message Date
Vicențiu Ciorbaru eb4f2e063c MDEV-11533: Roles with trailing white spaces are not cleared correctly 9 years ago
Alexander Barkov 466728c452 Moving LEX::set_last_field_type() to Column_definition::set_attributes() 9 years ago
Alexander Barkov 7ae95bd0e5 MDEV-11347 Move add_create_index_prepare(), add_key_to_list(), set_trigger_new_row(), set_local_variable(), set_system_variable(), create_item_for_sp_var() as methods to LEX 9 years ago
Alexander Barkov 8a1c0d46eb MDEV-11346 Move functions case_stmt_xxx and add_select_to_union_list as methods to LEX 9 years ago
Alexander Barkov b9768dd17c MDEV-11245 Move prepare_create_field and sp_prepare_create_field() as methods to Column_definition 9 years ago
Alexey Botchkov 486079d159 MDEV-11440 JSON has become a reserved word in MariaDB. 9 years ago
Oleksandr Byelkin 098dff10ba MDEV-11359 Implement IGNORE for bulk operation 9 years ago
Alexander Barkov 9bfde897c3 MDEV-11360 Dynamic SQL: DEFAULT as a bind parameter 9 years ago
Alexey Botchkov ebe5ebba16 MDEV-9143 JSON_xxx functions. 9 years ago
Alexey Botchkov 27025221fe MDEV-9143 JSON_xxx functions. 9 years ago
Kristian Nielsen 19abe79fd1 MDEV-7145: Delayed replication, intermediate commit. 9 years ago
Alexander Barkov 5058ced5df MDEV-7769 MY_CHARSET_INFO refactoring# On branch 10.2 9 years ago
Hartmut Holzgraefe 3234fafebf MDEV-726 - CREATE and ALTER SERVER need to lowercase host name 9 years ago
Alexander Barkov 46dc7bdf1d MDEV-10866 Extend PREPARE and EXECUTE IMMEDIATE to understand expressions 9 years ago
Alexander Barkov e1a212ebbc MDEV-10585 EXECUTE IMMEDIATE statement 9 years ago
Alexander Barkov 4c45b820aa MDEV-10709 Expressions as parameters to Dynamic SQL 9 years ago
Monty 8be53a389c MDEV-6112 multiple triggers per table 9 years ago
Igor Babaev 3b314ec633 Fixed bug mdev-10933. 9 years ago
Vicențiu Ciorbaru 53cf265b3b Implement LEAD and LAG and NTH_VALUE functions 9 years ago
Vicențiu Ciorbaru 9a5930bcdf Implement first_value and last_value as window functions 9 years ago
Igor Babaev 48b4e33596 Allowed to use WITH clauses before SELECT in CREATE ... SELECT 9 years ago
Oleksandr Byelkin 4ec088f2e7 MDEV-8348: Add catchall to all table partitioning for list partitions 9 years ago
Alexander Barkov dd283db6bc MDEV-8909 union parser cleanup 9 years ago
Alexey Botchkov 225440047d MDEV-10421 duplicate CHECK CONSTRAINTs. 9 years ago
Oleksandr Byelkin 1da21cd4a5 MDEV-10035: DBUG_ASSERT on CREATE VIEW v1 AS SELECT * FROM t1 FOR UPDATE 10 years ago
Jon Olav Hauglid 55a2babcef Bug#24400628: DEBUG ASSETION KICKS IN WHEN LONG SUBPARTITION NAME 9 years ago
Arun Kuruvila fd31eea949 Bug #23295288: HANDLE_FATAL_SIGNAL (SIG=11) IN 10 years ago
Sergei Golubchik 8f9530a9ab revert second lookahead in the lexer 10 years ago
Sergei Golubchik f93a2a3b3b various cleanups 10 years ago
Sergei Golubchik 1b4f0962c1 fix grammar for "DEFAULT (SELECT 1)" not be a syntax error 10 years ago
Alexander Barkov b3e11d33db Adding a comment why we need column_default_non_parenthesized_expr 10 years ago
Michael Widenius fb67cde237 Use default character set for expressions 10 years ago
Michael Widenius db7edfed17 MDEV-7563 Support CHECK constraint as in (or close to) SQL Standard 10 years ago
Sergei Golubchik 23d03a1b1e parse negative numbers into one item 10 years ago
Sergei Golubchik c73b987e73 MDEV-8328 Evaluation of two "!" operators depends on space in beetween 10 years ago
Otto Kekäläinen effbe7dd7b General spell fixing in comments and strings 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
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 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
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