1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-29 05:21:33 +03:00

Fix doxygen warnings.

This commit is contained in:
kostja@bodhi.(none)
2007-08-16 21:14:47 +04:00
parent b2716c0dad
commit beb61609a1
4 changed files with 11 additions and 5 deletions

View File

@ -773,7 +773,7 @@ void thd_get_xid(const MYSQL_THD thd, MYSQL_XID *xid);
Invalidate the query cache for a given table.
@param thd user thread connection handle
@param key databasename\0tablename\0
@param key databasename\\0tablename\\0
@param key_length length of key in bytes, including the NUL bytes
@param using_trx flag: TRUE if using transactions, FALSE otherwise
*/