Commit f3a64839 authored by malff@lambda.hsd1.co.comcast.net.'s avatar malff@lambda.hsd1.co.comcast.net.
Browse files

Fixed broken call to my_error

parent f8d26221
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -5087,7 +5087,7 @@ simple_expr:
                  the case when a default database exist, see below.
                */
                my_error(ER_SP_DOES_NOT_EXIST, MYF(0),
                         "FUNCTION", $1);
                         "FUNCTION", $1.str);
                MYSQL_YYABORT;
              }