diff options
author | Ramil Kalimullin <ramil@mysql.com> | 2009-05-10 21:20:35 +0500 |
---|---|---|
committer | Ramil Kalimullin <ramil@mysql.com> | 2009-05-10 21:20:35 +0500 |
commit | 3c08b9b1ab0cea89ea5211c0609166a3b3a726ae (patch) | |
tree | ab1e1975f6a29f1effedef4204037622123e750f /sql/item_func.h | |
parent | 034a8f143d094cfa879dcedb15dd6f02a833cf6f (diff) | |
parent | d615a11bd5d3572f51c6341c02338e7c742e29c0 (diff) | |
download | mariadb-git-3c08b9b1ab0cea89ea5211c0609166a3b3a726ae.tar.gz |
Manual merge.
Diffstat (limited to 'sql/item_func.h')
-rw-r--r-- | sql/item_func.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/item_func.h b/sql/item_func.h index d23d821baf6..147dfcc9d36 100644 --- a/sql/item_func.h +++ b/sql/item_func.h @@ -1341,6 +1341,7 @@ public: bool send(Protocol *protocol, String *str_arg); void make_field(Send_field *tmp_field); bool check(bool use_result_field); + void save_item_result(Item *item); bool update(); enum Item_result result_type () const { return cached_result_type; } bool fix_fields(THD *thd, Item **ref); |