mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
MDEV-21110 Unify turn_parser_debug_on() in sql_yacc.yy and sql_yacc_ora.yy
The block defining turn_parser_debug_on() now looks similar in both sql_yacc.yy and sql_yacc_ora.yy.
This commit is contained in:
@ -7904,7 +7904,8 @@ void mysql_parse(THD *thd, char *rawbuf, uint length,
|
||||
{
|
||||
int error __attribute__((unused));
|
||||
DBUG_ENTER("mysql_parse");
|
||||
DBUG_EXECUTE_IF("parser_debug", turn_parser_debug_on(););
|
||||
DBUG_EXECUTE_IF("parser_debug", turn_parser_debug_on_MYSQLparse(););
|
||||
DBUG_EXECUTE_IF("parser_debug", turn_parser_debug_on_ORAparse(););
|
||||
|
||||
/*
|
||||
Warning.
|
||||
|
Reference in New Issue
Block a user