diff options
author | kostja@bodhi.(none) <> | 2007-08-16 18:07:48 +0400 |
---|---|---|
committer | kostja@bodhi.(none) <> | 2007-08-16 18:07:48 +0400 |
commit | 97adcb6054e3922dcc98a4d5a6f8c928f1f1f6e7 (patch) | |
tree | 0e785f5cd611ca312388ef8afab5345925cc26aa /sql/sql_class.cc | |
parent | 86946eb6a8715bcada1cb393a8861c97e7029d74 (diff) | |
download | mariadb-git-97adcb6054e3922dcc98a4d5a6f8c928f1f1f6e7.tar.gz |
Fix doxygen warning.
Diffstat (limited to 'sql/sql_class.cc')
-rw-r--r-- | sql/sql_class.cc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sql/sql_class.cc b/sql/sql_class.cc index a08d1abe438..d5159929ecd 100644 --- a/sql/sql_class.cc +++ b/sql/sql_class.cc @@ -2423,6 +2423,10 @@ bool Security_context::set_user(char *user_arg) Initialize this security context from the passed in credentials and activate it in the current thread. + @param thd + @param definer_user + @param definer_host + @param db @param[out] backup Save a pointer to the current security context in the thread. In case of success it points to the saved old context, otherwise it points to NULL. |