diff options
author | unknown <kostja@bodhi.(none)> | 2007-08-15 17:46:20 +0400 |
---|---|---|
committer | unknown <kostja@bodhi.(none)> | 2007-08-15 17:46:20 +0400 |
commit | ea86a018b30f93232d5b41a541c5c27374869001 (patch) | |
tree | 7490216507446718a4e7aeeeece998b38db515b2 /sql/events.cc | |
parent | 8f990cee0fda14fe9562f94c52100884f3d853e3 (diff) | |
parent | c514373cf306e2f3dcd5a8e3ee84d4001bb1f7f4 (diff) | |
download | mariadb-git-ea86a018b30f93232d5b41a541c5c27374869001.tar.gz |
Merge bk-internal.mysql.com:/home/bk/mysql-5.1-runtime
into bodhi.(none):/opt/local/work/mysql-5.1-runtime
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 |