1
0
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:
Marko Mäkelä
2021-06-01 11:39:38 +03:00
82 changed files with 1758 additions and 938 deletions

View File

@ -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
/**