Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Not a Bug
-
10.2.6
-
None
-
ubuntu 16.04.2
Description
I have upgraded MariaDB 10.1 to 10.2 and since then ran into a problem with a specific application using a column named "recursive" in one of the tables. Queries like
select uid,recursive from test
|
cause
ERROR 1064 (42000): 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 'recursive from test' at line 1
|
Is this something that may be configured? Am I missing something?