diff options
author | Sergei Golubchik <sergii@pisem.net> | 2013-07-05 16:02:02 +0200 |
---|---|---|
committer | Sergei Golubchik <sergii@pisem.net> | 2013-07-05 16:02:02 +0200 |
commit | 782d86af44a314c8c60d6c017d500f4f214f665b (patch) | |
tree | f74f61575ffaff404159146c9fa899467ea68253 /sql/item_func.h | |
parent | 78cc6db44a9f1344dd5c00cf4f3cdde158fe108e (diff) | |
download | mariadb-git-782d86af44a314c8c60d6c017d500f4f214f665b.tar.gz |
MDEV-4257 Assertion `!table || (!table->read_set || bitmap_is_set(table->read_set, field_index))' fails on FROM subquery with fulltext search, derived_merge=on
remove emtpty Item_func_match::update_used_tables() method
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 6cd036920f8..c4b21b6287d 100644 --- a/sql/item_func.h +++ b/sql/item_func.h @@ -1704,7 +1704,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; |