diff options
author | jimw@rama.(none) <> | 2006-07-28 15:51:48 -0700 |
---|---|---|
committer | jimw@rama.(none) <> | 2006-07-28 15:51:48 -0700 |
commit | f7e19b40f3aa9991b13ad5270b9b59cd35738484 (patch) | |
tree | 342d754bb37c83ca466b6f474d31ecb2e0934a65 /sql/table.h | |
parent | 4bd7acec3f44807eaaee76b73fd5a5ab0d71079b (diff) | |
parent | fbd94751b86c30d554a88523c02faf303ffbdc18 (diff) | |
download | mariadb-git-f7e19b40f3aa9991b13ad5270b9b59cd35738484.tar.gz |
Merge rama.(none):/home/jimw/my/tmp_merge
into rama.(none):/home/jimw/my/mysql-5.1-clean
Diffstat (limited to 'sql/table.h')
-rw-r--r-- | sql/table.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sql/table.h b/sql/table.h index f79d259ea5c..76c7dbbe2ce 100644 --- a/sql/table.h +++ b/sql/table.h @@ -765,6 +765,11 @@ typedef struct st_table_list Security_context *find_view_security_context(THD *thd); bool prepare_view_securety_context(THD *thd); #endif + /* + Cleanup for re-execution in a prepared statement or a stored + procedure. + */ + void reinit_before_use(THD *thd); private: bool prep_check_option(THD *thd, uint8 check_opt_type); |