summaryrefslogtreecommitdiff
path: root/sql/item_func.h
diff options
context:
space:
mode:
authorunknown <bell@sanja.is.com.ua>2004-03-16 20:19:36 +0200
committerunknown <bell@sanja.is.com.ua>2004-03-16 20:19:36 +0200
commit71c61a9ebe49bda9812774ae5e03eeec8621b236 (patch)
tree6e954db823df900691a00fd3e9d8de7194309d6f /sql/item_func.h
parent1e2761e2868a28595313bba901b277ef8fa189e9 (diff)
downloadmariadb-git-71c61a9ebe49bda9812774ae5e03eeec8621b236.tar.gz
after review & some other fixes
mysql-test/r/subselect.result: after merge fix sql/item_func.cc: fixed used_tables_cache sql/item_func.h: fixed used_tables_cache sql/sql_select.cc: removed != and !
Diffstat (limited to 'sql/item_func.h')
-rw-r--r--sql/item_func.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/item_func.h b/sql/item_func.h
index 0071b3c5495..c3fd3a19298 100644
--- a/sql/item_func.h
+++ b/sql/item_func.h
@@ -512,6 +512,7 @@ public:
double val();
const char *func_name() const { return "rand"; }
bool const_item() const { return 0; }
+ void update_used_tables();
void fix_length_and_dec();
};