summaryrefslogtreecommitdiff
path: root/sql/item_func.h
diff options
context:
space:
mode:
Diffstat (limited to 'sql/item_func.h')
-rw-r--r--sql/item_func.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sql/item_func.h b/sql/item_func.h
index 516cdd548d0..4306c6ea47a 100644
--- a/sql/item_func.h
+++ b/sql/item_func.h
@@ -2053,9 +2053,9 @@ public:
enum_field_types field_type() const { return last_value->field_type(); }
bool const_item() const { return 0; }
void evaluate_sideeffects();
- void update_uesd_tables()
+ void update_used_tables()
{
- Item_func_last_value::update_used_tables();
+ Item_func::update_used_tables();
maybe_null= last_value->maybe_null;
}
};