Commit c655609d authored by Sergei Golubchik's avatar Sergei Golubchik

cleanup sql_yacc.yy: s/YYABORT/MYSQL_YYABORT/

parent fdf32f57
......@@ -12485,7 +12485,7 @@ show_param:
LEX *lex= Lex;
lex->sql_command= SQLCOM_SHOW_PROFILE;
if (prepare_schema_table(thd, lex, NULL, SCH_PROFILES) != 0)
YYABORT;
MYSQL_YYABORT;
}
| opt_var_type STATUS_SYM wild_and_where
{
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment