diff options
author | dlenev@mysql.com <> | 2005-12-12 14:59:14 +0300 |
---|---|---|
committer | dlenev@mysql.com <> | 2005-12-12 14:59:14 +0300 |
commit | 5ff3e4ec57fb83961dd5b2e4e8bad95e5c423f1e (patch) | |
tree | 53cb292c31cd2f972827446a8e330ad837c51545 /sql/sp_head.h | |
parent | de84d7629927ae4991abe6a9b8219de0952e5f51 (diff) | |
parent | 886ac06c9b34a982ede8c343a557a9b1ce01d077 (diff) | |
download | mariadb-git-5ff3e4ec57fb83961dd5b2e4e8bad95e5c423f1e.tar.gz |
Merge mysql.com:/home/dlenev/src/mysql-5.0-merges
into mysql.com:/home/dlenev/src/mysql-5.1-merges
Diffstat (limited to 'sql/sp_head.h')
-rw-r--r-- | sql/sp_head.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sql/sp_head.h b/sql/sp_head.h index a487ffc52fc..d99b600f6b2 100644 --- a/sql/sp_head.h +++ b/sql/sp_head.h @@ -310,7 +310,8 @@ public: /* Add tables used by routine to the table list. */ bool add_used_tables_to_table_list(THD *thd, - TABLE_LIST ***query_tables_last_ptr); + TABLE_LIST ***query_tables_last_ptr, + TABLE_LIST *belong_to_view); /* Check if this stored routine contains statements disallowed |