summaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authorunknown <aelkin/elkin@andrepl.(none)>2007-03-23 18:26:07 +0200
committerunknown <aelkin/elkin@andrepl.(none)>2007-03-23 18:26:07 +0200
commita17a087e3b7117cbf0561eb1a958f70d4c49b51a (patch)
tree3883fa018f2284b601da4ef3dc0b52df4f36c076 /sql
parentb77b84f4f398ac30e98a45200e1d19a435e06431 (diff)
parent11f5100262b2684fd0c1888197413d7b3542dbbb (diff)
downloadmariadb-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.h4
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;