Oleksandr Byelkin
a17a327f11
MDEV-21684: mysqld crash with signal 11 when renaming table+max_statement_time
...
Main select should be pushed first in case of SET STATEMENT.
2020-02-26 13:58:08 +01:00
Marko Mäkelä
8b6cfda631
Merge 10.4 into 10.5
2020-02-07 08:51:20 +02:00
Oleksandr Byelkin
c1eaa385ff
MDEV-21616: Server crash when using "SET STATEMENT max_statement_time=0 FOR desc xxx" lead to collapse
...
Main select should be pushed first.
2020-02-05 13:37:12 +01:00
Alexander Barkov
c2d8db66be
MDEV-20735 Allow non-reserved keywords as user defined type names
2019-10-03 16:03:32 +04:00
Alexander Barkov
d168601e83
MDEV-20734 Allow reserved keywords as user defined type names
2019-10-03 14:02:00 +04:00
Igor Babaev
b44171428a
MDEV-19956 Queries with subqueries containing UNION are not parsed
...
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.
2019-09-23 09:57:37 -07:00
Oleksandr Byelkin
bccd9d0e3a
MDEV-20108: [ERROR] mysqld got signal 11 in st_select_lex::add_table_to_list
...
Use the same select as for usual table list.
2019-07-24 13:20:36 +02:00
Oleksandr Byelkin
1921df6697
MDEV-19540: 10.4 allow lock options with SELECT in brackets which previous version do not
...
Check locking options and brackets combinations.
2019-05-21 16:10:03 +02:00
Marko Mäkelä
dde2ca4aa1
Merge 10.3 into 10.4
2018-11-19 20:22:33 +02:00
Alexander Barkov
c29c39a7dc
MDEV-17693 Shift/reduce conflicts for NAMES,ROLE,PASSWORD in the option_value_no_option_type grammar
2018-11-13 09:54:21 +04:00
Marko Mäkelä
c761b43451
Merge 10.3 into 10.4
2018-11-08 10:19:55 +02:00
Oleksandr Byelkin
54b2e1c1be
MDEV-16697: Fix difference between 32bit/windows and 64bit systems in allowed select nest level
2018-11-07 09:43:12 +01:00
Oleksandr Byelkin
de745ecf29
MDEV-11953: support of brackets in UNION/EXCEPT/INTERSECT operations
2018-07-04 19:13:55 +02:00
Alexander Barkov
10d44db5d4
MDEV-16202 Latest changes made erroneously some keywords reserved in sql_mode=ORACLE
2018-05-17 16:01:20 +04:00
Michael Widenius
a7abddeffa
Create 'main' test directory and move 't' and 'r' there
2018-03-29 13:59:44 +03:00