summaryrefslogtreecommitdiff
path: root/include/mysql
diff options
context:
space:
mode:
authorkostja@bodhi.(none) <>2007-08-16 21:14:47 +0400
committerkostja@bodhi.(none) <>2007-08-16 21:14:47 +0400
commitbeb61609a11404d7d2fad1cd8c93f83fb8f8cbc5 (patch)
tree784e65ce672c63d620f268673150f70e35d5e47e /include/mysql
parentb2716c0dadfba1c901b88ce20cfc6be393765d8a (diff)
downloadmariadb-git-beb61609a11404d7d2fad1cd8c93f83fb8f8cbc5.tar.gz
Fix doxygen warnings.
Diffstat (limited to 'include/mysql')
-rw-r--r--include/mysql/plugin.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/mysql/plugin.h b/include/mysql/plugin.h
index 048ecb27cd5..61ed7be738f 100644
--- a/include/mysql/plugin.h
+++ b/include/mysql/plugin.h
@@ -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
*/