Bug #6886 | MySQL parser fails on function names not followed inmediately by a parentesis | ||
---|---|---|---|
Submitted: | 29 Nov 2004 22:59 | Modified: | 29 Nov 2004 23:19 |
Reporter: | Mauricio Ramirez | Email Updates: | |
Status: | Not a Bug | Impact on me: | |
Category: | MySQL Server: User-defined functions ( UDF ) | Severity: | S1 (Critical) |
Version: | All of them! | OS: | All of them |
Assigned to: | CPU Architecture: | Any |
[29 Nov 2004 22:59]
Mauricio Ramirez
[29 Nov 2004 23:17]
Paul DuBois
See: http://dev.mysql.com/doc/mysql/en/Functions.html
[29 Nov 2004 23:19]
Hakan Küçükyılmaz
Hi, this is not a bug. You can use IGNORE_SPACE to avoid this behaviour: http://dev.mysql.com/doc/mysql/en/Server_SQL_mode.html Regards, Hakan