5690 Commits (b7d22a843e36cd5b8695f8ac2b92789d1cf50e4f)

Author SHA1 Message Date
Alexander Barkov b7d22a843e MDEV-16872 Add CAST(expr AS FLOAT) 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
Sergei Golubchik 5d510fdbf0 MDEV-18507 can't update temporary table when joined with table with triggers on read-only 7 years ago
Sergei Golubchik 5057d46375 bugfix: multi-update checked privileges on views incorrectly 7 years ago
Sergei Golubchik 66099b8f2d cleanup 7 years ago
Sergei Golubchik 3d2d060b62 fix gcc 8 compiler warnings 7 years ago
Sergei Golubchik a62e9a83c0 MDEV-15945 --ps-protocol does not test some queries 7 years ago
Alexey Botchkov a4c687c494 the opt_constraint_no_id should not have the lex_str type. 7 years ago
Alexey Botchkov f53e795250 MDEV-17599 ALTER TABLE DROP CONSTRAINT does not work for foreign keys. 7 years ago
Andrei Elkin 5d48ea7d07 MDEV-10963 Fragmented BINLOG query 7 years ago
Sreeharsha Ramanavarapu b20d94da35 Bug #28499924: INCORRECT BEHAVIOR WITH UNION IN SUBQUERY 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
Alexander Barkov e1dc05a696 MDEV-17687 Add sql_mode specific tokens for keywords BLOB, CLOB, NUMBER, RAW, VARCHAR2 7 years ago
Alexander Barkov cefef6a704 MDEV-17669 Add sql_mode specific tokens for the keyword DECLARE 7 years ago
Alexander Barkov 7f4aee2233 MDEV-17666 sql_mode=ORACLE: Keyword ELSEIF should not be reserved 7 years ago
Alexander Barkov f5855ba03d MDEV-17664 Add sql_mode specific tokens for ':' and '%' 7 years ago
Alexander Barkov 8e6f10335d A join patch for MDEV-17660 and MDEV-17661 7 years ago
Alexander Barkov def2ac209a MDEV-17652 Add sql_mode specific tokens for some keywords 7 years ago
Anel Husakovic d5e1f6a632 Fix typo sql_yacc 7 years ago
Sergei Golubchik c32f7ed235 MDEV-17377 invalid gap in auto-increment values after LOAD DATA 7 years ago
halfspawn 67f06cadc3 MDEV-17359 Concatenation operator || in like expression 7 years ago
Andrei Elkin d8974ebd67 MDEV-14431 binlog.binlog_flush_binlogs_delete_domain failed in buildbot 7 years ago
Alexander Barkov d7b293be87 MDEV-17374 Shift/reduce conflicts because of SOUNDS_SYM, ESCAPE_SYM, USER_SYM not given precedence 7 years ago
Igor Babaev 7419f72b71 Fixed a compiler warning. 7 years ago
Igor Babaev 3473e0452e MDEV-17154 Multiple selects from parametrized CTE fails with syntax error 7 years ago
Sergei Golubchik 710093ccb0 compilation failure 7 years ago
Sergei Golubchik 22bcfa011a cleanup: FOREIGN_KEY_INFO 7 years ago
Igor Babaev 6c6ca907ee Correction for MDEV-16930. 7 years ago
Igor Babaev c43d11b96e MDEV-16930 Crash when VALUES in derived table contains expressions 7 years ago
Sreeharsha Ramanavarapu a653fca99b Bug #26791931: INCORRECT BEHAVIOR IN ALTER TABLE REORGANIZE 7 years ago
Alexander Barkov 9c53cbdd88 MDEV-15941 Explicit cursor FOR loop does not close the cursor 7 years ago
Alexander Barkov 4787913db0 MDEV-16464 Oracle Comp.: Sql-Error on "SELECT name, comment FROM mysql.proc" 8 years ago
Aleksey Midenkov b1efff46cd Vers cleanups 8 years ago
Alexander Barkov 611488e3d9 MDEV-16244 sql_mode=ORACLE: Some keywords do not work in variable declarations 8 years ago
Alexander Barkov fe3bf136b6 A cleanup for MDEV-15818 Fix shift-reduce conflicts in the new 10.3 syntax 8 years ago
Alexander Barkov 7d91d98ac1 A cleanup for 2a33d248e0 8 years ago
Alexander Barkov b73083c57a Cleanup: fixing shift-reduce conflicts in expr/bool_pri/predicate 8 years ago
Alexander Barkov cc231c9f1e A cleanup for 2a33d248e0 8 years ago
Alexander Barkov d69cc7301b Cleanup: fixing shift-reduce conflicts in expr/bool_pri/predicate 8 years ago
Alexander Barkov 2a33d248e0 MDEV-15975 PL/SQL parser does not understand historical queries 8 years ago
Igor Babaev de86997160 MDEV-15581 Incorrect result (missing row) with UNION DISTINCT in anchor parts 8 years ago
Alexander Barkov fdcc95143d sql_yacc_ora.yy: mering MDEV-13384 "window" seems like a reserved column name but it's not listed as one 8 years ago
Alexander Barkov 023c789a55 MDEV-15818 Fix shift-reduce conflicts in the new 10.3 syntax 8 years ago
Alexander Barkov 50d71c8b37 Cleanup: moving keyword comments such as SQL-2003-R from rules to %token commands 8 years ago
Alexander Barkov 10d44db5d4 MDEV-16202 Latest changes made erroneously some keywords reserved in sql_mode=ORACLE 8 years ago
Alexander Barkov 48d7038861 Token precedence cleanup in *.yy 8 years ago
Alexander Barkov c2df4e9d62 MDEV-16186 Concatenation operator || returns wrong results in sql_mode=ORACLE 8 years ago
Alexander Barkov 2e0c23d82b Removing redundant "%left INTERVAL_SYM" and "%prec INTERVAL_SYM" 8 years ago