diff options
author | kostja@bodhi.local <> | 2006-08-02 14:13:01 +0400 |
---|---|---|
committer | kostja@bodhi.local <> | 2006-08-02 14:13:01 +0400 |
commit | 4bfc67fc3cccc1cec93641b78095132ecd87c749 (patch) | |
tree | ea898f8f24b260b3a08d72dd19588e5815d47e74 /sql/table.h | |
parent | 6cbc44c45c0f911c5f859871224c80332517420b (diff) | |
parent | 2336834e08c98fcc3132b831054883fe01bb13cb (diff) | |
download | mariadb-git-4bfc67fc3cccc1cec93641b78095132ecd87c749.tar.gz |
Merge bk-internal.mysql.com:/home/bk/mysql-5.0
into bodhi.local:/opt/local/work/mysql-5.0-runtime-merge
Diffstat (limited to 'sql/table.h')
-rw-r--r-- | sql/table.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sql/table.h b/sql/table.h index eb34867c390..5a0cf1fdc12 100644 --- a/sql/table.h +++ b/sql/table.h @@ -677,6 +677,10 @@ typedef struct st_table_list private: bool prep_check_option(THD *thd, uint8 check_opt_type); bool prep_where(THD *thd, Item **conds, bool no_where_clause); + /* + Cleanup for re-execution in a prepared statement or a stored + procedure. + */ } TABLE_LIST; class Item; |