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/events.cc | |
parent | 9bf39c6fe9b4db1da9c0b50339d58eb0aa198243 (diff) | |
download | mariadb-git-91fe15bb9d9fd8e6788dc8b2180c57c6a432faad.tar.gz |
Fix doxygen warnings.
Diffstat (limited to 'sql/events.cc')
-rw-r--r-- | sql/events.cc | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sql/events.cc b/sql/events.cc index 8d32580816f..bdb9512647f 100644 --- a/sql/events.cc +++ b/sql/events.cc @@ -790,8 +790,7 @@ Events::show_create_event(THD *thd, LEX_STRING dbname, LEX_STRING name) Check access rights and fill INFORMATION_SCHEMA.events table. @param[in,out] thd Thread context - @param[in] table The temporary table to fill. - cond Unused + @param[in] tables The temporary table to fill. In MySQL INFORMATION_SCHEMA tables are temporary tables that are created and filled on demand. In this function, we fill |