summaryrefslogtreecommitdiff
path: root/sql/item_func.h
diff options
context:
space:
mode:
authorMarko Mäkelä <marko.makela@mariadb.com>2017-10-02 11:12:19 +0300
committerMarko Mäkelä <marko.makela@mariadb.com>2017-10-02 11:16:53 +0300
commit3c4cff3357d46b7a056b6f80f6b8194630aa9423 (patch)
treea65a49b72eac238ef504f69219f895be6ec53dbc /sql/item_func.h
parent76953c0e45cafcfe7afdd5edfe426ca25898e18d (diff)
parentac0b5a2e7983ea259ebc8947a0a82103e11a653b (diff)
downloadmariadb-git-3c4cff3357d46b7a056b6f80f6b8194630aa9423.tar.gz
Merge 10.1 into 10.2
Diffstat (limited to 'sql/item_func.h')
-rw-r--r--sql/item_func.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/sql/item_func.h b/sql/item_func.h
index 9aa9b09db1d..bee6dc4e524 100644
--- a/sql/item_func.h
+++ b/sql/item_func.h
@@ -1954,12 +1954,6 @@ public:
create_tmp_field(false, table, MY_INT32_NUM_DECIMAL_DIGITS) :
tmp_table_field_from_field_type(table, false, true);
}
- table_map used_tables() const
- {
- return used_tables_cache | RAND_TABLE_BIT;
- }
- bool const_item() const { return 0; }
- bool is_expensive() { return 1; }
void print(String *str, enum_query_type query_type);
enum precedence precedence() const { return ASSIGN_PRECEDENCE; }
void print_as_stmt(String *str, enum_query_type query_type);