summaryrefslogtreecommitdiff
path: root/sql/table.h
diff options
context:
space:
mode:
authorkostja@bodhi.local <>2006-07-11 23:39:51 +0400
committerkostja@bodhi.local <>2006-07-11 23:39:51 +0400
commit15a76619c7da09e9fdf25a47166ff8e012cb5067 (patch)
treef76738c20729eb2eb3f3d6ffb995dac19e6802f1 /sql/table.h
parente4598dae1f47ea75980414bacd31b41b2e61d9c9 (diff)
downloadmariadb-git-15a76619c7da09e9fdf25a47166ff8e012cb5067.tar.gz
Post-merge fixes for Bug#19399 "Stored Procedures 'Lost Connection'
when dropping/creating tables"
Diffstat (limited to 'sql/table.h')
-rw-r--r--sql/table.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/table.h b/sql/table.h
index 88a1482907c..44ec3dc5c06 100644
--- a/sql/table.h
+++ b/sql/table.h
@@ -668,6 +668,7 @@ typedef struct st_table_list
Security_context *find_view_security_context(THD *thd);
bool prepare_view_securety_context(THD *thd);
#endif
+ void reinit_before_use(THD *thd);
private:
bool prep_check_option(THD *thd, uint8 check_opt_type);
@@ -676,7 +677,6 @@ private:
Cleanup for re-execution in a prepared statement or a stored
procedure.
*/
- void reinit_before_use(THD *thd);
} TABLE_LIST;
class Item;