cleanup sql_yacc.yy: s/YYABORT/MYSQL_YYABORT/

This commit is contained in:
Sergei Golubchik 2014-08-17 20:37:49 +02:00
parent fdf32f578c
commit c655609d1e

View file

@ -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
{