290 Commits (2f88bd2da26abd30b027308aedc30989c039d518)

Author SHA1 Message Date
Alexander Barkov 2f88bd2da2 MDEV-20634 Report disallowed subquery errors as such (instead of parse error) 6 years ago
Alexander Barkov f1616bacb7 Adding missing semicolons to sql_yacc_ora.yy (10.3), indentation cleanups. 6 years ago
Aleksey Midenkov a3e49c0d36 MDEV-18501 Partition pruning doesn't work for historical queries (cleanup) 6 years ago
Aleksey Midenkov 0b74c8832d MDEV-19127 Assertion `row_start_field' failed in vers_prepare_keys upon ALTER TABLE 7 years ago
Alexander Barkov a8def12e8a MDEV-20263 sql_mode=ORACLE: BLOB(65535) should not translate to LONGBLOB 6 years ago
Oleksandr Byelkin 7a8747f757 Changes of merge moved to oracle mode parser. 6 years ago
Oleksandr Byelkin de9e393094 MDEV-20108: [ERROR] mysqld got signal 11 in st_select_lex::add_table_to_list 6 years ago
Alexander Barkov 70c2bde931 MDEV-19996 Bison grammar: turn singe-character operators into <kwd> 6 years ago
Alexander Barkov 5352e9687a MDEV-17363 - Compressed columns cannot be restored from dump 6 years ago
Alexander Barkov 8164bd24a6 MDEV-19535 sql_mode=ORACLE: 'SELECT INTO @var FOR UPDATE' does not lock the table 6 years ago
Alexander Barkov ed39181a27 MDEV-19533 Add methods make() and append_uniq() to Row_definition_list 6 years ago
Aleksey Midenkov c86773f46f MDEV-18136 Server crashes in Item_func_dyncol_create::prepare_arguments 7 years ago
Sergei Golubchik d199591cf2 generalize the error message 7 years ago
Alexander Barkov b7d22a843e MDEV-16872 Add CAST(expr AS FLOAT) 6 years ago
Igor Babaev 09aa5d3f69 MDEV-17894 Assertion `(thd->lex)->current_select' failed in MYSQLparse(), 7 years ago
Igor Babaev fd386e39cd MDEV-18689 Simple query with extra brackets stopped working 7 years ago
Alexander Barkov ee4a2fef18 Adding missing ';' at the end of a rule 7 years ago
Igor Babaev d2013e7328 MDEV-18982 Partition pruning with column list causes syntax error in 10.4 7 years ago
Sergey Vojtovich 3568427d11 MDEV-18450 Slaves wait shutdown 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
Oleksandr Byelkin b5c72a843a MDEV-18358: Server crash when using SET STATEMENT max_statement_time 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 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 9718e374a2 update sql_yacc_ora.yy to match sql_yacc.yy 7 years ago
Sergei Golubchik 81e4b9b3bb misc cleanups 7 years ago
Nikita Malyavin 47e28a94d5 MDEV-16973 Application-time periods: DELETE 7 years ago
Nikita Malyavin 073c93b194 MDEV-17082 Application-time periods: CREATE 7 years ago
Oleksandr Byelkin c65daf02f0 make compatible parser in sync with main one 7 years ago
Alexander Barkov 62c0ac2da6 A cleanup for MDEV-13916 Enforce check constraint on JSON type 7 years ago
Marko Mäkelä ea0be9e2d6 MDEV-15564 Avoid table rebuild in ALTER TABLE on collation or charset changes 7 years ago
Sergei Golubchik e5701d8363 cleanup: Account_options 7 years ago
Robert Bindar 6c8ce999f8 MDEV-13095 Implement User Account locking 7 years ago
Monty 0f48949439 MDEV-13916 Enforce check constraint on JSON type 7 years ago
Sergei Golubchik 5b15cc613e MDEV-11340 Allow multiple alternative authentication methods for the same user 7 years ago
Michael Widenius aad0165cea Added support for BACKUP LOCK / BACKUP UNLOCK 7 years ago
Alexander Barkov f409eb4d36 MDEV-17959 Assertion `opt_bootstrap || mysql_parse_status || thd->lex->select_stack_top == 0' failed in parse_sql upon DELETE HISTORY under ORACLE mode 7 years ago
Vladislav Vaintroub 19d3d3e861 MDEV-16266 - New command FLUSH SSL to reload server's SSL certificate(private key,CRL,etc) 7 years ago
Sergey Vojtovich 8cf7e3459d Moved early check for table existance to mysql_execute_command() 7 years ago
Monty c53aab974b Added syntax and implementation for BACKUP STAGE's 7 years ago
Oleksandr Byelkin 555921a9c3 MDEV-15073: Generic UDAF parser code in server for windows functions 7 years ago
Alexander Barkov 21a5884081 MDEV-17776 CAST(x AS INTERVAL DAY_SECOND(N)) 7 years ago
Alexander Barkov b5ac863f14 Grammar cleanup: adding missing and removing redundant semicolons 7 years ago
Alexander Barkov 62bcd74712 MDEV-17694 Add method LEX::sp_proc_stmt_statement_finalize() 7 years ago
Alexander Barkov 2a0b6de41b MDEV-17253 Oracle compatibility: The REVERSE key word for FOR loop behaves incorrectly 7 years ago
Alexander Barkov c29c39a7dc MDEV-17693 Shift/reduce conflicts for NAMES,ROLE,PASSWORD in the option_value_no_option_type grammar 7 years ago