diff options
author | kostja@bodhi.(none) <> | 2007-08-15 17:43:08 +0400 |
---|---|---|
committer | kostja@bodhi.(none) <> | 2007-08-15 17:43:08 +0400 |
commit | 91fe15bb9d9fd8e6788dc8b2180c57c6a432faad (patch) | |
tree | 0f4ea9d823335095b2d13f142391ac69213c2e77 /sql/sp_head.h | |
parent | 9bf39c6fe9b4db1da9c0b50339d58eb0aa198243 (diff) | |
download | mariadb-git-91fe15bb9d9fd8e6788dc8b2180c57c6a432faad.tar.gz |
Fix doxygen warnings.
Diffstat (limited to 'sql/sp_head.h')
-rw-r--r-- | sql/sp_head.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/sp_head.h b/sql/sp_head.h index f6764fbc90e..41cf8167376 100644 --- a/sql/sp_head.h +++ b/sql/sp_head.h @@ -186,7 +186,7 @@ public: LEX_STRING m_qname; // db.name /** Key representing routine in the set of stored routines used by statement. - [routine_type]db.name\0 + [routine_type]db.name @sa sp_name::m_sroutines_key */ LEX_STRING m_sroutines_key; |