mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
Merge 10.5 into 10.6
This commit is contained in:
@ -10304,8 +10304,8 @@ bool check_host_name(LEX_CSTRING *str)
|
||||
}
|
||||
|
||||
|
||||
extern int MYSQLparse(THD *thd); // from sql_yacc.cc
|
||||
extern int ORAparse(THD *thd); // from sql_yacc_ora.cc
|
||||
extern int MYSQLparse(THD *thd); // from yy_mariadb.cc
|
||||
extern int ORAparse(THD *thd); // from yy_oracle.cc
|
||||
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user