Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
10.4(EOL)
-
None
Description
SELECT * FROM ( mysql.db ); |
It works on 10.3, but throws a syntax error on 10.4:
query 'SELECT * FROM ( mysql.db )' failed: 1064: 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 ')' at line 1
|
I don't know if it's intentional.