Details
-
Bug
-
Status: Open (View Workflow)
-
Major
-
Resolution: Unresolved
-
12.2(EOL), 12.3, 12.0.2
-
None
Description
SELECT 1 /*! + 1 /*aa*/ +1 */; |
--exec $MYSQL -e "SELECT 1 /*! + 1 /*aa*/ +1 */;" |
SELECT 1 /*! + 1 /*aa*/ +1 */;
|
1 + 1 /*aa*/ +1
|
3
|
1 + 1
|
2
|
on versions 11.8 and before - syntax error:
MariaDB [test]> SELECT 1 /*! +1 /*a*/ */;
|
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 '' at line 1
|
Attachments
Issue Links
- relates to
-
MDEV-24795 EXECUTE IMMEDIATE within a executable comment parses incorrectly
-
- Confirmed
-