diff options
author | unknown <aelkin/elkin@andrepl.(none)> | 2007-03-23 18:26:07 +0200 |
---|---|---|
committer | unknown <aelkin/elkin@andrepl.(none)> | 2007-03-23 18:26:07 +0200 |
commit | a17a087e3b7117cbf0561eb1a958f70d4c49b51a (patch) | |
tree | 3883fa018f2284b601da4ef3dc0b52df4f36c076 /sql | |
parent | b77b84f4f398ac30e98a45200e1d19a435e06431 (diff) | |
parent | 11f5100262b2684fd0c1888197413d7b3542dbbb (diff) | |
download | mariadb-git-a17a087e3b7117cbf0561eb1a958f70d4c49b51a.tar.gz |
Merge aelkin@bk-internal.mysql.com:/home/bk/mysql-5.0-marvel
into andrepl.(none):/home/elkin/MySQL/MAIN/mysql-5.0-marvel
Diffstat (limited to 'sql')
-rw-r--r-- | sql/item_func.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sql/item_func.h b/sql/item_func.h index 68591f9c6f5..24f30994b22 100644 --- a/sql/item_func.h +++ b/sql/item_func.h @@ -1411,7 +1411,7 @@ private: bool execute(Field **flp); bool execute_impl(THD *thd, Field *return_value_fld); Field *sp_result_field(void) const; - + public: Item_func_sp(Name_resolution_context *context_arg, sp_name *name); @@ -1422,6 +1422,8 @@ public: virtual ~Item_func_sp() {} + table_map used_tables() const { return RAND_TABLE_BIT; } + void cleanup(); const char *func_name() const; |