diff options
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(); }; |