summaryrefslogtreecommitdiff
path: root/include/mysql
diff options
context:
space:
mode:
authorkostja@bodhi.(none) <>2007-08-16 19:52:55 +0400
committerkostja@bodhi.(none) <>2007-08-16 19:52:55 +0400
commitb2716c0dadfba1c901b88ce20cfc6be393765d8a (patch)
tree0ca73bf5cd80f4cfd898394ea13014f0620361c2 /include/mysql
parent97adcb6054e3922dcc98a4d5a6f8c928f1f1f6e7 (diff)
downloadmariadb-git-b2716c0dadfba1c901b88ce20cfc6be393765d8a.tar.gz
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 541fa7dfbe6..048ecb27cd5 100644
--- a/include/mysql/plugin.h
+++ b/include/mysql/plugin.h
@@ -750,7 +750,7 @@ void *thd_memdup(MYSQL_THD thd, const void* str, unsigned int size);
@param thd user thread connection handle
@param lex_str pointer to LEX_STRING object to be initialized
@param str initializer to be copied into lex_str
- @param length length of str, in bytes
+ @param size length of str, in bytes
@param allocate_lex_string flag: if TRUE, allocate new LEX_STRING object,
instead of using lex_str value
@return NULL on failure, or pointer to the LEX_STRING object