1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

Fix doxygen warnings.

This commit is contained in:
kostja@bodhi.(none)
2007-08-15 17:43:08 +04:00
parent 9bf39c6fe9
commit 91fe15bb9d
24 changed files with 247 additions and 232 deletions

View File

@ -5370,11 +5370,12 @@ void mysql_init_multi_delete(LEX *lex)
/**
Parse a query.
@param thd Current thread
@param inBuf Begining of the query text
@param length Length of the query text
@param [out] semicolon For multi queries, position of the character of
the next query in the query text.
@param thd Current thread
@param inBuf Begining of the query text
@param length Length of the query text
@param[out] found_semicolon For multi queries, position of the character of
the next query in the query text.
*/
void mysql_parse(THD *thd, const char *inBuf, uint length,