summaryrefslogtreecommitdiff
path: root/mysql-test/main/parser.test
Commit message (Collapse)AuthorAgeFilesLines
* MDEV-21616: Server crash when using "SET STATEMENT max_statement_time=0 FOR ↵Oleksandr Byelkin2020-02-051-0/+10
| | | | | | desc xxx" lead to collapse Main select should be pushed first.
* MDEV-19956 Queries with subqueries containing UNION are not parsedIgor Babaev2019-09-231-1/+0
| | | | | | | | Shift-Reduce conflicts prevented parsing some queries with subqueries that used set operations when the subqueries occurred in expressions or in IN predicands. The grammar rules for query expression were transformed in order to avoid these conflicts. New grammar rules employ an idea taken from MySQL 8.0.
* MDEV-20108: [ERROR] mysqld got signal 11 in st_select_lex::add_table_to_listbb-10.4-MDEV-20108Oleksandr Byelkin2019-07-241-0/+14
| | | | Use the same select as for usual table list.
* MDEV-19540: 10.4 allow lock options with SELECT in brackets which previous ↵bb-10.4-MDEV-19540Oleksandr Byelkin2019-05-211-0/+16
| | | | | | version do not Check locking options and brackets combinations.
* Merge 10.3 into 10.4Marko Mäkelä2018-11-191-0/+74
|\
| * MDEV-17693 Shift/reduce conflicts for NAMES,ROLE,PASSWORD in the ↵Alexander Barkov2018-11-131-0/+74
| | | | | | | | option_value_no_option_type grammar
* | Merge 10.3 into 10.4mariadb-10.4.0Marko Mäkelä2018-11-081-0/+17
|\ \ | |/
| * MDEV-16697: Fix difference between 32bit/windows and 64bit systems in ↵Oleksandr Byelkin2018-11-071-0/+17
| | | | | | | | allowed select nest level
* | MDEV-11953: support of brackets in UNION/EXCEPT/INTERSECT operationsOleksandr Byelkin2018-07-041-15/+18
|/
* MDEV-16202 Latest changes made erroneously some keywords reserved in ↵Alexander Barkov2018-05-171-0/+64
| | | | sql_mode=ORACLE
* Create 'main' test directory and move 't' and 'r' thereMichael Widenius2018-03-291-0/+1381