mirror of
https://github.com/MariaDB/server.git
synced 2025-04-13 02:35:32 +02:00
cleanup sql_yacc.yy: s/YYABORT/MYSQL_YYABORT/
This commit is contained in:
parent
fdf32f578c
commit
c655609d1e
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue