summaryrefslogtreecommitdiff
path: root/include/mysql
diff options
context:
space:
mode:
authorunknown <kostja@bodhi.(none)>2007-08-16 21:14:47 +0400
committerunknown <kostja@bodhi.(none)>2007-08-16 21:14:47 +0400
commit81e54a4f3dfea157fe6d20643190abe2819d9241 (patch)
tree784e65ce672c63d620f268673150f70e35d5e47e /include/mysql
parent68977b8cb0acb719195e1f730e3ca7d18f07d0c3 (diff)
downloadmariadb-git-81e54a4f3dfea157fe6d20643190abe2819d9241.tar.gz
Fix doxygen warnings.
sql/field.h: Fix doxygen warnings - too complex return value type, it choked on it. sql/field_conv.cc: Fix doxygen warnings - too complex return value type, it choked on it.
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
*/