diff options
Diffstat (limited to 'sql/item_subselect.h')
-rw-r--r-- | sql/item_subselect.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sql/item_subselect.h b/sql/item_subselect.h index 69ac78d859b..5a0b2788678 100644 --- a/sql/item_subselect.h +++ b/sql/item_subselect.h @@ -124,6 +124,7 @@ public: */ virtual void reset_value_registration() {} enum_parsing_place place() { return parsing_place; } + bool walk(Item_processor processor, bool walk_subquery, byte *arg); friend class select_subselect; friend class Item_in_optimizer; @@ -321,7 +322,7 @@ public: result= res; item= si; res_type= STRING_RESULT; - res_field_type= FIELD_TYPE_VAR_STRING; + res_field_type= MYSQL_TYPE_VAR_STRING; maybe_null= 0; } virtual ~subselect_engine() {}; // to satisfy compiler |