diff options
author | bell@sanja.is.com.ua <> | 2004-03-15 17:01:30 +0200 |
---|---|---|
committer | bell@sanja.is.com.ua <> | 2004-03-15 17:01:30 +0200 |
commit | 6fc3d9ba81d705e3a99fab04bac255bd87e529cd (patch) | |
tree | 1954828cd42dbf1ef7a37f2e09b81a05a796a70c /sql/item_func.h | |
parent | df0ede69fcf438b64708be4c69e203a436f6f162 (diff) | |
parent | 930db43eb08bd167f018ce0aea7b3e044829824e (diff) | |
download | mariadb-git-6fc3d9ba81d705e3a99fab04bac255bd87e529cd.tar.gz |
merge
Diffstat (limited to 'sql/item_func.h')
-rw-r--r-- | sql/item_func.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sql/item_func.h b/sql/item_func.h index 3890e7c6de5..55b6b0f54fd 100644 --- a/sql/item_func.h +++ b/sql/item_func.h @@ -512,7 +512,6 @@ public: double val(); const char *func_name() const { return "rand"; } bool const_item() const { return 0; } - table_map used_tables() const { return RAND_TABLE_BIT; } void fix_length_and_dec(); }; |