diff options
author | bell@sanja.is.com.ua <> | 2004-03-16 20:19:36 +0200 |
---|---|---|
committer | bell@sanja.is.com.ua <> | 2004-03-16 20:19:36 +0200 |
commit | 579a94a328b5dd36bf1395182c3fd9055fe2f43d (patch) | |
tree | 6e954db823df900691a00fd3e9d8de7194309d6f /sql/item_func.h | |
parent | 446b1bd260f2f5788d58efa47322d54f9d997f26 (diff) | |
download | mariadb-git-579a94a328b5dd36bf1395182c3fd9055fe2f43d.tar.gz |
after review & some other fixes
Diffstat (limited to 'sql/item_func.h')
-rw-r--r-- | sql/item_func.h | 1 |
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(); }; |