Details
-
Bug
-
Status: Open (View Workflow)
-
Minor
-
Resolution: Unresolved
-
5.5(EOL), 10.0(EOL), 10.1(EOL), 10.2(EOL)
Description
Keywords UTC_DATE, UTC_TIME, UTC_TIMESTAMP should not be reserved. Now they are:
SELECT * FROM utc_time; |
returns an error:
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 'utc_time' at line 1
|
MySQL-5.7 is also affected:
http://bugs.mysql.com/bug.php?id=81309