Skip to content

Commit c655609

Browse files
committed
cleanup sql_yacc.yy: s/YYABORT/MYSQL_YYABORT/
1 parent fdf32f5 commit c655609

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sql/sql_yacc.yy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12485,7 +12485,7 @@ show_param:
1248512485
LEX *lex= Lex;
1248612486
lex->sql_command= SQLCOM_SHOW_PROFILE;
1248712487
if (prepare_schema_table(thd, lex, NULL, SCH_PROFILES) != 0)
12488-
YYABORT;
12488+
MYSQL_YYABORT;
1248912489
}
1249012490
| opt_var_type STATUS_SYM wild_and_where
1249112491
{

0 commit comments

Comments
 (0)