1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-29 05:21:33 +03:00
This commit is contained in:
Sergei Golubchik
2013-09-18 20:14:21 +02:00
3617 changed files with 1904339 additions and 85313 deletions

View File

@ -7862,7 +7862,7 @@ bool check_host_name(LEX_STRING *str)
}
extern int MYSQLparse(void *thd); // from sql_yacc.cc
extern int MYSQLparse(THD *thd); // from sql_yacc.cc
/**