-
Type:
Bug
-
Status: Closed (View Workflow)
-
Priority:
Critical
-
Resolution: Fixed
-
Affects Version/s: 10.4
-
Fix Version/s: 10.4.9
-
Component/s: Parser
-
Labels:
-
Environment:Official Docker images 10.4.0-10.4.8
This worked in 10.2 and 10.3 but has syntax error in 10.4. I couldn't find any documentation of the change.
with data as (select 1 as id) |
select id into @myid from data; |
ERROR 1064 (42000) at line 1: You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near 'from data' at line 1
|