diff options
author | Alexander Barkov <bar@mariadb.org> | 2013-07-10 02:05:06 +0400 |
---|---|---|
committer | Alexander Barkov <bar@mariadb.org> | 2013-07-10 02:05:06 +0400 |
commit | c51ed128b0beef27b0d5ae6723d5a8ff7be87e30 (patch) | |
tree | eda924a52aec8893ee2a247a18779f4863657ad9 /sql/item_func.h | |
parent | 1f3ec9800c6c186949302ba27f0137dfe7c0f5f5 (diff) | |
parent | 8a732d5a5eeb29b9fea1814cabcf083b55428939 (diff) | |
download | mariadb-git-c51ed128b0beef27b0d5ae6723d5a8ff7be87e30.tar.gz |
Merge from 5.3
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 1fef9938a18..e43393abf28 100644 --- a/sql/item_func.h +++ b/sql/item_func.h @@ -1807,7 +1807,6 @@ public: bool is_expensive_processor(uchar *arg) { return TRUE; } enum Functype functype() const { return FT_FUNC; } const char *func_name() const { return "match"; } - void update_used_tables() {} table_map not_null_tables() const { return 0; } bool fix_fields(THD *thd, Item **ref); bool eq(const Item *, bool binary_cmp) const; |