From a2d800689172e4074ce8624b58ab254a44067880 Mon Sep 17 00:00:00 2001 From: unknown Date: Thu, 16 Aug 2007 18:07:48 +0400 Subject: [PATCH] Fix doxygen warning. --- sql/sql_class.cc | 4 ++++ 1 file changed, 4 insertions(+) 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.